diff options
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r-- | app-text/xmldiff/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/xmldiff/Manifest | 4 | ||||
-rw-r--r-- | app-text/xmldiff/xmldiff-0.6.8.ebuild | 26 |
3 files changed, 7 insertions, 31 deletions
diff --git a/app-text/xmldiff/ChangeLog b/app-text/xmldiff/ChangeLog index b173fdbedebc..902fb52acb34 100644 --- a/app-text/xmldiff/ChangeLog +++ b/app-text/xmldiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xmldiff -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/ChangeLog,v 1.13 2010/08/07 16:54:41 armin76 Exp $ +# 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 $ + + 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -xmldiff-0.6.8.ebuild: + Delete. 07 Aug 2010; Raúl Porcel <armin76@gentoo.org> xmldiff-0.6.9.ebuild: ia64/sparc stable wrt #321591 diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index d33ab624b776..7e45213d711d 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1,6 +1,4 @@ -DIST xmldiff-0.6.8.tar.gz 55131 RMD160 0ce0e87293f4adc1d801e1bd8f40c32939d6f884 SHA1 eed3a15496df1e892c0363273da67f0532a716a7 SHA256 e633d55f264e8d83d18c5a463f1988066a137c01202b83cd6d92402babc3d972 DIST xmldiff-0.6.9.tar.gz 45039 RMD160 7ed6a7eba4deeb3856f470ab916c2883571324a0 SHA1 c5667bea18c8a9f9c3b7d5bd71366b1df647a4ca SHA256 acc8e3d02982020ff2f4389c610474692cff847e2fb87d21a349b01a3a1d9829 -EBUILD xmldiff-0.6.8.ebuild 718 RMD160 d71497d6c16cf8ee5cc351f1fe0c2e654c56de2a SHA1 170caadfc11c5372503ca8d611fc45cdf930eb01 SHA256 e396648e62f1f2517251743f0569a19c143f057298641cc6f64831b6000f1f50 EBUILD xmldiff-0.6.9.ebuild 712 RMD160 0b662b3e77130a137e13075711f32bea82eec819 SHA1 01f3bd591ee5c6a926f5c124a0dff1c17b4da473 SHA256 568fde58b0207ddc2f7b2f15bb96ec55f0e33b9ba2f423fd7859ede1932289ea -MISC ChangeLog 1758 RMD160 3d7ba3cdd4795035f865056f4505a7ba76d1ea3b SHA1 aa62f2872af3245ae448e36ef8a610636222d9e7 SHA256 203de10f1aebd93bd5a8e954cc131d3d8c9fb1e9ff5ecc98c70f11ca9061e0d6 +MISC ChangeLog 1868 RMD160 89c3d712ce2c6a204e1fb3c49dd7020bf9dac24d SHA1 29cca8afa069e65937b829cbe7ac6408598f6c78 SHA256 5f00acf1dbd60462bd07b9995fe73e9a3897664427246e258c44f36fb981f0d5 MISC metadata.xml 580 RMD160 9db17e2d3f8e82b2d439bde1b23d1a9832bd697e SHA1 236e4020c385f35fde1dcfd2099ef984cc9ec542 SHA256 cc234be4ffa34604454dfa905b06d1548a0229566acdfea6968b931d6c2834eb diff --git a/app-text/xmldiff/xmldiff-0.6.8.ebuild b/app-text/xmldiff/xmldiff-0.6.8.ebuild deleted file mode 100644 index 8172cd4fe586..000000000000 --- a/app-text/xmldiff/xmldiff-0.6.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.6 2010/04/16 18:21:05 armin76 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/pyxml" - -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" -} |