summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-21 09:35:35 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-21 09:35:35 +0000
commitfd0cfa487c99c799301f1a42e80cc10359d8101c (patch)
tree00be22286e4280fcc7238df511cd2fea42a72ec3 /dev-python/egg-python
parentDrop old (diff)
downloadgentoo-2-fd0cfa487c99c799301f1a42e80cc10359d8101c.tar.gz
gentoo-2-fd0cfa487c99c799301f1a42e80cc10359d8101c.tar.bz2
gentoo-2-fd0cfa487c99c799301f1a42e80cc10359d8101c.zip
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/egg-python')
-rw-r--r--dev-python/egg-python/ChangeLog5
-rw-r--r--dev-python/egg-python/egg-python-2.25.3.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/dev-python/egg-python/ChangeLog b/dev-python/egg-python/ChangeLog
index 47f81e5648ad..acaa0b247cd0 100644
--- a/dev-python/egg-python/ChangeLog
+++ b/dev-python/egg-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.32 2014/09/15 08:18:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.33 2014/11/21 09:35:35 pacho Exp $
+
+ 21 Nov 2014; Pacho Ramos <pacho@gentoo.org> -egg-python-2.25.3.ebuild:
+ Drop old
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> egg-python-2.25.3-r1.ebuild:
Stable for sparc, wrt bug #512012
diff --git a/dev-python/egg-python/egg-python-2.25.3.ebuild b/dev-python/egg-python/egg-python-2.25.3.ebuild
deleted file mode 100644
index 73f5065cddf8..000000000000
--- a/dev-python/egg-python/egg-python-2.25.3.ebuild
+++ /dev/null
@@ -1,41 +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/egg-python/egg-python-2.25.3.ebuild,v 1.11 2013/05/04 22:09:22 jlec Exp $
-
-EAPI="2"
-
-# We don't support the egg.recent bindings that are also provided - they are
-# deprecated, have deps we don't really want and there are no users in-tree.
-G_PY_PN="gnome-python-extras"
-G_PY_BINDINGS="eggtray"
-
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit autotools eutils gnome-python-common
-
-PVP="$(get_version_component_range 1-2)"
-SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2"
-
-DESCRIPTION="EggTrayIcon bindings for Python"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="examples"
-
-RDEPEND=">=dev-python/libbonobo-python-2.22.1
- >=dev-python/libgnome-python-2.22.1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- gnome-base/gnome-common"
-# eautoreconf needs gnome-base/gnome-common
-
-EXAMPLES="examples/egg/tray*"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-python-libs.patch" #344231
- sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
- eautoreconf
- gnome-python-common_src_prepare
-}