summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-07-27 21:55:45 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-07-27 21:55:45 +0000
commit5737a614d18d5f2371ef0da820d1ca065457e23d (patch)
tree79d7c542c893c45959493bb90d577454445d2272 /dev-libs
parent+sys-fs/ntfsprogs:fuse (diff)
downloadgentoo-2-5737a614d18d5f2371ef0da820d1ca065457e23d.tar.gz
gentoo-2-5737a614d18d5f2371ef0da820d1ca065457e23d.tar.bz2
gentoo-2-5737a614d18d5f2371ef0da820d1ca065457e23d.zip
New revision. Pass --with-debugger to configure script unconditionally (bug #98345)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxslt/ChangeLog9
-rw-r--r--dev-libs/libxslt/Manifest4
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.1.14-r11
-rw-r--r--dev-libs/libxslt/libxslt-1.1.14-r1.ebuild56
4 files changed, 68 insertions, 2 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog
index 4aff312da6d8..011a57fbe3be 100644
--- a/dev-libs/libxslt/ChangeLog
+++ b/dev-libs/libxslt/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/libxslt
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.108 2005/07/27 16:34:29 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.109 2005/07/27 21:55:45 leonardop Exp $
+
+*libxslt-1.1.14-r1 (27 Jul 2005)
+
+ 27 Jul 2005; Leonardo Boshell <leonardop@gentoo.org>
+ libxslt-1.1.14-r1.ebuild:
+ New revision. Always pass --with-debugger to make libxslt useful for
+ external development tools (bug #98345).
27 Jul 2005; Guy Martin <gmsoft@gentoo.org> libxslt-1.1.14.ebuild:
Stable on hppa.
diff --git a/dev-libs/libxslt/Manifest b/dev-libs/libxslt/Manifest
index d09aa2959d12..2e0bb4a5d49f 100644
--- a/dev-libs/libxslt/Manifest
+++ b/dev-libs/libxslt/Manifest
@@ -1,10 +1,12 @@
-MD5 be8c70f5753b2b2f085ace340641b7cc ChangeLog 12907
+MD5 90d54589c90d909767e8d05393f11d33 ChangeLog 13139
MD5 37cd3ccd92224c10394167fcbfdafe51 libxslt-1.1.12.ebuild 1004
MD5 089be3b7b6ad030eca9fb77b50a5bb50 libxslt-1.1.14.ebuild 1484
+MD5 a8e88e9442bc167543e6c23dbafcb7ac libxslt-1.1.14-r1.ebuild 1565
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 1849a68af314c2748e94fc24d8a579a6 libxslt-1.1.13-r1.ebuild 1543
MD5 0036be4a6749d5a3fc499f2732f59031 files/digest-libxslt-1.1.12 68
MD5 0c18eda60de8886c97c58c7a17596c3d files/digest-libxslt-1.1.14 68
+MD5 0c18eda60de8886c97c58c7a17596c3d files/digest-libxslt-1.1.14-r1 68
MD5 a772cd7aafe8f9e0fd59de02b2ea2e85 files/libxslt.m4-libxslt-1.1.8.patch 1292
MD5 780e9916a203e55f64b65de63eccae51 files/digest-libxslt-1.1.13-r1 68
MD5 ba955ecf3fb1912956c89db250c6e233 files/libxslt-1.1.13-xslt.patch 819
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.14-r1 b/dev-libs/libxslt/files/digest-libxslt-1.1.14-r1
new file mode 100644
index 000000000000..5f700fc79e0a
--- /dev/null
+++ b/dev-libs/libxslt/files/digest-libxslt-1.1.14-r1
@@ -0,0 +1 @@
+MD5 1fe60d57b8fcff7462fb1d9fac6c2ae8 libxslt-1.1.14.tar.bz2 1819250
diff --git a/dev-libs/libxslt/libxslt-1.1.14-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.14-r1.ebuild
new file mode 100644
index 000000000000..ee6761cc4270
--- /dev/null
+++ b/dev-libs/libxslt/libxslt-1.1.14-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.14-r1.ebuild,v 1.1 2005/07/27 21:55:45 leonardop Exp $
+
+inherit libtool gnome.org eutils python
+
+DESCRIPTION="XSLT libraries and tools"
+HOMEPAGE="http://www.xmlsoft.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="crypt debug python static"
+
+DEPEND=">=dev-libs/libxml2-2.6.17
+ crypt? ( >=dev-libs/libgcrypt-1.1.92 )
+ 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
+
+ epunt_cxx
+ elibtoolize
+}
+
+src_compile() {
+ # Always pass --with-debugger. It is required by third parties (see
+ # e.g. bug #98345)
+ local myconf="$(use_with python) $(use_with crypt crypto) \
+ $(use_enable static) $(use_with debug) $(use_with debug mem-debug) \
+ --with-debugger"
+
+ econf ${myconf} || die "configure failed"
+
+ # Patching the Makefiles to respect get_libdir
+ # Fixes BUG #86756, please keep this.
+ # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
+ for x in $(find "${S}" -name "Makefile") ; do
+ sed \
+ -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \
+ -i ${x} \
+ || die "sed failed"
+ done
+
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog Copyright FEATURES NEWS README TODO
+}