diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-09-09 21:53:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-09-09 21:53:26 +0000 |
commit | 432011578cc7c6847a1be456bdfc92f078a29016 (patch) | |
tree | 123a1456d83ae74ea76d623dc40e16fa2fde7a03 /dev-perl/Crypt-SSLeay | |
parent | This test eclass has been tested on all platforms and is no longer (diff) | |
download | historical-432011578cc7c6847a1be456bdfc92f078a29016.tar.gz historical-432011578cc7c6847a1be456bdfc92f078a29016.tar.bz2 historical-432011578cc7c6847a1be456bdfc92f078a29016.zip |
These are syntax fixes for the new perl eclass. The new perl eclass uses a corrected makemaker for perl.
Diffstat (limited to 'dev-perl/Crypt-SSLeay')
-rw-r--r-- | dev-perl/Crypt-SSLeay/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.45.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.45 | 1 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Crypt-SSLeay/ChangeLog b/dev-perl/Crypt-SSLeay/ChangeLog new file mode 100644 index 000000000000..c2fb1c96119f --- /dev/null +++ b/dev-perl/Crypt-SSLeay/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.1 2002/09/09 21:53:26 mcummings Exp $ + +*Crypt-SSLeay-0.45 (08 09 2002) + + 08 09 2002; <mcummings@gentoo.org> Crypt-SSLeay-0.45.ebuild: Initial import diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.45.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.45.ebuild new file mode 100644 index 000000000000..45d83a003174 --- /dev/null +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.45.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Crypt::SSLeay module for perl" +SRC_URI="http://www.cpan.org/authors/id/C/CH/CHAMAS/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc + >=sys-devel/perl-5 + dev-perl/libwww-perl + >=dev-libs/openssl-0.9.6g" + +export OPTIMIZE="${CFLAGS}" +myconf="${myconf} /usr" + diff --git a/dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.45 b/dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.45 new file mode 100644 index 000000000000..5b07ae88a934 --- /dev/null +++ b/dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.45 @@ -0,0 +1 @@ +MD5 af2318519001d9b780ae419bc6c38ac1 Crypt-SSLeay-0.45.tar.gz 116659 |