diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 14:08:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 14:08:58 +0000 |
commit | 4d7647baa6ddd3844214cce0432952dc04bee104 (patch) | |
tree | 832fa91a6a3ed6673debceef8d468b7da14ca738 /dev-perl/Crypt-Blowfish | |
parent | typo (diff) | |
download | gentoo-2-4d7647baa6ddd3844214cce0432952dc04bee104.tar.gz gentoo-2-4d7647baa6ddd3844214cce0432952dc04bee104.tar.bz2 gentoo-2-4d7647baa6ddd3844214cce0432952dc04bee104.zip |
conversion to eclasses
Diffstat (limited to 'dev-perl/Crypt-Blowfish')
-rw-r--r-- | dev-perl/Crypt-Blowfish/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r2 | 1 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog index 247b4cb088b4..54943faaa410 100644 --- a/dev-perl/Crypt-Blowfish/ChangeLog +++ b/dev-perl/Crypt-Blowfish/ChangeLog @@ -1,6 +1,13 @@ # 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.2 2002/05/04 02:45:39 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.3 2002/05/05 14:08:57 seemant Exp $ + +*Crypt-Blowfish-2.09-r2 (5 May 2002) + + 5 May 2002; Seemant Kulleen <seemant@gentoo.org> + Crypt-Blowfish-2.09-r2.ebuild files/digest-Crypt-Blowfish-2.09-r2 : + + Using eclasses now. *Crypt-Blowfish-2.09-r1 (3 May 2002) diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild new file mode 100644 index 000000000000..c2b28ef44653 --- /dev/null +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.1 2002/05/05 14:08:57 seemant Exp $ + +# Inherit the perl-module.eclass functions +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +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" + +export OPTIMIZE="${CFLAGS}" diff --git a/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r2 b/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r2 new file mode 100644 index 000000000000..d114f9621833 --- /dev/null +++ b/dev-perl/Crypt-Blowfish/files/digest-Crypt-Blowfish-2.09-r2 @@ -0,0 +1 @@ +MD5 bbd037e1eb20778f3d636dff345ed02f Crypt-Blowfish-2.09.tar.gz 17497 |