summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-04 06:41:14 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-04 06:41:14 +0000
commitd715dc03d3517708e181b89f2841e6a80627b9ce (patch)
tree1ae8962280201dcafa36ec3b8a5d776b7737bc36 /dev-perl/XML-LibXSLT
parent*** empty log message *** (diff)
downloadhistorical-d715dc03d3517708e181b89f2841e6a80627b9ce.tar.gz
historical-d715dc03d3517708e181b89f2841e6a80627b9ce.tar.bz2
historical-d715dc03d3517708e181b89f2841e6a80627b9ce.zip
*** empty log message ***
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild
index 5279be228c41..4460029615a8 100644
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild,v 1.1 2001/06/04 03:33:03 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.03.ebuild,v 1.2 2001/06/04 06:41:14 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,19 +10,12 @@ SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc
HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme"
DEPEND=">=sys-devel/perl-5
- >=gnome-base/gnome-libs-1.2
- >=gnome-libs/libxslt-0.5
- >=dev-perl/libwww-perl-5.48"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-# patch -p0 < ${FILESDIR}/${P}-LibXML.xs-gentoo.diff
-}
+ >=gnome-libs/libxslt-0.9
+ >=dev-perl/XML-LibXML-0.9"
src_compile() {
- perl Makefile.PL LIBS=\"-L/opt/gnome/lib\" INC=\"-I/opt/gnome/include\"
+ perl Makefile.PL
try make
try make test
}