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-Rijndael/
Date: Thu,  2 Jul 2020 12:57:57 +0000 (UTC)	[thread overview]
Message-ID: <1593694620.1309ef45b7ec2ab96d023e66a926ea27dc835446.kentnl@gentoo> (raw)

commit:     1309ef45b7ec2ab96d023e66a926ea27dc835446
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 12:50:43 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 12:57:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1309ef45

dev-perl/Crypt-Rijndael: -r bump for EAPI7 + fixes

- EAPI7
- Ensure CFLAGS passed to make/compiler

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

 .../Crypt-Rijndael-1.140.0-r1.ebuild               | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0-r1.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0-r1.ebuild
new file mode 100644
index 00000000000..26733862f2f
--- /dev/null
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


             reply	other threads:[~2020-07-02 12:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 12:57 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/ Yixun Lan
2021-08-13  1:05 Sam James
2021-07-29  6:40 Agostino Sarubbo
2021-07-28  3:12 Sam James
2021-07-28  3:12 Sam James
2021-05-11 22:16 Sam James
2021-05-11 22:16 Sam James
2021-05-11 22:16 Sam James
2021-05-11 22:15 Sam James
2021-05-11 22:14 Sam James
2021-05-11 20:05 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-12-12  6:46 Kent Fredric
2020-10-19  2:31 Kent Fredric
2020-08-06 16:56 Kent Fredric
2019-07-10  9:33 Kent Fredric
2018-07-27  7:12 Sergei Trofimovich
2017-06-18 13:25 Alexis Ballier
2016-08-05  6:18 Kent Fredric
2016-05-25 22:48 Matt Turner
2016-03-24  5:54 Markus Meier
2016-01-24 12:11 Andreas Hüttel
2016-01-24  7:20 Jeroen Roovers
2016-01-11  9:07 Agostino Sarubbo
2016-01-09  6:43 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-01-02 16:28 Agostino Sarubbo
2015-12-30 23:04 Andreas Hüttel
2015-09-07 19:32 Andreas Hüttel

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=1593694620.1309ef45b7ec2ab96d023e66a926ea27dc835446.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