summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-21 09:27:30 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-21 09:27:30 +0000
commit89c0f062d12cbf9c1aadd9a4b283337590aeb862 (patch)
tree6e58bea045c8e1641f0831f51c64c527ace2b273 /dev-python/pyorbit
parentDrop old (diff)
downloadgentoo-2-89c0f062d12cbf9c1aadd9a4b283337590aeb862.tar.gz
gentoo-2-89c0f062d12cbf9c1aadd9a4b283337590aeb862.tar.bz2
gentoo-2-89c0f062d12cbf9c1aadd9a4b283337590aeb862.zip
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pyorbit')
-rw-r--r--dev-python/pyorbit/ChangeLog5
-rw-r--r--dev-python/pyorbit/pyorbit-2.24.0.ebuild64
2 files changed, 4 insertions, 65 deletions
diff --git a/dev-python/pyorbit/ChangeLog b/dev-python/pyorbit/ChangeLog
index 93ae2e7f7124..fdfd65354be8 100644
--- a/dev-python/pyorbit/ChangeLog
+++ b/dev-python/pyorbit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.87 2014/06/20 14:44:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.88 2014/11/21 09:27:30 pacho Exp $
+
+ 21 Nov 2014; Pacho Ramos <pacho@gentoo.org> -pyorbit-2.24.0.ebuild:
+ Drop old
20 Jun 2014; Agostino Sarubbo <ago@gentoo.org> pyorbit-2.24.0-r1.ebuild:
Stable for arm, wrt bug #508862
diff --git a/dev-python/pyorbit/pyorbit-2.24.0.ebuild b/dev-python/pyorbit/pyorbit-2.24.0.ebuild
deleted file mode 100644
index 64857d7eea53..000000000000
--- a/dev-python/pyorbit/pyorbit-2.24.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.17 2012/05/04 15:12:14 patrick Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit gnome2 multilib python
-
-DESCRIPTION="ORBit2 bindings for Python"
-HOMEPAGE="http://www.pygtk.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=gnome-base/orbit-2.12"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
-
-src_prepare() {
- # disable pyc compiling
- mv "${S}"/py-compile "${S}"/py-compile.orig
- ln -s $(type -P true) "${S}"/py-compile
-
- python_copy_sources
-}
-
-src_configure() {
- python_execute_function -s gnome2_src_configure
-}
-
-src_compile() {
- python_execute_function -s gnome2_src_compile
-}
-
-src_test() {
- python_execute_function -s -d
-}
-
-src_install() {
- installation() {
- gnome2_src_install
-
- mv "${ED}"$(python_get_sitedir)/{CORBA.py,pyorbit_CORBA.py}
- mv "${ED}"$(python_get_sitedir)/{PortableServer.py,pyorbit_PortableServer.py}
- }
- python_execute_function -s installation
- python_clean_installation_image
-}
-
-pkg_postinst() {
- python_mod_optimize pyorbit_CORBA.py pyorbit_PortableServer.py
-}
-
-pkg_postrm() {
- python_mod_cleanup pyorbit_CORBA.py pyorbit_PortableServer.py
-}