ulm 14/04/21 13:21:01 Modified: ChangeLog flim-1.14.9-r2.ebuild Log: Update HOMEPAGE and SRC_URI. Specify license more precisely. Update EAPI. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.51 app-emacs/flim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/flim/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/flim/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/flim/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 10 May 2011 10:25:02 -0000 1.50 +++ ChangeLog 21 Apr 2014 13:21:01 -0000 1.51 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/flim -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v 1.50 2011/05/10 10:25:02 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/ChangeLog,v 1.51 2014/04/21 13:21:01 ulm Exp $ + + 21 Apr 2014; Ulrich Müller <[email protected]> flim-1.14.9-r2.ebuild: + Update HOMEPAGE and SRC_URI. Specify license more precisely. Update EAPI. 10 May 2011; Naohiro Aota <[email protected]> flim-1.14.9-r2.ebuild: Add ~x86-fbsd keyword 1.7 app-emacs/flim/flim-1.14.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/flim/flim-1.14.9-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/flim/flim-1.14.9-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/flim/flim-1.14.9-r2.ebuild?r1=1.6&r2=1.7 Index: flim-1.14.9-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/flim/flim-1.14.9-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- flim-1.14.9-r2.ebuild 10 May 2011 10:25:02 -0000 1.6 +++ flim-1.14.9-r2.ebuild 21 Apr 2014 13:21:01 -0000 1.7 @@ -1,19 +1,18 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/flim-1.14.9-r2.ebuild,v 1.6 2011/05/10 10:25:02 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flim/flim-1.14.9-r2.ebuild,v 1.7 2014/04/21 13:21:01 ulm Exp $ -EAPI=3 +EAPI=5 inherit elisp DESCRIPTION="A library to provide basic features about message representation or encoding" -HOMEPAGE="http://cvs.m17n.org/elisp/FLIM/" -SRC_URI="http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/${P%.*}/${P}.tar.gz" +HOMEPAGE="http://git.chise.org/elisp/flim/" +SRC_URI="http://git.chise.org/elisp/dist/${PN}/${P%.*}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" DEPEND=">=app-emacs/apel-10.3" RDEPEND="${DEPEND} @@ -25,16 +24,15 @@ src_compile() { emake PREFIX="${ED}/usr" \ LISPDIR="${ED}/${SITELISP}" \ - VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die "emake failed" + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" } src_install() { emake PREFIX="${ED}/usr" \ LISPDIR="${ED}/${SITELISP}" \ - VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install \ - || die "emake install failed" + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc FLIM-API.en NEWS VERSION README* ChangeLog || die "dodoc failed" + dodoc FLIM-API.en NEWS VERSION README* ChangeLog }
