summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Inline/ChangeLog6
-rw-r--r--dev-perl/Inline/Inline-0.44-r1.ebuild37
-rw-r--r--dev-perl/Inline/Inline-0.470.0.ebuild22
-rw-r--r--dev-perl/Inline/Inline-0.500.0.ebuild4
4 files changed, 7 insertions, 62 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog
index 49a64e13a9dc..f6aa72913a39 100644
--- a/dev-perl/Inline/ChangeLog
+++ b/dev-perl/Inline/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Inline
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.63 2014/06/09 23:42:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.64 2014/07/10 10:36:02 zlogene Exp $
+
+ 10 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -Inline-0.44-r1.ebuild,
+ -Inline-0.470.0.ebuild, Inline-0.500.0.ebuild:
+ Mark ppc64 stable; Drop old.
09 Jun 2014; Mike Frysinger <vapier@gentoo.org> Inline-0.44-r1.ebuild,
Inline-0.470.0.ebuild, Inline-0.500.0.ebuild, Inline-0.510.0.ebuild,
diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild
deleted file mode 100644
index c18f7642f538..000000000000
--- a/dev-perl/Inline/Inline-0.44-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.29 2014/06/09 23:42:13 vapier Exp $
-
-inherit perl-module eutils
-
-DESCRIPTION="Write Perl subroutines in other languages"
-HOMEPAGE="http://search.cpan.org/doc/INGY/Inline-0.43/Inline.pod"
-SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="gtk"
-
-DEPEND="virtual/perl-Digest-MD5
- virtual/perl-File-Spec
- dev-perl/Parse-RecDescent
- virtual/perl-Test-Harness
- dev-lang/perl"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- #gtk-2 suggested patch
- use gtk && epatch ${FILESDIR}/gtk2-patch.diff
-}
-
-src_compile() {
- echo "y" | perl-module_src_compile
- perl-module_src_test
-}
-
-src_install() {
- perl-module_src_install
- dohtml DT.html
-}
diff --git a/dev-perl/Inline/Inline-0.470.0.ebuild b/dev-perl/Inline/Inline-0.470.0.ebuild
deleted file mode 100644
index e4aba547108f..000000000000
--- a/dev-perl/Inline/Inline-0.470.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.470.0.ebuild,v 1.2 2014/06/09 23:42:13 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SISYPHUS
-MODULE_VERSION=0.47
-inherit perl-module
-
-DESCRIPTION="Write Perl subroutines in other languages"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Digest-MD5
- virtual/perl-File-Spec
- dev-perl/Parse-RecDescent"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
diff --git a/dev-perl/Inline/Inline-0.500.0.ebuild b/dev-perl/Inline/Inline-0.500.0.ebuild
index 3a3e9a228940..90323a76a397 100644
--- a/dev-perl/Inline/Inline-0.500.0.ebuild
+++ b/dev-perl/Inline/Inline-0.500.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.11 2014/06/09 23:42:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.12 2014/07/10 10:36:02 zlogene Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Write Perl subroutines in other languages"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="test"
RDEPEND="virtual/perl-Digest-MD5