diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-09-22 07:57:46 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-09-22 07:57:46 +0000 |
commit | a76bd652e7602fc6b763a17b08e61fc4b864c3b3 (patch) | |
tree | 2dbab505d116d2d5ac963e5467c509f29637879e /dev-python/pyorbit | |
parent | Remove old (diff) | |
download | gentoo-2-a76bd652e7602fc6b763a17b08e61fc4b864c3b3.tar.gz gentoo-2-a76bd652e7602fc6b763a17b08e61fc4b864c3b3.tar.bz2 gentoo-2-a76bd652e7602fc6b763a17b08e61fc4b864c3b3.zip |
Remove old
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-python/pyorbit')
-rw-r--r-- | dev-python/pyorbit/files/digest-pyorbit-2.14.1 | 3 | ||||
-rw-r--r-- | dev-python/pyorbit/pyorbit-2.14.1.ebuild | 48 |
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/pyorbit/files/digest-pyorbit-2.14.1 b/dev-python/pyorbit/files/digest-pyorbit-2.14.1 deleted file mode 100644 index a2af4347deba..000000000000 --- a/dev-python/pyorbit/files/digest-pyorbit-2.14.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a3728affed2aa878966f792ae171e0f0 pyorbit-2.14.1.tar.bz2 282603 -RMD160 1551c48156b18d34c639e83e1e745f354a1df6a8 pyorbit-2.14.1.tar.bz2 282603 -SHA256 7b241852373b02046125573fc6cf3b4e839bdc09881fdefbdcec9bb9332d6f62 pyorbit-2.14.1.tar.bz2 282603 diff --git a/dev-python/pyorbit/pyorbit-2.14.1.ebuild b/dev-python/pyorbit/pyorbit-2.14.1.ebuild deleted file mode 100644 index 7afcd5da96d6..000000000000 --- a/dev-python/pyorbit/pyorbit-2.14.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.14.1.ebuild,v 1.12 2007/05/07 10:30:36 uberlord Exp $ - -inherit python gnome2 - -DESCRIPTION="ORBit2 bindings for Python" -HOMEPAGE="http://www.pygtk.org/" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-lang/python-2.4 - >=gnome-base/orbit-2.12" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" - -DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" - -src_unpack() { - unpack ${A} - # disable pyc compiling - mv ${S}/py-compile ${S}/py-compile.orig - ln -s /bin/true ${S}/py-compile -} - -src_install() { - gnome2_src_install - - python_version - mv ${D}/usr/lib/python${PYVER}/site-packages/CORBA.py \ - ${D}/usr/lib/python${PYVER}/site-packages/pyorbit_CORBA.py - - mv ${D}/usr/lib/python${PYVER}/site-packages/PortableServer.py \ - ${D}/usr/lib/python${PYVER}/site-packages/pyorbit_PortableServer.py -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/lib/python${PYVER}/site-packages -} - -pkg_postrm() { - python_version - python_mod_cleanup -} |