summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-23 23:55:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-23 23:55:30 +0000
commitb1dced42abaf2d7ea7430eb52b446d52fa677268 (patch)
tree7e66d11de6dc28b6e564bb970d7bac28391859b5 /dev-util/pida
parentAdd dev-util/pida to python herd. (diff)
downloadgentoo-2-b1dced42abaf2d7ea7430eb52b446d52fa677268.tar.gz
gentoo-2-b1dced42abaf2d7ea7430eb52b446d52fa677268.tar.bz2
gentoo-2-b1dced42abaf2d7ea7430eb52b446d52fa677268.zip
Delete older ebuilds.
Diffstat (limited to 'dev-util/pida')
-rw-r--r--dev-util/pida/pida-0.5.1-r1.ebuild48
-rw-r--r--dev-util/pida/pida-0.5.1.ebuild52
2 files changed, 0 insertions, 100 deletions
diff --git a/dev-util/pida/pida-0.5.1-r1.ebuild b/dev-util/pida/pida-0.5.1-r1.ebuild
deleted file mode 100644
index eb3d1d70a990..000000000000
--- a/dev-util/pida/pida-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,48 +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.5.1-r1.ebuild,v 1.3 2010/01/15 21:49:24 fauli Exp $
-
-EAPI="2"
-
-NEED_PYTHON=2.4
-
-inherit distutils eutils multilib python
-MY_P="PIDA-${PV}"
-
-DESCRIPTION="Gtk and/or Vim-based Python Integrated Development Application"
-HOMEPAGE="http://pida.co.uk/"
-SRC_URI="http://pida.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="gnome"
-
-RDEPEND=">=dev-python/pygtk-2.8
- dev-python/gnome-python
- gnome? ( >=dev-python/gnome-python-extras-2.14.0-r1 )
- >=x11-libs/vte-0.11.11-r2[python]
- >=dev-python/kiwi-1.9.1
- >=app-editors/gvim-6.3
- >=gnome-base/librsvg-2.22.2"
-DEPEND="${RDEPEND}
- >=dev-python/setuptools-0.6_rc8-r1
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- distutils_src_install
-
- python_version
- make_desktop_entry pida Pida \
- /usr/$(get_libdir)/python${PYVER}/site-packages/pida/resources/pixmaps/pida-icon.png \
- Development
-}
-
-pkg_postinst() {
- elog "Optional packages pida integrates with:"
- elog "app-misc/mc (Midnight Commander)"
- elog "dev-util/gazpacho (Glade-like interface designer)"
- elog "Revision control: cvs, svn, darcs and many others"
-}
diff --git a/dev-util/pida/pida-0.5.1.ebuild b/dev-util/pida/pida-0.5.1.ebuild
deleted file mode 100644
index adad09427d68..000000000000
--- a/dev-util/pida/pida-0.5.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.5 2008/11/26 11:42:24 welp Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils eutils
-MY_P="PIDA-${PV}"
-
-DESCRIPTION="Gtk and/or Vim-based Python Integrated Development Application"
-HOMEPAGE="http://pida.co.uk/"
-SRC_URI="http://pida.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="gnome"
-
-RDEPEND=">=dev-python/pygtk-2.8
- dev-python/gnome-python
- gnome? ( >=dev-python/gnome-python-extras-2.14.0-r1 )
- >=x11-libs/vte-0.11.11-r2
- >=dev-python/kiwi-1.9.1
- >=app-editors/gvim-6.3
- >=gnome-base/librsvg-2.22.2"
-DEPEND="${RDEPEND}
- >=dev-python/setuptools-0.6_rc8-r1
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if ! built_with_use x11-libs/vte python ; then
- eerror "x11-libs/vte has to be built with python USE-flag"
- die "missing python USE-flag for x11-libs/vte"
- fi
-}
-
-src_install() {
- distutils_src_install
-
- make_desktop_entry pida Pida \
- /usr/lib/python2.5/site-packages/pida/resources/pixmaps/pida-icon.png \
- Development
-}
-
-pkg_postinst() {
- elog "Optional packages pida integrates with:"
- elog "app-misc/mc (Midnight Commander)"
- elog "dev-util/gazpacho (Glade-like interface designer)"
- elog "Revision control: cvs, svn, darcs and many others"
-}