diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 08:21:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 08:21:18 +0000 |
commit | ade1eb4911c5345db59c4f261c1060b1ceddb29e (patch) | |
tree | fc9a0eaa3213367903ec014c75c8f4b2c8c5b2dd /dev-perl/Crypt-DES | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-ade1eb4911c5345db59c4f261c1060b1ceddb29e.tar.gz gentoo-2-ade1eb4911c5345db59c4f261c1060b1ceddb29e.tar.bz2 gentoo-2-ade1eb4911c5345db59c4f261c1060b1ceddb29e.zip |
hppa repoman
Diffstat (limited to 'dev-perl/Crypt-DES')
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild index abbbfc677e4c..1331b7819ec6 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild,v 1.6 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03-r1.ebuild,v 1.7 2004/02/21 08:16:28 vapier Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Crypt::DES module for perl" -SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-DES-${PV}/" +SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ppc alpha sparc " +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa amd64" -DEPEND="virtual/glibc >=dev-lang/perl-5" +DEPEND="virtual/glibc + >=dev-lang/perl-5" export OPTIMIZE="${CFLAGS}" |