diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-31 16:17:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-31 16:17:54 +0000 |
commit | 352a6f93944c90055909ed4f01678137187f59ee (patch) | |
tree | 07a3554732fa4e7c88db07d006c3a9a02709b696 /dev-python | |
parent | fix bug #208309 (diff) | |
download | historical-352a6f93944c90055909ed4f01678137187f59ee.tar.gz historical-352a6f93944c90055909ed4f01678137187f59ee.tar.bz2 historical-352a6f93944c90055909ed4f01678137187f59ee.zip |
bye bye broken version
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gst-python/Manifest | 3 | ||||
-rw-r--r-- | dev-python/gst-python/files/gst-python-0.10.8-atexit.patch | 12 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.8-r1.ebuild | 60 |
3 files changed, 0 insertions, 75 deletions
diff --git a/dev-python/gst-python/Manifest b/dev-python/gst-python/Manifest index 4e9a28fb880f..4e89d060a45c 100644 --- a/dev-python/gst-python/Manifest +++ b/dev-python/gst-python/Manifest @@ -1,10 +1,7 @@ -AUX gst-python-0.10.8-atexit.patch 454 RMD160 8b5036154a29ce53803579c6f3c2d9a9e8915e3e SHA1 bef3d74f49bc3c8a9d5a3e0e2f6461ace52f7476 SHA256 6c07efb789bb83c4330460b551612adef6be708a932ea0c1e7e96568dab1d47a AUX gst-python-0.10.9-lazy.patch 534 RMD160 912cd099a3f045305a6a9b33dd3bbc6aa422890c SHA1 a70a68be3e7f03b002f5a49e4685cf7d4daba264 SHA256 5a973c247741dcf2418c3f15427e9408295606ff3b2bf559ae7d82e060b18fee DIST gst-python-0.10.10.tar.bz2 468099 RMD160 1e92eb56d68a0b514c2c57cb0ec019487de1fc53 SHA1 ad73665581eb22380aedb8ca4aa95b271dfb3dc1 SHA256 c875753a6cccd40a79f5824ea5ec51ee4615a4f22103e4adfc6a0221bf615d8e -DIST gst-python-0.10.8.tar.gz 602170 RMD160 97ec07b064921771d4cadd68194ab2a023f7f20c SHA1 f764f13033eb88d2bbc98c491c5563e3c6adf392 SHA256 3c0404b51eb7ad32f1f03409604f6fe7871ec9ccb4316e307a88c317e62c1552 DIST gst-python-0.10.9.tar.bz2 447963 RMD160 c58c4cf5ebba7bf52dbc8a6de1d8346050166651 SHA1 4ba8033a3b4d12804258db9c4cf0a63367cc9592 SHA256 9c04c7c50374bf58c5cc8c30400d2738df3fb43d056bdc441d33d4ce9fb3e4b4 EBUILD gst-python-0.10.10.ebuild 1214 RMD160 5e96ecc3250776223fe95befe95ec0d7b4388fd0 SHA1 e8003da4c38729bf739e3cdd70fc15ce1d59f8cf SHA256 700bb6061d0e1e16f0a4580f4f26dbab86792cf8a5d9b6e310d1890bff969221 -EBUILD gst-python-0.10.8-r1.ebuild 1457 RMD160 f3fa68e37958b3f8972a9523a9969469bc718811 SHA1 d6b863b0a2002fbe0b285366e23ee9216fb6a150 SHA256 a0e59545d006d11efd0f1ecd91b32ab79c7c007d0c1c5fd09b00acf1228db9d1 EBUILD gst-python-0.10.9.ebuild 1259 RMD160 7dbd4d6e103636ab80b8952f26a4f758a679c4ee SHA1 27fcad7c70d45c6e1018f358b00f0aae4d4b250d SHA256 ef489384b43712e20a9e1ee4273014b9ce234de30993d1ab31f17e59940ef881 MISC ChangeLog 5625 RMD160 40cc7a2572dcd13d11a1682d1feefe95f18513c5 SHA1 05545147d2a54f824201ad89890ca05b61fc0dcf SHA256 35accfa99aca1b869c4a04003d7617a691c5ef586f4e3ef1264812fff040db18 MISC metadata.xml 162 RMD160 c6078d82a9ff46dbb283bc14ade9d117144cca67 SHA1 f46f8ccd62374b17183b5aca523c4dcf60d718f9 SHA256 3ac891ee23de8c6e2bef32e0c7aa3e6607e808de76ed723fbe7a1fb92f6093f1 diff --git a/dev-python/gst-python/files/gst-python-0.10.8-atexit.patch b/dev-python/gst-python/files/gst-python-0.10.8-atexit.patch deleted file mode 100644 index 46141f6938aa..000000000000 --- a/dev-python/gst-python/files/gst-python-0.10.8-atexit.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur gst-python-0.10.8.orig/gst/gstmodule.c gst-python-0.10.8/gst/gstmodule.c ---- gst-python-0.10.8.orig/gst/gstmodule.c 2007-07-28 16:38:15.000000000 +0300 -+++ gst-python-0.10.8/gst/gstmodule.c 2007-11-04 08:26:33.000000000 +0200 -@@ -266,8 +266,6 @@ - - g_timeout_add_full (0, 100, python_do_pending_calls, NULL, NULL); - -- atexit(gst_deinit); -- - if (PyErr_Occurred ()) { - Py_FatalError ("can't initialize module gst"); - } diff --git a/dev-python/gst-python/gst-python-0.10.8-r1.ebuild b/dev-python/gst-python/gst-python-0.10.8-r1.ebuild deleted file mode 100644 index 2e16d4476ae8..000000000000 --- a/dev-python/gst-python/gst-python-0.10.8-r1.ebuild +++ /dev/null @@ -1,60 +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/gst-python/gst-python-0.10.8-r1.ebuild,v 1.3 2007/11/25 00:28:15 mr_bones_ Exp $ - -NEED_PYTHON=2.3 - -inherit eutils flag-o-matic python - -DESCRIPTION="A Python Interface to GStreamer" -HOMEPAGE="http://gstreamer.freedesktop.org" -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0.10" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -# 0.10.8 is known to fail with current pygobject, please remove this -# RESTRICT when bumping gst-python. -RESTRICT="test" - -RDEPEND=">=dev-python/pygtk-2.6.3 - >=dev-libs/glib-2.8 - >=x11-libs/gtk+-2.6 - >=dev-python/pygobject-2.11.2 - >=media-libs/gstreamer-0.10.2 - >=media-libs/gst-plugins-base-0.10.0.2 - dev-libs/libxml2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-text/xmlto )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Can be removed with next version, from upstream CVS. - epatch "${FILESDIR}"/${P}-atexit.patch -} - -src_compile() { - append-ldflags -Wl,-z,lazy - econf $(use_enable doc docs) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README TODO - docinto examples - cp -pPR examples/* "${D}"/usr/share/doc/${PF}/examples - prepalldocs -} - -pkg_postinst() { - python_mod_optimize -} - -pkg_postrm() { - python_mod_cleanup -} |