summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-19 06:50:10 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-19 06:50:10 +0000
commit4d81e5ee03f457b854202a53d5c9dec00e7d2a2e (patch)
tree8d24245854a98f771103065b3c945369c0076369 /dev-perl
parentarm/hppa/ia64/s390 stable (diff)
downloadgentoo-2-4d81e5ee03f457b854202a53d5c9dec00e7d2a2e.tar.gz
gentoo-2-4d81e5ee03f457b854202a53d5c9dec00e7d2a2e.tar.bz2
gentoo-2-4d81e5ee03f457b854202a53d5c9dec00e7d2a2e.zip
sh love
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.34.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-perl/XML-Parser/XML-Parser-2.34.ebuild b/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
index 3dfe91279fa2..05a6ad00d99a 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
@@ -1,23 +1,24 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.34.ebuild,v 1.15 2005/08/14 21:05:31 kito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.34.ebuild,v 1.16 2006/03/19 06:50:10 vapier Exp $
inherit perl-module multilib
DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat"
-SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~msergeant/${P}/"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=">=dev-libs/expat-1.95.1-r1"
src_unpack() {
unpack ${A}
- cd ${S}
- sed -i -e "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(get_libdir)';:" \
+ cd "${S}"
+ sed -i \
+ -e "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(get_libdir)';:" \
Makefile.PL || die "sed failed"
}