diff options
author | 2015-02-25 06:49:31 +0000 | |
---|---|---|
committer | 2015-02-25 06:49:31 +0000 | |
commit | aa64e437ab35593a34bc3a43013f76cf6b2ddb40 (patch) | |
tree | 170b6616280e3937ca30a6a38097e5cae80049f7 /app-emacs/crypt++ | |
parent | revbump; convert -> distutils-r1, rm old (diff) | |
download | gentoo-2-aa64e437ab35593a34bc3a43013f76cf6b2ddb40.tar.gz gentoo-2-aa64e437ab35593a34bc3a43013f76cf6b2ddb40.tar.bz2 gentoo-2-aa64e437ab35593a34bc3a43013f76cf6b2ddb40.zip |
Update ebuild to EAPI 5. Specify LICENSE more precisely.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/crypt++')
-rw-r--r-- | app-emacs/crypt++/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/crypt++/crypt++-2.92.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/crypt++/ChangeLog b/app-emacs/crypt++/ChangeLog index 7ec6ae2a4679..00feb5512aae 100644 --- a/app-emacs/crypt++/ChangeLog +++ b/app-emacs/crypt++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/crypt++ # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.22 2015/01/27 17:57:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.23 2015/02/25 06:49:31 ulm Exp $ + + 25 Feb 2015; Ulrich Müller <ulm@gentoo.org> crypt++-2.92.ebuild: + Update ebuild to EAPI 5. Specify LICENSE more precisely. 27 Jan 2015; Ulrich Müller <ulm@gentoo.org> crypt++-2.92.ebuild: Update HOMEPAGE, bug 537928. diff --git a/app-emacs/crypt++/crypt++-2.92.ebuild b/app-emacs/crypt++/crypt++-2.92.ebuild index e81b35dba8d4..4bf8ac16f2a6 100644 --- a/app-emacs/crypt++/crypt++-2.92.ebuild +++ b/app-emacs/crypt++/crypt++-2.92.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.8 2015/01/27 17:57:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.9 2015/02/25 06:49:31 ulm Exp $ + +EAPI=5 inherit elisp @@ -11,7 +13,6 @@ SRC_URI="mirror://debian/pool/main/c/crypt++el/crypt++el_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" S="${WORKDIR}/${PN}el-${PV}" -SITEFILE=50${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" |