From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/
Date: Mon, 19 Jun 2017 12:45:30 +0000 (UTC) [thread overview]
Message-ID: <1497876315.e333360efb1ba43eab5f78597755f153d8d39566.kentnl@gentoo> (raw)
commit: e333360efb1ba43eab5f78597755f153d8d39566
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 12:45:15 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 12:45:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e333360e
dev-perl/Net-SSLeay: Cleanup old re #613750
Remove old versions affected by '.' removal from @INC
Bug: https://bugs.gentoo.org/613750
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Net-SSLeay/Manifest | 1 -
dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild | 56 ---------------------------
2 files changed, 57 deletions(-)
diff --git a/dev-perl/Net-SSLeay/Manifest b/dev-perl/Net-SSLeay/Manifest
index 51d68bb1f8e..befb2e21473 100644
--- a/dev-perl/Net-SSLeay/Manifest
+++ b/dev-perl/Net-SSLeay/Manifest
@@ -1,2 +1 @@
-DIST Net-SSLeay-1.80.tar.gz 395820 SHA256 a541a66d59fc5f9bb7af09d3a0b68305e4c43ba9488b12915728fd282ea01b93 SHA512 03b5f2ba86d20f31ef50029af94b1bcf513c7b99d9666a04e83aba4f7c8cce3e30daf6df85932619949f059177660f49a928488e61b967a12dd4aec41eafad95 WHIRLPOOL 8f11141c3caaa1e9d32368183ab9742e8c1bba5efd6702efa9e4142b6f54871f2380cdb6fe3d1aef2b63db388bdf69f3167d592eca935d93af484dd00511b03c
DIST Net-SSLeay-1.81.tar.gz 396631 SHA256 00cbb6174e628b42178e1445c9fd5a3c5ae2cfd6a5a43e03610ba14786f21b7d SHA512 8d4b72ede74ea22cf2ed681a8441f40965331cd5d4442c19677cf5bc7c1e61ed1e50d0f3a4f1b272428485bcc132ec99b0c75344ca43e8a34a9dd15539719f55 WHIRLPOOL 125710fcabce6f9ba2515bb04a90513d0f2ab2f57546187044bc7f4f45b0ba354f747674fcebfad41dced608603e8c811bce58a66e104efd90205a4b2102d417
diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild
deleted file mode 100644
index f92c3275595..00000000000
--- a/dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MIKEM
-DIST_VERSION=1.80
-DIST_EXAMPLES=("examples/*")
-inherit multilib perl-module
-
-DESCRIPTION="Perl extension for using OpenSSL"
-
-LICENSE="openssl"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="libressl test minimal examples"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- virtual/perl-MIME-Base64
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- !minimal? (
- dev-perl/Test-Exception
- dev-perl/Test-Warn
- dev-perl/Test-NoWarnings
- )
- virtual/perl-Test-Simple
- )
-"
-export OPTIMIZE="$CFLAGS"
-export OPENSSL_PREFIX=${EPREFIX}/usr
-
-src_prepare() {
- sed -i \
- -e "/\$opts->{optimize} = '-O2 -g';/d" \
- -e "s,\"\$prefix/lib\",\"\$prefix/$(get_libdir)\"," \
- inc/Module/Install/PRIVATE/Net/SSLeay.pm || die
-
- local my_test_control
- my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
-
- if use test; then
- perl_rm_files 't/local/01_pod.t' 't/local/02_pod_coverage.t' 't/local/kwalitee.t'
- fi
- if use test && has network ${my_test_control} ; then
- eapply "${FILESDIR}/1.72-config-nettest-yes.patch"
- else
- eapply "${FILESDIR}/1.72-config-nettest-no.patch"
- fi
-
- perl-module_src_prepare
-}
next reply other threads:[~2017-06-19 12:45 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-19 12:45 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 13:19 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ Sam James
2025-02-13 14:29 Sam James
2024-02-06 6:47 Sam James
2023-06-21 9:17 Jakov Smolić
2023-06-21 9:12 Arthur Zamarin
2023-06-21 9:12 Arthur Zamarin
2023-06-21 8:28 Arthur Zamarin
2023-06-21 8:24 Arthur Zamarin
2023-06-21 8:19 Arthur Zamarin
2023-06-21 8:18 Sam James
2023-06-21 8:18 Sam James
2022-12-24 7:11 Sam James
2022-11-17 1:06 Sam James
2022-11-16 8:08 Arthur Zamarin
2022-11-15 14:50 Arthur Zamarin
2022-11-15 10:04 Sam James
2022-11-15 10:04 Sam James
2022-11-15 8:46 Sam James
2022-11-15 8:46 Sam James
2022-11-15 8:46 Sam James
2022-05-29 11:30 Fabian Groffen
2022-05-29 11:24 Fabian Groffen
2022-05-28 20:19 Sam James
2022-04-29 2:14 WANG Xuerui
2022-03-10 21:12 Sam James
2021-11-21 14:21 Andreas K. Hüttel
2021-08-26 19:51 Sam James
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25 5:37 Agostino Sarubbo
2021-08-25 5:26 Agostino Sarubbo
2021-07-17 16:35 Andreas K. Hüttel
2021-04-24 14:47 Andreas K. Hüttel
2020-07-24 18:58 Fabian Groffen
2020-07-18 4:43 Kent Fredric
2019-11-30 21:45 Sergei Trofimovich
2019-11-17 4:02 Matt Turner
2019-11-13 11:28 Agostino Sarubbo
2019-11-12 16:02 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-12 10:13 Agostino Sarubbo
2019-11-07 18:38 Aaron Bauman
2019-11-01 10:14 Mikle Kolyada
2019-10-26 14:44 Agostino Sarubbo
2019-10-25 20:32 Thomas Deutschmann
2019-05-04 19:02 Andreas K. Hüttel
2019-01-10 3:17 Kent Fredric
2018-06-28 14:56 Mikle Kolyada
2018-04-18 8:04 Mart Raudsepp
2018-03-04 8:16 Tobias Klausmann
2018-01-15 19:03 Tobias Klausmann
2018-01-09 8:02 Sergei Trofimovich
2018-01-07 11:10 Sergei Trofimovich
2018-01-07 0:16 Sergei Trofimovich
2018-01-07 0:09 Sergei Trofimovich
2018-01-05 20:14 Sergei Trofimovich
2017-05-19 0:01 Michael Weber
2017-05-18 23:57 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-12 17:56 Tobias Klausmann
2017-05-12 14:55 Agostino Sarubbo
2017-05-06 13:15 Markus Meier
2017-05-06 10:15 Jeroen Roovers
2017-05-04 15:55 Agostino Sarubbo
2017-05-03 8:19 Agostino Sarubbo
2017-04-01 22:49 Kent Fredric
2017-03-17 11:12 Michael Haubenwallner
2017-03-16 22:46 Andreas Hüttel
2017-02-24 7:58 Michael Weber
2017-02-24 4:24 Mike Frysinger
2017-02-15 14:23 Tobias Klausmann
2017-02-04 17:33 Andreas Hüttel
2017-02-04 15:21 Agostino Sarubbo
2017-02-04 9:37 Jeroen Roovers
2017-02-03 22:00 Jeroen Roovers
2017-01-29 16:45 Fabian Groffen
2017-01-08 6:26 Kent Fredric
2016-05-25 22:48 Matt Turner
2016-04-22 20:04 Markus Meier
2016-04-09 13:46 Agostino Sarubbo
2016-04-07 23:26 Andreas Hüttel
2016-04-07 23:26 Andreas Hüttel
2016-03-05 20:32 Andreas Hüttel
2015-11-22 22:44 Andreas Hüttel
2015-08-23 18:54 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497876315.e333360efb1ba43eab5f78597755f153d8d39566.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox