summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-26 18:56:45 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-26 18:56:45 +0000
commit28c50c58cc208bcf4f14c45732120169e6f27264 (patch)
tree6c9fb4a4aa4bf9ca3e14f53a1662763a35264285 /dev-python/kaa-imlib2
parentDelete older ebuilds. (diff)
downloadhistorical-28c50c58cc208bcf4f14c45732120169e6f27264.tar.gz
historical-28c50c58cc208bcf4f14c45732120169e6f27264.tar.bz2
historical-28c50c58cc208bcf4f14c45732120169e6f27264.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/kaa-imlib2')
-rw-r--r--dev-python/kaa-imlib2/Manifest1
-rw-r--r--dev-python/kaa-imlib2/kaa-imlib2-0.2.3.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/kaa-imlib2/Manifest b/dev-python/kaa-imlib2/Manifest
index a88c3f4095b1..374d9ddd993b 100644
--- a/dev-python/kaa-imlib2/Manifest
+++ b/dev-python/kaa-imlib2/Manifest
@@ -1,6 +1,5 @@
AUX kaa-imlib2-remove-png-dep.patch 387 RMD160 bbad3f19303f11726d2ec182990f5c6c790b06fb SHA1 3f517b972a77ab6001a76fdcb534116ce3327f24 SHA256 8f1c578f5b1ff70dba7e6e8a8ca40e89dc6e25d25fb6b0e47b7efbc212765054
DIST kaa-imlib2-0.2.3.tar.gz 30671 RMD160 21ee968a7895825a176d3683acabdaeecc673d2c SHA1 870c66358c8c9f08416b01b6232a6037655dac3d SHA256 44eec202450edadfdac91a44be191b7fbba6225e90a6595443c422d1928f39c6
EBUILD kaa-imlib2-0.2.3-r1.ebuild 741 RMD160 5992ccb924fa0b7aa468130c8bb783b9f14c8670 SHA1 135efee43a6860f56c27763bb6be7750126a3bb9 SHA256 5ddc1175c6efd37a490f36831e9553902c685aa70ead51a7d1cbf849a1286473
-EBUILD kaa-imlib2-0.2.3.ebuild 958 RMD160 f1aaeabf377a7be5dc0c54f251d16a5c6cc9cbb8 SHA1 6d6fd0821b3e9171cd0188c6d150a8a9f2e3c075 SHA256 b67a221eeae8ff87ed598e5a42d269dad2f80d672c49a49912b2c2ca6b82fb8c
MISC ChangeLog 2139 RMD160 1e256c16828f0386fb86c2c2447d0a071d7b645e SHA1 0577420317787edf1cd2c3709baf35dc664ddd4d SHA256 933a4389bc0d6dc9a838adc6e1dc7b7806a471321846c573305505230991759e
MISC metadata.xml 243 RMD160 e4666d1146b712c3a6f0ac92a62106528a90e686 SHA1 17179dd9f6566116b3c5c9cece698389d16bc770 SHA256 5ec1dceb657a0b32a992a1efa9bbdf689d8b5cbeb08388903a5c3caa3542c0cf
diff --git a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3.ebuild b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3.ebuild
deleted file mode 100644
index f756ff38eaa9..000000000000
--- a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3.ebuild
+++ /dev/null
@@ -1,30 +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/kaa-imlib2/kaa-imlib2-0.2.3.ebuild,v 1.4 2008/05/01 09:26:12 dertobi123 Exp $
-
-inherit python eutils distutils
-
-DESCRIPTION="Imlib2 wrapper for Python."
-HOMEPAGE="http://freevo.sourceforge.net/kaa/"
-SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-python/kaa-base-0.3.0
- dev-libs/libxml2
- media-libs/imlib2"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- if ! built_with_use dev-libs/libxml2 python; then
- eerror "dev-libs/libxml2 must be built with the 'python' USE flag"
- die "Recompile dev-libs/libxml2 with the 'python' USE flag enabled"
- fi
- if ! built_with_use media-libs/imlib2 png; then
- eerror "media-libs/imlib2 must be built with the 'png' USE flag"
- die "Recompile media-libs/imlib2 with the 'png' USE flag enabled"
- fi
-}