diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
commit | f77da935a59629be32097503b29502cff55e50c3 (patch) | |
tree | 78b5785ee3d6cf8dfd6e266a226d0834cc3584bb /dev-perl/Crypt-Blowfish | |
parent | newt new package (diff) | |
download | historical-f77da935a59629be32097503b29502cff55e50c3.tar.gz historical-f77da935a59629be32097503b29502cff55e50c3.tar.bz2 historical-f77da935a59629be32097503b29502cff55e50c3.zip |
repoman'd
Diffstat (limited to 'dev-perl/Crypt-Blowfish')
3 files changed, 4 insertions, 36 deletions
diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild deleted file mode 100644 index deab36a56b23..000000000000 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild,v 1.1 2002/05/04 02:45:39 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Crypt::Blowfish module for perl" -SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" -DEPEND="virtual/glibc >=sys-devel/perl-5" -LICENSE="Artistic | GPL-2" -SLOT="0" - -src_compile() { - - OPTIMIZE="$CFLAGS" perl Makefile.PL - make || die -} - -src_install () { - - eval `perl '-V:installarchlib'` - mkdir -p ${D}/$installarchlib - - perl Makefile.PL - make \ - PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - install || die - - dodoc ChangeLog MANIFEST README ToDo -} diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild index 865d94a763e2..244797e6e868 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - -# Inherit the perl-module.eclass functions +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.4 2002/07/23 22:29:48 seemant Exp $ inherit perl-module @@ -10,7 +8,9 @@ S=${WORKDIR}/${P} DESCRIPTION="Crypt::Blowfish module for perl" SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" DEPEND="virtual/glibc >=sys-devel/perl-5" -LICENSE="Artistic | GPL-2" + SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" export OPTIMIZE="${CFLAGS}" diff --git a/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r1 b/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r1 deleted file mode 100644 index d114f9621833..000000000000 --- a/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bbd037e1eb20778f3d636dff345ed02f Crypt-Blowfish-2.09.tar.gz 17497 |