ulm 14/06/07 10:53:15 Modified: calfw-1.3.ebuild ChangeLog Removed: calfw-1.1.ebuild calfw-1.2.ebuild Log: Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.2 app-emacs/calfw/calfw-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild?r1=1.1&r2=1.2 Index: calfw-1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- calfw-1.3.ebuild 10 Oct 2011 08:31:25 -0000 1.1 +++ calfw-1.3.ebuild 7 Jun 2014 10:53:15 -0000 1.2 @@ -1,9 +1,8 @@ -# 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/calfw/calfw-1.3.ebuild,v 1.1 2011/10/10 08:31:25 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/calfw-1.3.ebuild,v 1.2 2014/06/07 10:53:15 ulm Exp $ -EAPI=3 -NEED_EMACS=22 +EAPI=5 inherit elisp eutils @@ -11,7 +10,7 @@ HOMEPAGE="https://github.com/kiwanami/emacs-calfw" SRC_URI="https://github.com/kiwanami/emacs-calfw/tarball/v${PV} -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="howm" 1.7 app-emacs/calfw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/calfw/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Oct 2011 08:31:25 -0000 1.6 +++ ChangeLog 7 Jun 2014 10:53:15 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/calfw -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v 1.6 2011/10/10 08:31:25 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/calfw/ChangeLog,v 1.7 2014/06/07 10:53:15 ulm Exp $ + + 07 Jun 2014; Ulrich Müller <[email protected]> -calfw-1.1.ebuild, + -calfw-1.2.ebuild, calfw-1.3.ebuild, -files/calfw-1.1-calfwel.patch: + Remove redundant NEED_EMACS assignment. Update EAPI to 5. Remove old. *calfw-1.3 (10 Oct 2011)
