From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build/
Date: Sun, 28 Feb 2016 10:01:47 +0000 (UTC) [thread overview]
Message-ID: <1456562396.716653a1966fc7abbb4fe958dd6a3f98fe8ba94c.monsieurp@gentoo> (raw)
commit: 716653a1966fc7abbb4fe958dd6a3f98fe8ba94c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 11:08:14 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 08:39:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716653a1
dev-perl/Module-Build: Bump to version 0.421.600
- use EAPI6
Package-Manager: portage-2.2.27
dev-perl/Module-Build/Manifest | 1 +
.../Module-Build/Module-Build-0.421.600.ebuild | 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-perl/Module-Build/Manifest b/dev-perl/Module-Build/Manifest
index 54d677f..6a8aa2a 100644
--- a/dev-perl/Module-Build/Manifest
+++ b/dev-perl/Module-Build/Manifest
@@ -1,2 +1,3 @@
DIST Module-Build-0.4205.tar.gz 309120 SHA256 1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501 SHA512 8fe81ea27e1870a489633da1280e7270babaa2d01365a22e854ae7e0c608b5c20885c0eb8d60ea23fe1f54a28b1ffbbf0e635fdf3ccc8539db7d5733d23090c2 WHIRLPOOL 860c55b0e222567dc2c8f18909bf6af58ec94f5f85feaa3a4c8ff0586d95a37ca62fe7fc755297a733aacafecbe2806bd256a842ed47b478ace28d5af63f9a59
DIST Module-Build-0.4214.tar.gz 305051 SHA256 c579488918cf4db84954a550c475272b3c25f5100c739339e91a65d7c055dc3f SHA512 33bc4adfd21cfa3ff3489fd4ed2a6dfd9b4bd9bcdb7839a76088876fcf5bc9b435c2d246e9eee60a6ae3ac6c6d06a377d8dc0440ec725a4985a8dd1746c445b2 WHIRLPOOL 6df75c677abc33fcfad333d77e667214c8387d28fb23c38e55885cff42ac9c74d792ea9c07ab725be70f6516460c7d12044d43fae74d36a44ab62517aee020c8
+DIST Module-Build-0.4216.tar.gz 305240 SHA256 661e030ee9f83027e8a5067788175d53050b5d1292be1bfd85d44ad141fb7671 SHA512 46b5d03e6bea1ee33a1202a38d68231daf49931b25b792b41fa39ab3b3c1321d8a47819a2714bf90a981e6686fc566aa5a6067edf61d78fe8166c7e4f83eeaa9 WHIRLPOOL 78d027fa13afa8832c916d9939c0639ed3f1e7b056522fceb10aebcdcfe04db6528c74b1a1cf1e0929d1ce5ccec0ec03c26b8ddb3563ae4df4d35612c2bd77c3
diff --git a/dev-perl/Module-Build/Module-Build-0.421.600.ebuild b/dev-perl/Module-Build/Module-Build-0.421.600.ebuild
new file mode 100644
index 0000000..8ed2459
--- /dev/null
+++ b/dev-perl/Module-Build/Module-Build-0.421.600.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.4216
+inherit perl-module
+
+DESCRIPTION="Build and install Perl modules"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-CPAN-Meta-2.142.60
+ virtual/perl-Data-Dumper
+ >=virtual/perl-ExtUtils-CBuilder-0.270.0
+ virtual/perl-ExtUtils-Install
+ virtual/perl-ExtUtils-Manifest
+ virtual/perl-ExtUtils-MakeMaker
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ >=virtual/perl-File-Spec-0.820.0
+ virtual/perl-Getopt-Long
+ >=virtual/perl-Module-Metadata-1.0.2
+ >=virtual/perl-Perl-OSType-1
+ virtual/perl-Test-Harness
+ virtual/perl-Text-ParseWords
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-CPAN-Meta-YAML-0.3.0
+ >=virtual/perl-File-Temp-0.150.0
+ >=virtual/perl-Parse-CPAN-Meta-1.440.100
+ >=virtual/perl-CPAN-Meta-2.142.60
+ >=virtual/perl-Module-Metadata-1.0.2
+ >=virtual/perl-Perl-OSType-1
+ >=virtual/perl-version-0.870.0
+ test? (
+ >=virtual/perl-Test-Harness-3.290.0
+ >=virtual/perl-Test-Simple-0.490.0
+ )
+"
next reply other threads:[~2016-02-28 10:02 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-28 10:01 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-15 11:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build/ Agostino Sarubbo
2016-03-15 11:28 Agostino Sarubbo
2016-03-27 19:23 Agostino Sarubbo
2016-03-27 19:26 Agostino Sarubbo
2016-03-27 19:38 Andreas Hüttel
2016-04-03 19:06 Markus Meier
2016-05-26 0:26 Matt Turner
2016-08-10 5:05 Kent Fredric
2016-09-19 23:15 Kent Fredric
2017-02-03 22:27 Jeroen Roovers
2017-02-14 22:52 Michael Weber
2017-03-17 11:12 Michael Haubenwallner
2017-04-03 5:53 Kent Fredric
2017-04-03 21:26 Michael Weber
2017-04-07 14:05 Kent Fredric
2017-05-31 23:27 Kent Fredric
2018-07-15 10:11 Mart Raudsepp
2018-07-15 15:51 Mikle Kolyada
2018-07-15 18:55 Thomas Deutschmann
2018-07-16 6:54 Sergei Trofimovich
2018-07-20 8:08 Sergei Trofimovich
2018-07-20 22:48 Sergei Trofimovich
2018-07-20 23:18 Sergei Trofimovich
2018-07-21 11:50 Tobias Klausmann
2018-07-23 0:43 Mikle Kolyada
2018-07-23 19:00 Sergei Trofimovich
2018-08-20 3:45 Mikle Kolyada
2018-12-08 15:22 Mikle Kolyada
2018-12-22 10:37 Mikle Kolyada
2019-05-04 19:02 Andreas K. Hüttel
2021-07-04 22:49 Andreas K. Hüttel
2021-08-06 21:18 Sam James
2021-08-07 1:28 Sam James
2021-08-07 5:10 Agostino Sarubbo
2021-08-07 14:49 Sam James
2021-08-07 14:49 Sam James
2021-08-07 23:37 Sam James
2021-08-09 0:54 Sam James
2021-11-14 16:12 Andreas K. Hüttel
2022-04-29 7:59 WANG Xuerui
2023-06-20 4:14 Sam James
2023-08-02 4:27 Sam James
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=1456562396.716653a1966fc7abbb4fe958dd6a3f98fe8ba94c.monsieurp@gentoo \
--to=monsieurp@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