summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r1.ebuild')
-rw-r--r--dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r1.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r1.ebuild
deleted file mode 100644
index 77e7e788efb5..000000000000
--- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-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-RIPEMD160/Crypt-RIPEMD160-0.03-r1.ebuild,v 1.1 2002/05/04 02:45:39 woodchip Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Crypt::RIPEMD160 module for perl"
-SRC_URI="http://www.cpan.org/authors/id/C/CH/CHGEUER/${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
-}