diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-22 09:16:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-22 09:16:31 +0000 |
commit | 4a8b23273dfeef2133a04f0f3e64a326c7d221e9 (patch) | |
tree | 1c9c983240d762d704e5d418129e47e85e61835c /dev-perl/CDB_File | |
parent | Revision bump. (diff) | |
download | gentoo-2-4a8b23273dfeef2133a04f0f3e64a326c7d221e9.tar.gz gentoo-2-4a8b23273dfeef2133a04f0f3e64a326c7d221e9.tar.bz2 gentoo-2-4a8b23273dfeef2133a04f0f3e64a326c7d221e9.zip |
EAPI=2. Fix LICENSE: same terms as Perl
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/CDB_File')
-rw-r--r-- | dev-perl/CDB_File/CDB_File-0.96.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/CDB_File/ChangeLog | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/CDB_File/CDB_File-0.96.ebuild b/dev-perl/CDB_File/CDB_File-0.96.ebuild index 798c500c3951..8c27f4bab734 100644 --- a/dev-perl/CDB_File/CDB_File-0.96.ebuild +++ b/dev-perl/CDB_File/CDB_File-0.96.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild,v 1.1 2010/02/20 02:40:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild,v 1.2 2010/02/22 09:16:30 tove Exp $ + +EAPI=2 MODULE_AUTHOR="MSERGEANT" @@ -8,8 +10,6 @@ inherit perl-module DESCRIPTION="Tie to CDB (Bernstein's constant DB) files" -IUSE="" - SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-perl/CDB_File/ChangeLog b/dev-perl/CDB_File/ChangeLog index e5a141cf8a1a..92dcbec2b235 100644 --- a/dev-perl/CDB_File/ChangeLog +++ b/dev-perl/CDB_File/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/CDB_File # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v 1.1 2010/02/20 02:40:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v 1.2 2010/02/22 09:16:31 tove Exp $ + + 22 Feb 2010; Torsten Veller <tove@gentoo.org> CDB_File-0.96.ebuild: + EAPI=2. Fix LICENSE: same terms as Perl *CDB_File-0.96 (20 Feb 2010) |