From ec2a45a9eb8faa69b81cb10dd8434d24971ac631 Mon Sep 17 00:00:00 2001 From: Donny Davies Date: Sat, 4 May 2002 02:45:39 +0000 Subject: added LICENSE, SLOT. --- dev-perl/Crypt-Blowfish/ChangeLog | 8 +++++- .../Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild | 31 ++++++++++++++++++++++ dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09.ebuild | 30 --------------------- .../files/digest-Crypt-Blowfish-2.09 | 1 - .../files/digest-Crypt-Blowfish-2.09-r1 | 1 + 5 files changed, 39 insertions(+), 32 deletions(-) create mode 100644 dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild delete mode 100644 dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09.ebuild delete mode 100644 dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09 create mode 100644 dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r1 (limited to 'dev-perl/Crypt-Blowfish') diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog index e82b67ecb179..247b4cb088b4 100644 --- a/dev-perl/Crypt-Blowfish/ChangeLog +++ b/dev-perl/Crypt-Blowfish/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Crypt-Blowfish # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.1 2002/02/01 21:53:12 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.2 2002/05/04 02:45:39 woodchip Exp $ + +*Crypt-Blowfish-2.09-r1 (3 May 2002) + + 3 May 2002; Donny Davies : + + Added LICENSE, SLOT. *Crypt-Blowfish-2.09 (1 Feb 2002) diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild new file mode 100644 index 000000000000..deab36a56b23 --- /dev/null +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r1.ebuild @@ -0,0 +1,31 @@ +# 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.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09.ebuild deleted file mode 100644 index e3d1896d1138..000000000000 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Donny Davies -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09.ebuild,v 1.1 2002/01/27 03:27:03 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" - -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/files/digest-Crypt-Blowfish-2.09 b/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09 deleted file mode 100644 index d114f9621833..000000000000 --- a/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09 +++ /dev/null @@ -1 +0,0 @@ -MD5 bbd037e1eb20778f3d636dff345ed02f Crypt-Blowfish-2.09.tar.gz 17497 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 new file mode 100644 index 000000000000..d114f9621833 --- /dev/null +++ b/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r1 @@ -0,0 +1 @@ +MD5 bbd037e1eb20778f3d636dff345ed02f Crypt-Blowfish-2.09.tar.gz 17497 -- cgit v1.2.3-65-gdbad