* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-XSUtil/
@ 2014-10-01 9:44 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-10-01 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 0b3f1dea1c3ac6fc8d4f0d3d0b305bd7e800bfa2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Oct 1 08:09:47 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Oct 1 08:41:50 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b3f1dea
dev-perl/Module-Build-XSUtil: Added for dev-perl/Mouse
Package-Manager: portage-2.2.14_rc1
---
.../Module-Build-XSUtil-0.140.0.ebuild | 40 ++++++++++++++++++++++
dev-perl/Module-Build-XSUtil/metadata.xml | 13 +++++++
2 files changed, 53 insertions(+)
diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
new file mode 100644
index 0000000..52fc7e5
--- /dev/null
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR="HIDEAKIO"
+MODULE_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="A Module::Build class for building XS modules"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# File::Basename -> perl
+RDEPEND="
+ >=dev-perl/Devel-CheckCompiler-0.20.0
+ >=virtual/perl-Devel-PPPort-3.190.0
+ virtual/perl-Exporter
+ virtual/perl-ExtUtils-CBuilder
+ virtual/perl-File-Path
+ >=virtual/perl-XSLoader-0.20.0
+ virtual/perl-parent
+"
+# File::Spec::Functions -> virtual/perl-File-Spec
+# Test::More -> perl-Test-Simple
+DEPEND="
+ >=virtual/perl-Module-Build-0.400.500
+ ${RDEPEND}
+ test? (
+ dev-perl/Capture-Tiny
+ dev-perl/Cwd-Guard
+ dev-perl/File-Copy-Recursive
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Module-Build-XSUtil/metadata.xml b/dev-perl/Module-Build-XSUtil/metadata.xml
new file mode 100644
index 0000000..c90434b
--- /dev/null
+++ b/dev-perl/Module-Build-XSUtil/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Module-Build-XSUtil</remote-id>
+ <remote-id type="cpan-module">Module::Build::XSUtil</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-XSUtil/
@ 2015-02-18 9:42 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-02-18 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 40a62980e6cdc621bc835281e48191a0b96a3a13
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 18 09:39:20 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 18 09:39:20 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=40a62980
[cleanup] dev-perl/Module-Build-XSUtil now in ::gentoo
---
.../Module-Build-XSUtil-0.140.0.ebuild | 40 ----------------------
dev-perl/Module-Build-XSUtil/metadata.xml | 13 -------
2 files changed, 53 deletions(-)
diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
deleted file mode 100644
index 52fc7e5..0000000
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MODULE_AUTHOR="HIDEAKIO"
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="A Module::Build class for building XS modules"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-# File::Basename -> perl
-RDEPEND="
- >=dev-perl/Devel-CheckCompiler-0.20.0
- >=virtual/perl-Devel-PPPort-3.190.0
- virtual/perl-Exporter
- virtual/perl-ExtUtils-CBuilder
- virtual/perl-File-Path
- >=virtual/perl-XSLoader-0.20.0
- virtual/perl-parent
-"
-# File::Spec::Functions -> virtual/perl-File-Spec
-# Test::More -> perl-Test-Simple
-DEPEND="
- >=virtual/perl-Module-Build-0.400.500
- ${RDEPEND}
- test? (
- dev-perl/Capture-Tiny
- dev-perl/Cwd-Guard
- dev-perl/File-Copy-Recursive
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- >=virtual/perl-Test-Simple-0.980.0
- )
-"
-SRC_TEST="do parallel"
diff --git a/dev-perl/Module-Build-XSUtil/metadata.xml b/dev-perl/Module-Build-XSUtil/metadata.xml
deleted file mode 100644
index c90434b..0000000
--- a/dev-perl/Module-Build-XSUtil/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Module-Build-XSUtil</remote-id>
- <remote-id type="cpan-module">Module::Build::XSUtil</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-18 9:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 9:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-XSUtil/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-02-18 9:42 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox