diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-29 04:07:33 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-29 04:07:33 +0000 |
commit | de50c9864140e04ac0e8c64c66c4275209f5a806 (patch) | |
tree | 45a22ed539d7cf3d5646bb648b3ed7a18c856fbd /dev-python/hachoir-core | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-de50c9864140e04ac0e8c64c66c4275209f5a806.tar.gz gentoo-2-de50c9864140e04ac0e8c64c66c4275209f5a806.tar.bz2 gentoo-2-de50c9864140e04ac0e8c64c66c4275209f5a806.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/hachoir-core')
-rw-r--r-- | dev-python/hachoir-core/Manifest | 2 | ||||
-rw-r--r-- | dev-python/hachoir-core/hachoir-core-1.1.ebuild | 21 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/hachoir-core/Manifest b/dev-python/hachoir-core/Manifest index bf1b5ee1c080..7c11d059fa66 100644 --- a/dev-python/hachoir-core/Manifest +++ b/dev-python/hachoir-core/Manifest @@ -1,6 +1,4 @@ -DIST hachoir-core-1.1.tar.gz 93775 RMD160 fb54886e6120c111eebd852258ba647036acc666 SHA1 acb1176d158f11fc8442fd823bd6183e567371f2 SHA256 9849f998b94b3df855b1ca2ec2cbef235972c1733b1e92ad50433666999c6808 DIST hachoir-core-1.3.3.tar.gz 91504 RMD160 bc29a5433db1fe86fb90928be63b4af569f0d977 SHA1 e1d3b5da7d57087c922942b7653cb3b195c7769f SHA256 ecf5d16eccc76b22071d6062e54edb67595f70d827644d3a6dff04289b4058df -EBUILD hachoir-core-1.1.ebuild 574 RMD160 6f5d5c6a004cd79f93e03293c4d697ef6a14db3d SHA1 3e44bc841643632c2d0b22f54981f3fced7a529c SHA256 a431a0a28593da7c900706a439d39236c45ee17669de206c54e2985002b1f1d8 EBUILD hachoir-core-1.3.3.ebuild 886 RMD160 207c317217082d32745ad558dd1d447033eb86c6 SHA1 6a7bdc0878440b4ba1077bbc7707f995545b4583 SHA256 79c248ded5027200b23db1e84b79232371a1331d0b4f97eacbebfa0aea9d8fd0 MISC ChangeLog 1155 RMD160 24f6f63ac62d044b6c80faac8d152dc48debeeef SHA1 a4c6b5c75a742da2b536b777d2bc80f03ae72f33 SHA256 efe80df435e35812124146aa5d1e160d31fa5ae7c2be2ab2e3032703b6ca623b MISC metadata.xml 532 RMD160 43e77f9530d11328818765fcb77a6ce41423dd73 SHA1 7e16689f7f56c8203dc19223a6710c756533c82c SHA256 23c5cd9440c19924d0fa2d041eaf960243f04a5f69fb3406e0711a0f8087e921 diff --git a/dev-python/hachoir-core/hachoir-core-1.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.1.ebuild deleted file mode 100644 index 1366be6a4704..000000000000 --- a/dev-python/hachoir-core/hachoir-core-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.1.ebuild,v 1.3 2008/08/12 08:07:13 cedk Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="tool written for hackers to cut file or any binary stream" -HOMEPAGE="http://hachoir.org/wiki/hachoir-core" -SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="hachoir_core" |