summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-21 09:29:54 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-21 09:29:54 +0000
commitc4a039b6cd815d223fbdba4df9fcbcdbbf0a5468 (patch)
tree93d89d459fd3ab0b2eb3ee969ed276b470d22e33 /dev-python
parentDrop old (diff)
downloadgentoo-2-c4a039b6cd815d223fbdba4df9fcbcdbbf0a5468.tar.gz
gentoo-2-c4a039b6cd815d223fbdba4df9fcbcdbbf0a5468.tar.bz2
gentoo-2-c4a039b6cd815d223fbdba4df9fcbcdbbf0a5468.zip
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gnome-python-extras-base/ChangeLog6
-rw-r--r--dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild49
2 files changed, 5 insertions, 50 deletions
diff --git a/dev-python/gnome-python-extras-base/ChangeLog b/dev-python/gnome-python-extras-base/ChangeLog
index 0c0f3fd56fe0..df2ada6c8cce 100644
--- a/dev-python/gnome-python-extras-base/ChangeLog
+++ b/dev-python/gnome-python-extras-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.36 2014/10/11 11:49:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.37 2014/11/21 09:29:54 pacho Exp $
+
+ 21 Nov 2014; Pacho Ramos <pacho@gentoo.org>
+ -gnome-python-extras-base-2.25.3.ebuild:
+ Drop old
11 Oct 2014; Markus Meier <maekke@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
diff --git a/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild b/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild
deleted file mode 100644
index d5ab157f7692..000000000000
--- a/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3.ebuild,v 1.12 2013/04/26 02:14:32 patrick Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit versionator autotools eutils gnome2 python
-
-# This ebuild does nothing -- we just want to get the pkgconfig file installed
-MY_PN="gnome-python-extras"
-DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
-HOMEPAGE="http://pygtk.org/"
-PVP="$(get_version_component_range 1-2)"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
-
-IUSE=""
-LICENSE="LGPL-2.1"
-SLOT="0"
-RESTRICT="test"
-
-# From the gnome-python-extras eclass
-RDEPEND=">=x11-libs/gtk+-2.4:2
- >=dev-libs/glib-2.6:2
- >=dev-python/pygtk-2.10.3:2
- !<=dev-python/gnome-python-extras-2.19.1-r2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- gnome-base/gnome-common"
-# eautoreconf needs gnome-base/gnome-common
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-allbindings"
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-python-libs.patch" #344231
- sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
- eautoreconf
- gnome2_src_prepare
-}