summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 16:54:07 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 16:54:07 +0000
commitece4e2e39d7632957f276b399b2da5fb7557a192 (patch)
treec19574f3d53f5e2317083c29dc07a5ca0b1feaf6 /app-text/xmldiff
parenthttp://my.opera.com/desktopteam/blog/2011/01/07/opera-11-01-snapshot (diff)
downloadhistorical-ece4e2e39d7632957f276b399b2da5fb7557a192.tar.gz
historical-ece4e2e39d7632957f276b399b2da5fb7557a192.tar.bz2
historical-ece4e2e39d7632957f276b399b2da5fb7557a192.zip
Fix deprecation warnings.
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r--app-text/xmldiff/ChangeLog6
-rw-r--r--app-text/xmldiff/Manifest4
-rw-r--r--app-text/xmldiff/xmldiff-0.6.9.ebuild21
3 files changed, 15 insertions, 16 deletions
diff --git a/app-text/xmldiff/ChangeLog b/app-text/xmldiff/ChangeLog
index 902fb52acb34..3c6ed69c1086 100644
--- a/app-text/xmldiff/ChangeLog
+++ b/app-text/xmldiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/xmldiff
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.14 2011/01/08 16:38:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.15 2011/01/08 16:54:07 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ xmldiff-0.6.9.ebuild:
+ Fix deprecation warnings.
08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-xmldiff-0.6.8.ebuild:
diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest
index 7e45213d711d..bccb430234ee 100644
--- a/app-text/xmldiff/Manifest
+++ b/app-text/xmldiff/Manifest
@@ -1,4 +1,4 @@
DIST xmldiff-0.6.9.tar.gz 45039 RMD160 7ed6a7eba4deeb3856f470ab916c2883571324a0 SHA1 c5667bea18c8a9f9c3b7d5bd71366b1df647a4ca SHA256 acc8e3d02982020ff2f4389c610474692cff847e2fb87d21a349b01a3a1d9829
-EBUILD xmldiff-0.6.9.ebuild 712 RMD160 0b662b3e77130a137e13075711f32bea82eec819 SHA1 01f3bd591ee5c6a926f5c124a0dff1c17b4da473 SHA256 568fde58b0207ddc2f7b2f15bb96ec55f0e33b9ba2f423fd7859ede1932289ea
-MISC ChangeLog 1868 RMD160 89c3d712ce2c6a204e1fb3c49dd7020bf9dac24d SHA1 29cca8afa069e65937b829cbe7ac6408598f6c78 SHA256 5f00acf1dbd60462bd07b9995fe73e9a3897664427246e258c44f36fb981f0d5
+EBUILD xmldiff-0.6.9.ebuild 608 RMD160 1ddd7603bc0a1e936bf470049b9b78f312680b77 SHA1 af3ca7fb2aa6e38401ba57c7c6e55f69e4c385b6 SHA256 38441539ad41af111d0cf6c4a83eb83abf8dca67a37d7389ad91b60595cb7f61
+MISC ChangeLog 1994 RMD160 06957102d725d302a9f4ca2b76a58f2ddd6785d2 SHA1 2e29ecaf6b63bf241cdb463814626ec787de3a8c SHA256 a0ccd17cd745e52d9a89db2439516700a44641b5dccaa3a8d86dce8d7ae43812
MISC metadata.xml 580 RMD160 9db17e2d3f8e82b2d439bde1b23d1a9832bd697e SHA1 236e4020c385f35fde1dcfd2099ef984cc9ec542 SHA256 cc234be4ffa34604454dfa905b06d1548a0229566acdfea6968b931d6c2834eb
diff --git a/app-text/xmldiff/xmldiff-0.6.9.ebuild b/app-text/xmldiff/xmldiff-0.6.9.ebuild
index 61df78d9a60f..ab822d723630 100644
--- a/app-text/xmldiff/xmldiff-0.6.9.ebuild
+++ b/app-text/xmldiff/xmldiff-0.6.9.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.9.ebuild,v 1.9 2010/08/07 16:54:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.9.ebuild,v 1.10 2011/01/08 16:54:07 arfrever Exp $
-inherit eutils distutils
+EAPI="3"
-DESCRIPTION="a tool that figures out the differences between two similar
-XML files"
+inherit 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"
@@ -14,13 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE=""
-DEPEND=""
-RDEPEND="dev-python/pyxml"
+DEPEND="dev-python/pyxml"
+RDEPEND="${DEPEND}"
DOCS="ChangeLog README README.xmlrev TODO"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "/^__revision__/d" setup.py test/regrtest.py || die "sed failed"
-}