summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2008-11-26 11:42:24 +0000
committerPeter Weller <welp@gentoo.org>2008-11-26 11:42:24 +0000
commit673a30b5b644c5eeea37919edf381ecc69714835 (patch)
tree1c370367bf8528b4adcf8645ee926ea6b7f50f2d /dev-util/pida
parentRename crlf to wcscrlf and getdate to wcsgetdate to avoid colliding with othe... (diff)
downloadgentoo-2-673a30b5b644c5eeea37919edf381ecc69714835.tar.gz
gentoo-2-673a30b5b644c5eeea37919edf381ecc69714835.tar.bz2
gentoo-2-673a30b5b644c5eeea37919edf381ecc69714835.zip
Remove old. Add librsvg dependency; bug 215501
(Portage version: 2.1.6_rc1/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-util/pida')
-rw-r--r--dev-util/pida/ChangeLog5
-rw-r--r--dev-util/pida/pida-0.5.0.ebuild44
-rw-r--r--dev-util/pida/pida-0.5.1.ebuild7
3 files changed, 8 insertions, 48 deletions
diff --git a/dev-util/pida/ChangeLog b/dev-util/pida/ChangeLog
index 4670ec73ac99..ac6dad043ddc 100644
--- a/dev-util/pida/ChangeLog
+++ b/dev-util/pida/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/pida
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.17 2008/05/06 16:52:05 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.18 2008/11/26 11:42:24 welp Exp $
+
+ 26 Nov 2008; <welp@gentoo.org> -pida-0.5.0.ebuild, pida-0.5.1.ebuild:
+ Remove old. Add librsvg dependency; bug 215501
06 May 2008; Samuli Suominen <drac@gentoo.org> pida-0.5.1.ebuild:
Move pkgconfig to DEPEND wrt #217278.
diff --git a/dev-util/pida/pida-0.5.0.ebuild b/dev-util/pida/pida-0.5.0.ebuild
deleted file mode 100644
index e236da620833..000000000000
--- a/dev-util/pida/pida-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.0.ebuild,v 1.5 2007/07/12 01:05:41 mr_bones_ Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-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"
-
-#Note: bicyclerepair should be optional but its needed due to a bug and
-#can probably be removed in the next version
-DEPEND=">=dev-python/pygtk-2.8
- >=dev-python/setuptools-0.6_rc3
- >=app-editors/gvim-6.3
- 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
- >=dev-python/bicyclerepair-0.7-r1"
-RDEPEND="${DEPEND}"
-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
-}
-
-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
index 30be9abb0ce4..adad09427d68 100644
--- a/dev-util/pida/pida-0.5.1.ebuild
+++ b/dev-util/pida/pida-0.5.1.ebuild
@@ -1,6 +1,6 @@
# 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.4 2008/05/06 16:52:05 drac Exp $
+# $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
@@ -17,13 +17,14 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="gnome"
RDEPEND=">=dev-python/pygtk-2.8
- >=dev-python/setuptools-0.6_rc3
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"
+ >=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}