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/XS-Object-Magic/
Date: Thu, 14 Sep 2017 04:06:13 +0000 (UTC)	[thread overview]
Message-ID: <1505361965.08439376a4532d67da8ad9f0be614fc80aba3ecd.kentnl@gentoo> (raw)

commit:     08439376a4532d67da8ad9f0be614fc80aba3ecd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 02:05:09 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 04:06:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08439376

dev-perl/XS-Object-Magic: Add w/ version 0.40.0

Previously maintained by Hasufell and myself in ::perl-experimental
since Dec 2014

Required for x11-wm/i3 via X11-XCB

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/XS-Object-Magic/Manifest                  |  1 +
 .../XS-Object-Magic-0.40.0-r3.ebuild               | 31 ++++++++++++++++++++++
 dev-perl/XS-Object-Magic/metadata.xml              | 13 +++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-perl/XS-Object-Magic/Manifest b/dev-perl/XS-Object-Magic/Manifest
new file mode 100644
index 00000000000..839273b4261
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/Manifest
@@ -0,0 +1 @@
+DIST XS-Object-Magic-0.04.tar.gz 66287 SHA256 3dea54e196d4ca13a5186dbe7b12d067ff4aaafb15f6e62a8bd1010c8f84cf0d SHA512 315288496c0bab79f16d010f7f140dc1483bb3a1053a7fc41a048308aa1f9ae01b03795be28f132c856360176372d2251315ae62db950e377be88ff222a441dd WHIRLPOOL fd96279996f2330a7fac5e4dda3439d08f38437af96b8328b5a000cdab759e04a36affd0500889879b5cc6c1ea04644f7cd7fddc749107ec1b82b19e60dab973

diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
new file mode 100644
index 00000000000..bbfecf19eb0
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FLORA
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Opaque, extensible XS pointer backed objects using sv_magic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
+	test? (
+		virtual/perl-Scalar-List-Utils
+		dev-perl/Test-Fatal
+		virtual/perl-Test-Simple
+	)
+"
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse inc::Module::Install /' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}

diff --git a/dev-perl/XS-Object-Magic/metadata.xml b/dev-perl/XS-Object-Magic/metadata.xml
new file mode 100644
index 00000000000..1882f95f932
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">XS-Object-Magic</remote-id>
+    <remote-id type="cpan-module">XS::Object::Magic</remote-id>
+    <remote-id type="cpan-module">XS::Object::Magic::Install::Files</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-09-14  4:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14  4:06 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-02 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Object-Magic/ Mikle Kolyada
2020-06-29  6:33 Michał Górny
2020-10-16 21:57 Sam James
2021-09-21 13:41 Yixun Lan
2021-10-07 21:07 Andreas K. Hüttel
2021-12-05  3:31 Sam James
2021-12-05  4:49 Sam James
2021-12-11 15:52 Andreas K. 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=1505361965.08439376a4532d67da8ad9f0be614fc80aba3ecd.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