summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-18 08:25:06 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-18 08:25:06 +0000
commit23cef89ef088879c6b843905d5e7ab8cbdc0ed05 (patch)
tree196c7adad6f37796c9e2e72a39e066d3905a0b09 /dev-perl/Inline
parentUse "rsync" instead of "bzr export", bug 280211. (diff)
downloadgentoo-2-23cef89ef088879c6b843905d5e7ab8cbdc0ed05.tar.gz
gentoo-2-23cef89ef088879c6b843905d5e7ab8cbdc0ed05.tar.bz2
gentoo-2-23cef89ef088879c6b843905d5e7ab8cbdc0ed05.zip
Ebuild maintenance (#297133)
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r--dev-perl/Inline/ChangeLog7
-rw-r--r--dev-perl/Inline/Inline-0.45.ebuild34
2 files changed, 15 insertions, 26 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog
index 455b2ffbaca8..5241a209190c 100644
--- a/dev-perl/Inline/ChangeLog
+++ b/dev-perl/Inline/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Inline
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.34 2008/12/08 03:21:22 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.35 2009/12/18 08:25:06 tove Exp $
+
+ 18 Dec 2009; Torsten Veller <tove@gentoo.org> Inline-0.45.ebuild:
+ Ebuild maintenance (#297133)
*Inline-0.45 (08 Dec 2008)
diff --git a/dev-perl/Inline/Inline-0.45.ebuild b/dev-perl/Inline/Inline-0.45.ebuild
index 1d265adee9c3..07867ae5f186 100644
--- a/dev-perl/Inline/Inline-0.45.ebuild
+++ b/dev-perl/Inline/Inline-0.45.ebuild
@@ -1,36 +1,22 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.45.ebuild,v 1.1 2008/12/08 03:21:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.45.ebuild,v 1.2 2009/12/18 08:25:06 tove Exp $
+
+EAPI=2
MODULE_AUTHOR=SISYPHUS
inherit perl-module eutils
DESCRIPTION="Write Perl subroutines in other languages"
-LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="gtk"
+IUSE=""
-DEPEND="virtual/perl-Digest-MD5
+RDEPEND="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
-}
+ dev-perl/Parse-RecDescent"
+DEPEND="${RDEPEND}"
-src_install() {
- perl-module_src_install
- dohtml DT.html
-}
+SRC_TEST=do
+PATCHES=( "${FILESDIR}"/gtk2-patch.diff )