diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:38:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:38:32 +0000 |
commit | 197e72d46b31f8f839fceabcf79d8cfb0e8e01c9 (patch) | |
tree | 44d5127f0da910d674e444beafd85aa61bacefd4 /dev-perl/Crypt-CAST5_PP | |
parent | Adding perl dep; fixed header (diff) | |
download | historical-197e72d46b31f8f839fceabcf79d8cfb0e8e01c9.tar.gz historical-197e72d46b31f8f839fceabcf79d8cfb0e8e01c9.tar.bz2 historical-197e72d46b31f8f839fceabcf79d8cfb0e8e01c9.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Crypt-CAST5_PP')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-perl/Crypt-CAST5_PP/ChangeLog b/dev-perl/Crypt-CAST5_PP/ChangeLog index 32339b7c7365..e39a783241b2 100644 --- a/dev-perl/Crypt-CAST5_PP/ChangeLog +++ b/dev-perl/Crypt-CAST5_PP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-CAST5_PP # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.9 2006/07/10 14:58:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.10 2006/08/05 01:38:32 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Crypt-CAST5_PP-1.03.ebuild, Crypt-CAST5_PP-1.04.ebuild: + Adding perl dep; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Crypt-CAST5_PP-1.03.ebuild: diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild index 070c13766033..20447d1890f4 100644 --- a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild +++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.03.ebuild,v 1.5 2006/07/10 14:58:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild,v 1.6 2006/08/05 01:38:32 mcummings Exp $ inherit perl-module @@ -16,3 +16,5 @@ IUSE="" # Tests disabled 6/24/6. The tests rely on a version of Crypt::CBC syntax # that is no longer valid. #SRC_TEST="do" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" 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 ce60dbcc7d4e..1c8cdc9cb035 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,6 +1,6 @@ # Copyright 1999-2006 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.1 2006/07/01 22:26:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild,v 1.2 2006/08/05 01:38:32 mcummings Exp $ inherit perl-module @@ -16,3 +16,5 @@ IUSE="" # Tests disabled 6/24/6. The tests rely on a version of Crypt::CBC syntax # that is no longer valid. SRC_TEST="do" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |