summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-10 03:07:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-10 03:07:30 +0000
commit904fe89e6783015e0599996abb196de086f384a1 (patch)
treeeff51489920649b884efd41147dd6c5ac9d53d0c /dev-libs
parentversion bumb (Manifest recommit) (diff)
downloadgentoo-2-904fe89e6783015e0599996abb196de086f384a1.tar.gz
gentoo-2-904fe89e6783015e0599996abb196de086f384a1.tar.bz2
gentoo-2-904fe89e6783015e0599996abb196de086f384a1.zip
clean up and arm/hppa/ia64/s390 stabilization
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxslt/libxslt-1.1.6.ebuild18
-rw-r--r--dev-libs/libxslt/libxslt-1.1.8-r1.ebuild12
-rw-r--r--dev-libs/libxslt/libxslt-1.1.8.ebuild10
-rw-r--r--dev-libs/libxslt/libxslt-1.1.9-r1.ebuild19
4 files changed, 21 insertions, 38 deletions
diff --git a/dev-libs/libxslt/libxslt-1.1.6.ebuild b/dev-libs/libxslt/libxslt-1.1.6.ebuild
index 20aa4242a89a..13c9d19f41fa 100644
--- a/dev-libs/libxslt/libxslt-1.1.6.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.6.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.6.ebuild,v 1.6 2004/11/05 03:09:29 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.6.ebuild,v 1.7 2004/11/10 03:07:30 vapier Exp $
-inherit libtool gnome.org inherit python
+inherit libtool gnome.org python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm hppa ~amd64 ~ia64 s390 ppc64"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 ~sparc ~x86"
IUSE="python"
DEPEND=">=dev-libs/libxml2-2.6.8
@@ -17,21 +17,11 @@ DEPEND=">=dev-libs/libxml2-2.6.8
src_compile() {
elibtoolize
- econf `use_with python` || die "configure failed"
+ econf $(use_with python) || die "configure failed"
emake || die "make failed"
}
src_install() {
-# make DESTDIR=${D} \
-# DOCS_DIR=/usr/share/doc/${PF}/python \
-# EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \
-# BASE_DIR=/usr/share/doc \
-# DOC_MODULE=${PF} \
-# EXAMPLES_DIR=/usr/share/doc/${PF}/example \
-# TARGET_DIR=/usr/share/doc/${PF}/html \
-# install || die "install failed"
-
make DESTDIR=${D} install
-
dodoc AUTHORS ChangeLog README NEWS TODO
}
diff --git a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
index 552385594e2a..ce2f09a89fc6 100644
--- a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild,v 1.6 2004/11/05 04:00:01 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild,v 1.7 2004/11/10 03:07:30 vapier Exp $
-inherit libtool gnome.org eutils inherit python
+inherit libtool gnome.org eutils python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
-LICENSE="MIT"
+LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ppc ~sparc mips alpha ~arm hppa ~amd64 ia64 ~s390 ~ppc64"
+KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ~ppc64 s390 ~sparc ~x86"
IUSE="python"
DEPEND=">=dev-libs/libxml2-2.6.8
@@ -24,13 +24,11 @@ src_unpack() {
src_compile() {
elibtoolize
- econf `use_with python` || die "configure failed"
+ econf $(use_with python) || die "configure failed"
emake || die "make failed"
}
src_install() {
-
make DESTDIR=${D} install
dodoc AUTHORS ChangeLog README NEWS TODO
-
}
diff --git a/dev-libs/libxslt/libxslt-1.1.8.ebuild b/dev-libs/libxslt/libxslt-1.1.8.ebuild
index be8ddf32a528..194057e3bef3 100644
--- a/dev-libs/libxslt/libxslt-1.1.8.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.8.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8.ebuild,v 1.5 2004/11/05 03:09:30 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8.ebuild,v 1.6 2004/11/10 03:07:30 vapier Exp $
inherit libtool gnome.org python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
-LICENSE="MIT"
+LICENSE="MIT"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~s390 ~ppc64"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86"
IUSE="python"
DEPEND=">=dev-libs/libxml2-2.6.8
@@ -17,13 +17,11 @@ DEPEND=">=dev-libs/libxml2-2.6.8
src_compile() {
elibtoolize
- econf `use_with python` || die "configure failed"
+ econf $(use_with python) || die "configure failed"
emake || die "make failed"
}
src_install() {
-
make DESTDIR=${D} install
dodoc AUTHORS ChangeLog README NEWS TODO
-
}
diff --git a/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild
index 3845a311c951..65bbc5e2666d 100644
--- a/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild,v 1.5 2004/11/08 17:15:26 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild,v 1.6 2004/11/10 03:07:30 vapier Exp $
inherit libtool gnome.org eutils python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
-LICENSE="MIT"
+LICENSE="MIT"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 mips ~ppc ~ppc64 s390 sparc x86"
IUSE="python crypt"
DEPEND=">=dev-libs/libxml2-2.6.8
@@ -17,23 +17,20 @@ DEPEND=">=dev-libs/libxml2-2.6.8
python? ( dev-lang/python )"
src_unpack() {
-
unpack ${A}
cd ${S}
# we still require the 1.1.8 patch for the .m4 file, to add
# the CXXFLAGS defines <obz@gentoo.org>
epatch ${FILESDIR}/libxslt.m4-${PN}-1.1.8.patch
-
+ elibtoolize
}
src_compile() {
-
- elibtoolize
- econf `use_with python` \
- `use_with crypt crypto` \
- || die "configure failed"
+ econf \
+ $(use_with python) \
+ $(use_with crypt crypto) \
+ || die "configure failed"
emake || die "make failed"
-
}
src_install() {