commit: 322c90cfee8343ceba8f564a35a50713a07b7fac
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 13 04:38:00 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 13 04:44:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=322c90cf
[fixup] XS-Object-Magic: Recode from scratch to avoid copyright issue, fixup
dependencies
Package-Manager: portage-2.2.17
.../XS-Object-Magic-0.40.0-r1.ebuild | 32 ++++++++++++++++++++++
.../XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild | 28 -------------------
2 files changed, 32 insertions(+), 28 deletions(-)
diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r1.ebuild
b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r1.ebuild
new file mode 100644
index 0000000..43fcb0e
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Opaque, extensible XS pointer backed objects using sv_magic"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Scalar::Utils -> Scalar-List-Utils
+# Test::More -> Test-Simple
+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
+ dev-perl/Test-use-ok
+ )
+"
diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
deleted file mode 100644
index 4800bf5..0000000
--- a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2014 Julian Ospald <[email protected]>
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MODULE_AUTHOR="FLORA"
-MODULE_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="
- dev-perl/extutils-depends
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-Scalar-List-Utils
- test? (
- dev-perl/Test-Fatal
- dev-perl/Test-use-ok
- )
-"
-
-SRC_TEST="do"