From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/
Date: Sat, 17 Jul 2021 16:35:17 +0000 (UTC) [thread overview]
Message-ID: <1626539681.9be8132b95cf789d4f32fad997e6484cebc76c6f.dilfridge@gentoo> (raw)
commit: 9be8132b95cf789d4f32fad997e6484cebc76c6f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 16:17:07 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 16:34:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be8132b
dev-perl/Net-SSLeay: Version bump 1.90
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Net-SSLeay/Manifest | 1 +
dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild | 63 +++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/dev-perl/Net-SSLeay/Manifest b/dev-perl/Net-SSLeay/Manifest
index 23f7c63a02e..489f3a71a25 100644
--- a/dev-perl/Net-SSLeay/Manifest
+++ b/dev-perl/Net-SSLeay/Manifest
@@ -1 +1,2 @@
DIST Net-SSLeay-1.88.tar.gz 436215 BLAKE2B 1a58296693cf41c464ac67a7f630598ccbf261ed0374a5381e3f718361b66418d13b5357bf7a49267a9e3bcd8d423fdedccd6b60d34aa60c975a5e3d1b0688e7 SHA512 37fc32ec003337f3dc18bf928139079a3127628c6fa0fccaed0c27b6bf3b216c2c5338ed1aaf9408b0add3be549df3218d3c5a6d6299793c1329d8a0813a1682
+DIST Net-SSLeay-1.90.tar.gz 534246 BLAKE2B 2510fa886db8b7c5f185aa1145ae1b50b7c4101a9bd80e17c8c1d77718765f288c9180464d831775c35aa94b5a6f6c8f717ecaeb4974f7280829b63f10567f22 SHA512 8a5f251b5ef1d8c2d619d984594a7a22ddeed2e5e726fe683a45f299d7878f4ca8ffab00480ebf5ef7a94ae1fcf6be05dfdaa68b8bfe2ad68443150765adb891
diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild
new file mode 100644
index 00000000000..a4ebfbce2ba
--- /dev/null
+++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHRISN
+DIST_VERSION=1.90
+DIST_EXAMPLES=("examples/*")
+inherit multilib perl-module
+
+DESCRIPTION="Perl extension for using OpenSSL"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="minimal examples"
+
+RDEPEND="
+ dev-libs/openssl:0=
+ virtual/perl-MIME-Base64
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warn
+ dev-perl/Test-NoWarnings
+ )
+ virtual/perl-Test-Simple
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.88-fix-network-tests.patch"
+ "${FILESDIR}/${PN}-1.88-fix-libdir.patch"
+)
+
+PERL_RM_FILES=(
+ # Hateful author tests
+ 't/local/01_pod.t'
+ 't/local/02_pod_coverage.t'
+ 't/local/kwalitee.t'
+)
+
+src_configure() {
+ if use test && has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
+ export NETWORK_TESTS=yes
+ else
+ use test && einfo "Network tests will be skipped without DIST_TEST_OVERRIDE=~network"
+ export NETWORK_TESTS=no
+ fi
+ export LIBDIR=$(get_libdir)
+ perl-module_src_configure
+}
+
+src_compile() {
+ mymake=(
+ OPTIMIZE="${CFLAGS}"
+ OPENSSL_PREFIX="${EPREFIX}"/usr
+ )
+ perl-module_src_compile
+}
next reply other threads:[~2021-07-17 16:35 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-17 16:35 Andreas K. Hüttel [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-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-06-19 12:45 Kent Fredric
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=1626539681.9be8132b95cf789d4f32fad997e6484cebc76c6f.dilfridge@gentoo \
--to=dilfridge@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