diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-29 07:53:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-29 07:53:12 +0000 |
commit | 2c5ce311e9677df794dfdcaf29f4d05901f9c68e (patch) | |
tree | 30843322c15025d92ef44cdfc71c19363bb7af85 /dev-perl | |
parent | Fix LICENSE: same terms as perl (#301969). Maintenance (diff) | |
download | gentoo-2-2c5ce311e9677df794dfdcaf29f4d05901f9c68e.tar.gz gentoo-2-2c5ce311e9677df794dfdcaf29f4d05901f9c68e.tar.bz2 gentoo-2-2c5ce311e9677df794dfdcaf29f4d05901f9c68e.zip |
Fix LICENSE: same terms as perl (#301969). Maintenance
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/Crypt-CAST5_PP/ChangeLog b/dev-perl/Crypt-CAST5_PP/ChangeLog index 267fa9cb6bcf..666a3cb2a8c6 100644 --- a/dev-perl/Crypt-CAST5_PP/ChangeLog +++ b/dev-perl/Crypt-CAST5_PP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-CAST5_PP # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.17 2010/01/09 18:25:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.18 2010/01/29 07:53:12 tove Exp $ + + 29 Jan 2010; Torsten Veller <tove@gentoo.org> Crypt-CAST5_PP-1.04.ebuild: + Fix LICENSE: same terms as perl (#301969). Maintenance 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> Crypt-CAST5_PP-1.04.ebuild: diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild index 1d4b8c7a47a1..dd265709d6d9 100644 --- a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild +++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.8 2010/01/09 18:25:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.9 2010/01/29 07:53:12 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=BOBMATH inherit perl-module DESCRIPTION="CAST5 block cipher in pure Perl" -HOMEPAGE="http://search.cpan.org/~bobmath/${P}/" -SRC_URI="mirror://cpan/authors/id/B/BO/BOBMATH/${P}.tar.gz" -LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 hppa ia64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" SRC_TEST="do" -DEPEND="dev-lang/perl" |