public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/
Date: Mon, 11 Apr 2016 22:54:24 +0000 (UTC)	[thread overview]
Message-ID: <1460415250.7593b3969098bb3611a5949b0be4a39288a5569b.dilfridge@gentoo> (raw)

commit:     7593b3969098bb3611a5949b0be4a39288a5569b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 10 17:46:14 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 22:54:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7593b396

dev-perl/strictures: Bump to version 2.0.2

- EAPI6
- Expose optional deps via USE="minimal"

Upstream:
- Packaging changes for compiler detection

Keywords:
- New deps
- Dropped hppa and ppc

Package-Manager: portage-2.2.28

 dev-perl/strictures/Manifest                |  1 +
 dev-perl/strictures/metadata.xml            |  1 +
 dev-perl/strictures/strictures-2.0.2.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-perl/strictures/Manifest b/dev-perl/strictures/Manifest
index 4cabcf9..2ebce9f 100644
--- a/dev-perl/strictures/Manifest
+++ b/dev-perl/strictures/Manifest
@@ -1 +1,2 @@
 DIST strictures-2.000001.tar.gz 12689 SHA256 1e738a8ad63ce8c9b447111c8304ae124a3277c2dc17953b4f647581525e20d3 SHA512 2f4ca709e5b7722b7af8514c2cdae62cd3e6f96b2189dbcbf7e8bb9ae55f02e084c418535331484f4e7054812073fd2af9e35e85997629da1e544550bfc0f909 WHIRLPOOL d436da36425fc9810550eda8256c160c5fa3fa4c7ff1397185ec9384658abf2ff36e3a4c0bab1bf35d66aa32e5dc7c439b9eee3c9c2839698c87f5b28d68ecff
+DIST strictures-2.000002.tar.gz 15185 SHA256 130355dcb3afd8c3c8213c24b924e71deb7e1e1197da8f90c5ae191766aa4100 SHA512 30e7d02b4a240ef201e80f49066205f8563efade402bded4d0a818b0bde7c3bc5c4378e65b4e537ebd22d97ccab44e245764862eba5919770340d3811de346ef WHIRLPOOL c322047a33f0487f6c490bedb5d8ed1ce777a42dba350b28338a17c56bab438f93690a043f2a8e2dfeac3c7d18819c101dc226111ff69c284052e3665295a442

diff --git a/dev-perl/strictures/metadata.xml b/dev-perl/strictures/metadata.xml
index baef0c3..a532e54 100644
--- a/dev-perl/strictures/metadata.xml
+++ b/dev-perl/strictures/metadata.xml
@@ -8,5 +8,6 @@
 	<upstream>
 		<remote-id type="cpan">strictures</remote-id>
 		<remote-id type="cpan-module">strictures</remote-id>
+		<remote-id type="cpan-module">strictures::extra</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-perl/strictures/strictures-2.0.2.ebuild b/dev-perl/strictures/strictures-2.0.2.ebuild
new file mode 100644
index 0000000..b52a6c3
--- /dev/null
+++ b/dev-perl/strictures/strictures-2.0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000002
+inherit perl-module
+
+DESCRIPTION="Turn on strict and make most warnings fatal"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test minimal"
+
+RDEPEND="
+	!minimal? (
+		dev-perl/bareword-filehandles
+		dev-perl/indirect
+		dev-perl/multidimensional
+	)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"


             reply	other threads:[~2016-04-11 22:54 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-11 22:54 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 21:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/ Andreas K. Hüttel
2021-12-08 10:14 Yixun Lan
2021-11-21  4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-10-12  7:10 Agostino Sarubbo
2021-10-11  6:32 Agostino Sarubbo
2021-10-11  5:15 Sam James
2021-10-11  4:33 Sam James
2021-10-11  3:10 Sam James
2021-08-13  0:04 Andreas K. Hüttel
2021-08-05 14:13 Sam James
2021-08-04 10:23 Sergei Trofimovich
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-15  1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-12-27 15:51 Fabian Groffen
2018-01-08 18:48 Kent Fredric
2017-12-16 10:31 Tobias Klausmann
2017-09-23 12:50 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-19 19:22 Sergei Trofimovich
2017-07-21  3:49 Kent Fredric
2016-08-13  8:18 Jeroen Roovers
2016-08-13  7:48 Jeroen Roovers
2016-01-04 15:30 Andreas Hüttel
2016-01-04  9:39 Agostino Sarubbo
2016-01-04  9:35 Agostino Sarubbo
2015-09-20 20:45 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=1460415250.7593b3969098bb3611a5949b0be4a39288a5569b.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