public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Bignum/
Date: Wed,  1 Jul 2020 11:28:48 +0000 (UTC)	[thread overview]
Message-ID: <1593602909.e0a51c2b7c41dd6602fc98c0a063722de9e71ee5.kentnl@gentoo> (raw)

commit:     e0a51c2b7c41dd6602fc98c0a063722de9e71ee5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 11:28:07 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 11:28:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a51c2b

dev-perl/Crypt-OpenSSL-Bignum: -r1 bump for EAPI7 + fixes

- EAPI7
- Ensure CFLAGS are passed to compile

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild          | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild
new file mode 100644
index 00000000000..3609566d7c9
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KMX
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="OpenSSL's multiprecision integer arithmetic"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="libressl"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/pkgconfig
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


             reply	other threads:[~2020-07-01 11:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-01 11:28 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-07 20:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Bignum/ Andreas K. Hüttel
2021-05-07 19:32 Andreas K. Hüttel
2021-05-07 19:32 Andreas K. Hüttel
2021-05-03 10:15 Mikle Kolyada
2020-09-03  4:26 Yixun Lan
2019-07-29 18:42 Aaron Bauman
2019-04-01 19:33 Andreas Sturmlechner
2018-10-27 12:31 Fabian Groffen
2018-10-14 13:29 Mikle Kolyada
2018-07-23  6:19 Sergei Trofimovich
2018-07-10 19:47 Markus Meier
2018-06-25 16:06 Tobias Klausmann
2018-06-06 16:37 Sergei Trofimovich
2018-06-02 19:15 Sergei Trofimovich
2018-04-23 15:12 Aaron Bauman
2018-04-23 15:12 Aaron Bauman
2017-03-12 23:09 Andreas Hüttel
2017-03-12 23:09 Andreas Hüttel
2017-01-05 10:17 Andreas Hüttel
2016-08-16  5:05 Kent Fredric
2016-08-03 19:36 Kent Fredric
2015-12-30 23:04 Andreas Hüttel
2015-09-20 16:39 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=1593602909.e0a51c2b7c41dd6602fc98c0a063722de9e71ee5.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