summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-11-06 02:16:16 +0000
committerMike Gardiner <obz@gentoo.org>2004-11-06 02:16:16 +0000
commit46fcc43ac592aff4c6e1a91f802f0ec98d73e997 (patch)
treea8ca44d8e0a3542f181898bc895d3d47313dcdbb /dev-libs/libxslt
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-46fcc43ac592aff4c6e1a91f802f0ec98d73e997.tar.gz
gentoo-2-46fcc43ac592aff4c6e1a91f802f0ec98d73e997.tar.bz2
gentoo-2-46fcc43ac592aff4c6e1a91f802f0ec98d73e997.zip
Removing old version, 1.1.4
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.1.41
-rw-r--r--dev-libs/libxslt/libxslt-1.1.4.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.4 b/dev-libs/libxslt/files/digest-libxslt-1.1.4
deleted file mode 100644
index 60c023aaf321..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1fcbbb28a34b83c0ea18147574b011a0 libxslt-1.1.4.tar.bz2 1717707
diff --git a/dev-libs/libxslt/libxslt-1.1.4.ebuild b/dev-libs/libxslt/libxslt-1.1.4.ebuild
deleted file mode 100644
index 1092b9f1fd2d..000000000000
--- a/dev-libs/libxslt/libxslt-1.1.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.4.ebuild,v 1.12 2004/11/05 03:09:29 obz Exp $
-
-inherit libtool gnome.org python
-
-DESCRIPTION="XSLT libraries and tools"
-HOMEPAGE="http://www.xmlsoft.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ia64 ~s390 mips"
-IUSE="python"
-
-DEPEND=">=dev-libs/libxml2-2.6.5
- python? ( dev-lang/python )"
-
-src_compile() {
- elibtoolize
- 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"
- dodoc AUTHORS ChangeLog README NEWS TODO
-}