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/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild | |
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/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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" |