summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-18 23:19:53 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-18 23:19:53 +0000
commit06da9119eacb45c026edab35d05a13aeabfa1872 (patch)
treea88cd41aab60db96adce91d118265d95e76e92f9 /app-text
parentConvert to python-single-r1. (diff)
downloadgentoo-2-06da9119eacb45c026edab35d05a13aeabfa1872.tar.gz
gentoo-2-06da9119eacb45c026edab35d05a13aeabfa1872.tar.bz2
gentoo-2-06da9119eacb45c026edab35d05a13aeabfa1872.zip
Convert to distutils-r1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xmldiff/ChangeLog9
-rw-r--r--app-text/xmldiff/xmldiff-0.6.10-r1.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/app-text/xmldiff/ChangeLog b/app-text/xmldiff/ChangeLog
index 3f998bb11e66..6695b6eb8a65 100644
--- a/app-text/xmldiff/ChangeLog
+++ b/app-text/xmldiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/xmldiff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.23 2012/08/27 15:18:13 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.24 2015/01/18 23:19:53 mgorny Exp $
+
+*xmldiff-0.6.10-r1 (18 Jan 2015)
+
+ 18 Jan 2015; Michał Górny <mgorny@gentoo.org> +xmldiff-0.6.10-r1.ebuild:
+ Convert to distutils-r1.
27 Aug 2012; Mike Gilbert <floppym@gentoo.org> xmldiff-0.6.10.ebuild,
xmldiff-0.6.9-r1.ebuild, xmldiff-0.6.9.ebuild:
diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild
new file mode 100644
index 000000000000..35177721da28
--- /dev/null
+++ b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild,v 1.1 2015/01/18 23:19:53 mgorny Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool that figures out the differences between two similar XML files"
+HOMEPAGE="http://www.logilab.org/project/xmldiff"
+SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/pyxml[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog README README.xmlrev TODO )