summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-26 14:23:51 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-26 14:23:51 +0000
commitfa12d7402f096ef2573657f5ac3d7106955218e5 (patch)
tree81a9e66b1bcca530544b08b9c9dea15c0dd935a2 /dev-python/kiwi
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-fa12d7402f096ef2573657f5ac3d7106955218e5.tar.gz
gentoo-2-fa12d7402f096ef2573657f5ac3d7106955218e5.tar.bz2
gentoo-2-fa12d7402f096ef2573657f5ac3d7106955218e5.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/kiwi')
-rw-r--r--dev-python/kiwi/kiwi-1.9.22.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/kiwi/kiwi-1.9.22.ebuild b/dev-python/kiwi/kiwi-1.9.22.ebuild
deleted file mode 100644
index 441b76f2c357..000000000000
--- a/dev-python/kiwi/kiwi-1.9.22.ebuild
+++ /dev/null
@@ -1,35 +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/kiwi/kiwi-1.9.22.ebuild,v 1.1 2008/06/25 10:47:03 hawking Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils versionator
-
-DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
-HOMEPAGE="http://www.async.com.br/projects/kiwi/"
-SRC_URI="http://download.gnome.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/pygtk"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s:share/doc/kiwi:share/doc/${PF}:g" \
- setup.py || die "sed failed"
-}
-
-src_install() {
- distutils_src_install
-
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}