summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-08 18:09:21 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-08 18:09:21 +0000
commit11ff43c91cc400be767c67e32fe5d8388b6c8bda (patch)
treef5f818eeea9bd48d2fd2c6e2bc23c35950a88e7b /dev-python/editobj/editobj-0.5.3.ebuild
parentVersion bump. License update. (diff)
downloadgentoo-2-11ff43c91cc400be767c67e32fe5d8388b6c8bda.tar.gz
gentoo-2-11ff43c91cc400be767c67e32fe5d8388b6c8bda.tar.bz2
gentoo-2-11ff43c91cc400be767c67e32fe5d8388b6c8bda.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/editobj/editobj-0.5.3.ebuild')
-rw-r--r--dev-python/editobj/editobj-0.5.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/editobj/editobj-0.5.3.ebuild b/dev-python/editobj/editobj-0.5.3.ebuild
deleted file mode 100644
index 52c3f1db2628..000000000000
--- a/dev-python/editobj/editobj-0.5.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.3.ebuild,v 1.6 2006/02/16 22:41:29 marienz Exp $
-
-inherit distutils
-
-MY_P=${P/editobj/EditObj}
-
-DESCRIPTION="EditObj can create a dialog box to edit ANY Python object."
-HOMEPAGE="http://oomadness.tuxfamily.org/en/editobj/"
-SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz
- http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz
- http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2.2
- >=dev-lang/tk-8.3"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- distutils_python_tkinter
-}