diff --git a/dev-python/pigment-python/Manifest b/dev-python/pigment-python/Manifest deleted file mode 100644 index 0e6cafed2..000000000 --- a/dev-python/pigment-python/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST pigment-python-0.3.3.tar.gz 573485 RMD160 b5b0800745947a458ab807203c2fa6cda0676afd SHA1 76fb5fa9cf38001ec891a4e0794298bd3c137ff4 SHA256 4b70cf26b37a6187c6bf6eb92290cc8e78aee068be9b57cc0959bd1e5588fa3f -DIST pigment-python-0.3.9.tar.gz 596917 RMD160 2077b9db765aa33fa19c3f8f9aac0d36ec6ceb24 SHA1 474997bf538cdc65221e98d4a623b7f4ccc88815 SHA256 9d6418df850f3c8b7ac4c382adbad4c446dbe56e319f12be90d73a5e4b1c259a -EBUILD pigment-python-0.3.3.ebuild 866 RMD160 23930cca9fae8e7cf36ac5e79103bafb847bdaea SHA1 4bf8253173e86db567deeec9965e623cba32b20a SHA256 350ee3f3396d98ed0480e41359d5cbf02dbf81268a3041cf3d0abf146d927888 -EBUILD pigment-python-0.3.9.ebuild 869 RMD160 9d6c239fc172f4a7ad24e3fd9a204be0f6389ad1 SHA1 7d2729ed00a75c9afcde931e87ea767b834dac1d SHA256 262a2ab34ca27676dbd3904b7f6f498d86c12b5201a676400f5bd58b88d19959 diff --git a/dev-python/pigment-python/pigment-python-0.3.3.ebuild b/dev-python/pigment-python/pigment-python-0.3.3.ebuild deleted file mode 100644 index 8acfc8330..000000000 --- a/dev-python/pigment-python/pigment-python-0.3.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2006-2007 BreakMyGentoo.org -# Distributed under the terms of the GNU General Public License v2 - -inherit gnome2 python - -DESCRIPTION="Python bindings for pigment" -HOMEPAGE="http://elisa.fluendo.com/" -SRC_URI="http://elisa.fluendo.com/static/download/pigment/${P}.tar.gz" - -RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=media-libs/pigment-0.3.5 - >=dev-libs/glib-2.8 - >=dev-python/pygobject-2.8 - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-base-0.10 - >=x11-libs/gtk+-2 - >=dev-lang/python-2.4" - -DEPEND="${DEPEND}" - -DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO" - -MAKEOPTS="-j1" - -src_install() { - einstall || die -} - -pkg_postinst() { - python_version - python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/dev-python/pigment-python/pigment-python-0.3.9.ebuild b/dev-python/pigment-python/pigment-python-0.3.9.ebuild deleted file mode 100644 index 11e52d2ed..000000000 --- a/dev-python/pigment-python/pigment-python-0.3.9.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2006-2008 BreakMyGentoo.org -# Distributed under the terms of the GNU General Public License v2 - -inherit gnome2 python - -DESCRIPTION="Python bindings for pigment" -HOMEPAGE="http://elisa.fluendo.com/" -SRC_URI="http://elisa.fluendo.com/static/download/pigment/${P}.tar.gz" - -RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=media-libs/pigment-0.3.11 - >=dev-libs/glib-2.8 - >=dev-python/pygobject-2.8 - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-base-0.10 - >=x11-libs/gtk+-2 - >=dev-lang/python-2.4" - -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO" - -#MAKEOPTS="-j1" - -src_install() { - einstall || die -} - -pkg_postinst() { - python_version - python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 -} - -pkg_postrm() { - python_version - python_mod_cleanup -}