summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-11-27 22:07:01 +0000
committerMarien Zwart <marienz@gentoo.org>2005-11-27 22:07:01 +0000
commit2ac26e177aeb3ab14b1fa1473b70e9049de20b3d (patch)
treebf6ef5a11754715b5f2ecb6ae3d4a74da4849f6b /dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild
parentStable on hppa. (diff)
downloadgentoo-2-2ac26e177aeb3ab14b1fa1473b70e9049de20b3d.tar.gz
gentoo-2-2ac26e177aeb3ab14b1fa1473b70e9049de20b3d.tar.bz2
gentoo-2-2ac26e177aeb3ab14b1fa1473b70e9049de20b3d.zip
Revbump to use the new eclass (bug #80639). Add a patch to make the tests pass with twisted-2.1.0. Set myself as maintainer.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild')
-rw-r--r--dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild b/dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild
new file mode 100644
index 000000000000..23358c31b546
--- /dev/null
+++ b/dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-xish/twisted-xish-0.1.0-r1.ebuild,v 1.1 2005/11/27 22:07:01 marienz Exp $
+
+MY_PACKAGE=Xish
+
+inherit twisted
+
+DESCRIPTION="Twisted Xish is an XML library with XPath-ish and DOM-ish support."
+
+KEYWORDS="~amd64 ~sparc ~x86"
+
+DEPEND=">=dev-python/twisted-2"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-tests-2.1-compat.patch"
+}