summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-06-14 18:03:45 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:23 +0200
commit6005bb98ca495b77713668d50768e9161b5104bd (patch)
tree36bc3bb2ca132a7d6b549d700f303549b8239d66
parentBump portage-bashrc-mv (diff)
downloadmv-6005bb98ca495b77713668d50768e9161b5104bd.tar.gz
mv-6005bb98ca495b77713668d50768e9161b5104bd.tar.bz2
mv-6005bb98ca495b77713668d50768e9161b5104bd.zip
Fix File-lchown dependencies. Remove ExtUtils-CChecker
-rw-r--r--dev-perl/ExtUtils-CChecker/ChangeLog13
-rw-r--r--dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild35
-rw-r--r--dev-perl/ExtUtils-CChecker/Manifest1
-rw-r--r--dev-perl/ExtUtils-CChecker/metadata.xml9
-rw-r--r--dev-perl/File-lchown/ChangeLog3
-rw-r--r--dev-perl/File-lchown/File-lchown-0.20-r1.ebuild (renamed from dev-perl/File-lchown/File-lchown-0.20.ebuild)2
6 files changed, 4 insertions, 59 deletions
diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog
deleted file mode 100644
index 961d466d..00000000
--- a/dev-perl/ExtUtils-CChecker/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for dev-perl/ExtUtils-CChecker
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*ExtUtils-CChecker-0.90.0 (21 Sep 2014)
-
- 24 Sep 2014; Martin Väth <martin@mvaeth.de>:
- Add ~ARCH which probably work, even if untested
-
- 21 Sep 2014; Martin Väth <martin@mvath.de>:
- Copy from perl-experimental overlay to satisfy dev-perl/File-lchown.
- Remove previous ChangeLog
-
diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild
deleted file mode 100644
index 40053f9f..00000000
--- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-RESTRICT="mirror"
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='configure-time utilities for using C headers,'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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=""
-perl_meta_build() {
- # Module::Build
- echo virtual/perl-Module-Build
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # ExtUtils::CBuilder
- echo virtual/perl-ExtUtils-CBuilder
-}
-DEPEND="
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
diff --git a/dev-perl/ExtUtils-CChecker/Manifest b/dev-perl/ExtUtils-CChecker/Manifest
deleted file mode 100644
index 4fc72f16..00000000
--- a/dev-perl/ExtUtils-CChecker/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ExtUtils-CChecker-0.09.tar.gz 21237 SHA256 ebf167e3f98b4b1ff8e7a5e98d084558b87d0b19442f5da33233ef6b2eb66ad7 SHA512 51068985b7c62af407a600dc665031966abf45775ac1e4ce97d49474af070df86622db47a1248aaa8f89e3544f4937665287162cf3f80cbc930bf56d57d8d6b3 WHIRLPOOL 827940320cf1acb1f3ea8d208fee43215227dedb5bda7ef068f32c5f64f966de55ab7e78aebd20701f5a0b704563685af8577fab535dfafd19ef5781b3d889ef
diff --git a/dev-perl/ExtUtils-CChecker/metadata.xml b/dev-perl/ExtUtils-CChecker/metadata.xml
deleted file mode 100644
index d70ab9d4..00000000
--- a/dev-perl/ExtUtils-CChecker/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <upstream>
- <remote-id type="cpan">ExtUtils-CChecker</remote-id>
- <remote-id type="cpan-module">ExtUtils::CChecker</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-perl/File-lchown/ChangeLog b/dev-perl/File-lchown/ChangeLog
index 110054d5..25e610ce 100644
--- a/dev-perl/File-lchown/ChangeLog
+++ b/dev-perl/File-lchown/ChangeLog
@@ -4,6 +4,9 @@
*File-lchown-0.2 (21 Sep 2014)
+ 14 Jun 2015; Martin Väth <martin@mvaeth.de>:
+ Version bump to fix renaming of Module-Build
+
24 Sep 2014; Martin Väth <martin@mvaeth.de>:
Add ~ARCH which probably work, even if untested
diff --git a/dev-perl/File-lchown/File-lchown-0.20.ebuild b/dev-perl/File-lchown/File-lchown-0.20-r1.ebuild
index ed739fd7..25f36b83 100644
--- a/dev-perl/File-lchown/File-lchown-0.20.ebuild
+++ b/dev-perl/File-lchown/File-lchown-0.20-r1.ebuild
@@ -19,4 +19,4 @@ RDEPEND=""
DEPEND="
${RDEPEND}
dev-perl/ExtUtils-CChecker
- virtual/perl-Module-Build"
+ dev-perl/Module-Build"