diff options
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.45.ebuild | 34 |
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 ) |