summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-15 19:17:09 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-15 19:17:09 +0000
commit016f6610fb7743bc07d9881a4f76c06aebf18df9 (patch)
tree690a9087c362778a0d7658455d7740eee9b3425e /dev-util/pida
parentVersion bump. (diff)
downloadgentoo-2-016f6610fb7743bc07d9881a4f76c06aebf18df9.tar.gz
gentoo-2-016f6610fb7743bc07d9881a4f76c06aebf18df9.tar.bz2
gentoo-2-016f6610fb7743bc07d9881a4f76c06aebf18df9.zip
Delete older ebuild.
Diffstat (limited to 'dev-util/pida')
-rw-r--r--dev-util/pida/ChangeLog6
-rw-r--r--dev-util/pida/pida-0.6.1.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-util/pida/ChangeLog b/dev-util/pida/ChangeLog
index 0389371a2313..5207420c438b 100644
--- a/dev-util/pida/ChangeLog
+++ b/dev-util/pida/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/pida
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.23 2010/06/23 23:57:05 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.24 2010/09/15 19:17:09 arfrever Exp $
+
+ 15 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pida-0.6.1.ebuild:
+ Delete.
*pida-0.6.1 (23 Jun 2010)
diff --git a/dev-util/pida/pida-0.6.1.ebuild b/dev-util/pida/pida-0.6.1.ebuild
deleted file mode 100644
index bb0d4a4bfe20..000000000000
--- a/dev-util/pida/pida-0.6.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.6.1.ebuild,v 1.1 2010/06/23 23:57:05 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils eutils
-
-DESCRIPTION="Gtk and/or Vim-based Python Integrated Development Application"
-HOMEPAGE="http://pida.co.uk/ http://pypi.python.org/pypi/pida"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="gnome"
-
-RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )
- >=app-editors/gvim-6.3
- >=dev-python/anyvc-0.3
- >=dev-python/pygtk-2.8
- dev-python/pygtkhelpers
- gnome? ( >=x11-libs/vte-0.11.11-r2[python] )"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- dev-util/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fix_implicit_declaration.patch"
- emake -C contrib/moo moo-pygtk.c
-}
-
-src_install() {
- distutils_src_install
- make_desktop_entry pida Pida pida/resources/pixmaps/pida-icon.png Development
-}