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/Inline-C/
Date: Wed, 31 May 2017 02:44:37 +0000 (UTC)	[thread overview]
Message-ID: <1496198671.d0fd10a7808de1f33dc2e9ea7f5c96d978fd11d1.kentnl@gentoo> (raw)

commit:     d0fd10a7808de1f33dc2e9ea7f5c96d978fd11d1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 02:44:13 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 31 02:44:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fd10a7

dev-perl/Inline-C: Bump to version 0.780.0 re bug #617002

- Add USE="examples"

Upstream:
- Remove systemcalls "rm" and "diff"
- Fixes for "." in "@INC"

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Inline-C/Inline-C-0.780.0.ebuild | 43 +++++++++++++++++++++++++++++++
 dev-perl/Inline-C/Manifest                |  1 +
 dev-perl/Inline-C/metadata.xml            |  4 +++
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
new file mode 100644
index 00000000000..4687679c542
--- /dev/null
+++ b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TINITA
+DIST_VERSION=0.78
+DIST_EXAMPLES=("example/modules/*")
+inherit perl-module
+
+DESCRIPTION="C Language Support for Inline"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+DIST_TEST="do" # parallelism thwarted by race conditions
+
+RDEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-7
+	>=virtual/perl-File-Spec-0.800.0
+	>=dev-perl/Inline-0.790.0
+	>=dev-perl/Parse-RecDescent-1.967.9
+	>=dev-perl/Pegex-0.580.0
+	!<dev-perl/Inline-0.510.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/File-ShareDir-Install-0.60.0
+	test? (
+		dev-perl/File-Copy-Recursive
+		virtual/perl-File-Path
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-Warn-0.230.0
+		dev-perl/YAML-LibYAML
+		virtual/perl-autodie
+		>=virtual/perl-version-0.770.0
+	)
+"
+src_test() {
+	perl_rm_files t/author-*.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Inline-C/Manifest b/dev-perl/Inline-C/Manifest
index 7c9df02cf6e..adb622bb403 100644
--- a/dev-perl/Inline-C/Manifest
+++ b/dev-perl/Inline-C/Manifest
@@ -1 +1,2 @@
 DIST Inline-C-0.76.tar.gz 73384 SHA256 22e9713b4d331d3c49e4a9a9f012dbf84cec25a01e5da4f57091be287f1a9a35 SHA512 43bf0bc6addf08c4c3347b074babdc514b1d6cee052d1124c5d9d4a4b52bd0e92ac79f8393f35252a98ef337fb18a9da47cdf545b1010b3f0d9c4b7fd9eb8c6d WHIRLPOOL 097f51fde1e1b51879b04fe78d2bf2172a207c4ef8c28e3773613cb006320aeb938127fe362e3b71dccee6b52928bb281c905a768c698ab56579b4e8879a426a
+DIST Inline-C-0.78.tar.gz 73695 SHA256 9a7804d85c01a386073d2176582b0262b6374c5c0341049da3ef84c6f53efbc7 SHA512 368e68dfb9f1700534d9b391090e340172e3adde5fe15576f883e9341047fec35cea8660751883b27e128ad91dda363d513547368097a989457d669bbbdc8ce4 WHIRLPOOL 24df9094372b8bc3fec6373ca2c4d0fa33f6f33a3955ffd26127ea4aaae8451125adfe9c2d22be628e62c98a2772438c9a35507a0734aea0825da16a3ad17da1

diff --git a/dev-perl/Inline-C/metadata.xml b/dev-perl/Inline-C/metadata.xml
index 2b9a936fc0a..962ef7c9a65 100644
--- a/dev-perl/Inline-C/metadata.xml
+++ b/dev-perl/Inline-C/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Inline-C</remote-id>
+    <remote-id type="cpan-module">Inline::C</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-05-31  2:44 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-31  2:44 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 19:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-C/ Arthur Zamarin
2024-07-07  6:23 Sam James
2024-07-07  6:10 Sam James
2023-10-16 16:34 Joonas Niilola
2023-08-19 16:02 Arthur Zamarin
2023-08-19  6:58 Arthur Zamarin
2023-08-19  6:01 Sam James
2023-07-04  5:22 WANG Xuerui
2023-06-21  3:09 Sam James
2021-11-03 20:56 Andreas K. Hüttel
2021-08-26 14:55 Sam James
2021-08-25 11:16 Agostino Sarubbo
2021-08-25  5:36 Agostino Sarubbo
2021-07-24 20:23 Matt Turner
2021-07-12 22:11 Sam James
2021-06-29 18:59 Sergei Trofimovich
2021-06-26  1:34 Sam James
2021-06-24 23:57 Sam James
2021-06-20 21:08 Sergei Trofimovich
2021-06-20 21:08 Sergei Trofimovich
2021-06-20 21:08 Sergei Trofimovich
2021-06-20 21:06 Sergei Trofimovich
2021-06-19 21:38 Andreas K. Hüttel
2020-10-16 21:57 Sam James
2017-09-18  2:13 Kent Fredric
2017-07-13  1:55 Markus Meier
2017-07-04 15:49 Agostino Sarubbo
2017-07-04 10:17 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-17 10:15 Agostino Sarubbo
2017-03-15 14:14 Michael Weber
2017-03-15 13:00 Michael Weber
2017-02-04 13:14 Jeroen Roovers
2016-05-25  6:52 Matt Turner
2016-05-21 23:33 Andreas Hüttel
2016-02-29 23:11 Andreas Hüttel
2016-02-20 22:45 Patrice Clement

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=1496198671.d0fd10a7808de1f33dc2e9ea7f5c96d978fd11d1.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