summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-28 09:08:43 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-28 09:08:43 +0000
commit99ed41192a527ed0aa1a535d56922176633f60fd (patch)
tree0555dc086ea0fb6ee853ee67c01c8fce5d8ddb36 /dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild
parentRemove old versions. This drops sh keyword completely with permission from ar... (diff)
downloadgentoo-2-99ed41192a527ed0aa1a535d56922176633f60fd.tar.gz
gentoo-2-99ed41192a527ed0aa1a535d56922176633f60fd.tar.bz2
gentoo-2-99ed41192a527ed0aa1a535d56922176633f60fd.zip
Make it work with 5.10. Add to perl herd
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild')
-rw-r--r--dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild b/dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild
index ac0f0f4c925b..d87dd7618a01 100644
--- a/dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild
+++ b/dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild,v 1.3 2009/04/28 07:30:21 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Shareable/IPC-Shareable-0.60.ebuild,v 1.4 2009/04/28 09:08:43 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=BSUGARS
inherit perl-module
DESCRIPTION="Tie a variable to shared memory"
-HOMEPAGE="http://search.cpan.org/search?query=IPC-Shareable&mode=dist"
-SRC_URI="mirror://cpan/authors/id/B/BS/BSUGARS/IPC-Shareable-0.60.tar.gz"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}"/fix_perl_5.10_compat.patch )
+SRC_TEST=do