summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/lxml/lxml-0.9.2.ebuild')
-rw-r--r--dev-python/lxml/lxml-0.9.2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/lxml/lxml-0.9.2.ebuild b/dev-python/lxml/lxml-0.9.2.ebuild
deleted file mode 100644
index 9ac07d9e06ae..000000000000
--- a/dev-python/lxml/lxml-0.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-0.9.2.ebuild,v 1.1 2006/05/19 06:51:34 lucass Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="lxml is a Pythonic binding for the libxml2 and libxslt libraries"
-HOMEPAGE="http://codespeak.net/lxml/"
-SRC_URI="http://codespeak.net/lxml/${P}.tgz"
-
-LICENSE="BSD GPL-2 as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libxml2-2.6.16
- >=dev-libs/libxslt-1.1.12
- >=dev-python/pyrex-0.9.3
- virtual/python"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-distutils.diff
-}
-
-src_test() {
- make test
-}
-
-src_install() {
- distutils_src_install
-
- dodoc *.txt
- docinto doc
- dodoc doc/*.txt
- docinto doc/licenses
- dodoc doc/licenses/*
-
- insinto /usr/share/doc/${PF}
- doins -r samples
-}
-