diff options
author | 2007-01-02 13:47:15 +0000 | |
---|---|---|
committer | 2007-01-02 13:47:15 +0000 | |
commit | 57c25fe597a25c3eaf97f32eeee602beee1d4197 (patch) | |
tree | 10b0bba0b321db5ecfec662e5c9d71729aedb224 /dev-perl/Crypt-SSLeay | |
parent | Stable on sparc wrt #159416 (diff) | |
download | gentoo-2-57c25fe597a25c3eaf97f32eeee602beee1d4197.tar.gz gentoo-2-57c25fe597a25c3eaf97f32eeee602beee1d4197.tar.bz2 gentoo-2-57c25fe597a25c3eaf97f32eeee602beee1d4197.zip |
Version bump
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-perl/Crypt-SSLeay')
-rw-r--r-- | dev-perl/Crypt-SSLeay/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.53.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.53 | 3 |
3 files changed, 45 insertions, 2 deletions
diff --git a/dev-perl/Crypt-SSLeay/ChangeLog b/dev-perl/Crypt-SSLeay/ChangeLog index 84f07bb6ef58..0f25da5f53e3 100644 --- a/dev-perl/Crypt-SSLeay/ChangeLog +++ b/dev-perl/Crypt-SSLeay/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Crypt-SSLeay -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.38 2006/10/15 10:00:46 kloeri Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/ChangeLog,v 1.39 2007/01/02 13:47:15 mcummings Exp $ + +*Crypt-SSLeay-0.53 (02 Jan 2007) + + 02 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Crypt-SSLeay-0.53.ebuild: + Version bump 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> Crypt-SSLeay-0.51-r1.ebuild: diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.53.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.53.ebuild new file mode 100644 index 000000000000..5fe6b2d1d9f7 --- /dev/null +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.53.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.53.ebuild,v 1.1 2007/01/02 13:47:15 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Crypt::SSLeay module for perl" +SRC_URI="mirror://cpan/authors/id/D/DL/DLAND/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~dland/" +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +# Disabling tests for now. Opening a port always leads to mixed results for +# folks - bug 59554 +#SRC_TEST="do" + +DEPEND="virtual/libc + >=dev-lang/perl-5 + >=dev-libs/openssl-0.9.7c" +PDEPEND="dev-perl/libwww-perl" + +export OPTIMIZE="${CFLAGS}" +myconf="${myconf} /usr" + +src_unpack() { + unpack ${A} + cd ${S} + + # Without the SSL_library_init() before you will get a segfault with + # openssl 0.9.8a and later versions - bug 142703 + epatch ${FILESDIR}/rt-15241.patch +} diff --git a/dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.53 b/dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.53 new file mode 100644 index 000000000000..1d5a6bab94f7 --- /dev/null +++ b/dev-perl/Crypt-SSLeay/files/digest-Crypt-SSLeay-0.53 @@ -0,0 +1,3 @@ +MD5 487ee5bbf9a1508736ce06437c2caabf Crypt-SSLeay-0.53.tar.gz 117858 +RMD160 18f603cf3538e478b6e6918abf0ed0caa52000e6 Crypt-SSLeay-0.53.tar.gz 117858 +SHA256 66e0b2f6e2b0ef6b904213ea768e80955b8795c4bc64f1e6db76a6cecb9ca901 Crypt-SSLeay-0.53.tar.gz 117858 |