summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-06-28 00:38:05 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-06-28 00:38:05 +0000
commit2a6bfa1813da946a47c3b112b7274c38dea5a0dd (patch)
treed20d92d8cd11f40e2d0d6eecd14c1477dd3a64de /app-text/xmldiff/xmldiff-0.6.8.ebuild
parentKeyworded ~x86-fbsd (diff)
downloadgentoo-2-2a6bfa1813da946a47c3b112b7274c38dea5a0dd.tar.gz
gentoo-2-2a6bfa1813da946a47c3b112b7274c38dea5a0dd.tar.bz2
gentoo-2-2a6bfa1813da946a47c3b112b7274c38dea5a0dd.zip
Initial commit, fixes bug 181256
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/xmldiff/xmldiff-0.6.8.ebuild')
-rw-r--r--app-text/xmldiff/xmldiff-0.6.8.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-text/xmldiff/xmldiff-0.6.8.ebuild b/app-text/xmldiff/xmldiff-0.6.8.ebuild
new file mode 100644
index 000000000000..a803094caef2
--- /dev/null
+++ b/app-text/xmldiff/xmldiff-0.6.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.8.ebuild,v 1.1 2007/06/28 00:38:05 coldwind Exp $
+
+inherit eutils distutils
+
+DESCRIPTION="a tool that figures out the differences between two similar
+XML files"
+HOMEPAGE="http://www.logilab.org/projects/xmldiff/"
+SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/pyxml"
+
+DOCS="ChangeLog README README.xmlrev TODO"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-python2.5.patch"
+}