summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-05 14:08:58 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-05 14:08:58 +0000
commit5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6 (patch)
tree29060e3507d1825dae6ca3372a9e8e7c456e275f /dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild
parenttypo (diff)
downloadhistorical-5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6.tar.gz
historical-5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6.tar.bz2
historical-5362b8ee695cb39df1a8bbbb9f23c53f69e32cd6.zip
conversion to eclasses
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild')
-rw-r--r--dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild
new file mode 100644
index 000000000000..aab62e9a2298
--- /dev/null
+++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild
@@ -0,0 +1,16 @@
+# 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-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild,v 1.1 2002/05/05 14:08:58 seemant Exp $
+
+# Inherit from the perl-module.eclass functions
+. /usr/portage/eclass/inherit.eclass || die
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Crypt::RIPEMD160 module for perl"
+SRC_URI="http://www.cpan.org/authors/id/C/CH/CHGEUER/${P}.tar.gz"
+LICENSE="Artistic | GPL-2"
+SLOT="0"
+
+export OPTIMIZE="$CFLAGS"