diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-23 13:15:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-23 13:15:30 +0000 |
commit | d7d2795ee988d2d174c27d13d26c11bc734b5ca9 (patch) | |
tree | 271eb60bfa14566a0221400e9e9c79bfa23fe890 /media-video | |
parent | ppc/ppc64 stable wrt #253847 (diff) | |
download | gentoo-2-d7d2795ee988d2d174c27d13d26c11bc734b5ca9.tar.gz gentoo-2-d7d2795ee988d2d174c27d13d26c11bc734b5ca9.tar.bz2 gentoo-2-d7d2795ee988d2d174c27d13d26c11bc734b5ca9.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/istanbul/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/istanbul/istanbul-0.2.1.ebuild | 61 |
2 files changed, 5 insertions, 63 deletions
diff --git a/media-video/istanbul/ChangeLog b/media-video/istanbul/ChangeLog index f500e23d65f6..12be01f75f0d 100644 --- a/media-video/istanbul/ChangeLog +++ b/media-video/istanbul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/istanbul -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.16 2010/06/13 19:26:42 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.17 2011/02/23 13:15:30 eva Exp $ + + 23 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> -istanbul-0.2.1.ebuild: + Clean up old revision. 13 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> istanbul-0.2.1.ebuild, istanbul-0.2.2.ebuild: diff --git a/media-video/istanbul/istanbul-0.2.1.ebuild b/media-video/istanbul/istanbul-0.2.1.ebuild deleted file mode 100644 index 3f91f4ec75e6..000000000000 --- a/media-video/istanbul/istanbul-0.2.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.5 2010/06/13 19:26:42 arfrever Exp $ - -inherit eutils gnome2 python autotools - -KEYWORDS="~x86 ~amd64" - -HOMEPAGE="http://live.gnome.org/Istanbul" -LICENSE="GPL-2" -SLOT=0 -DESCRIPTION="Istanbul is a screencast application for the Unix desktop" -IUSE="" - -RDEPEND=">=media-libs/gst-plugins-base-0.10.8 - dev-lang/python - >=dev-python/pygtk-2.6 - >=dev-python/gnome-python-extras-2.11.3 - >=gnome-base/gconf-2.0 - >=dev-python/gst-python-0.10.0 - =media-plugins/gst-plugins-ogg-0.10* - =media-plugins/gst-plugins-theora-0.10* - >=media-libs/libtheora-1.0_alpha6 - =media-plugins/gst-plugins-gconf-0.10*" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35.0" - -SRC_URI="http://zaheer.merali.org/${P}.tar.bz2" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv "${S}"/py-compile "${S}"/py-compile.orig - ln -s /bin/true "${S}"/py-compile - echo "py_compile = /bin/true" > common/python.mk - - intltoolize --force --copy || die - AT_M4DIR="common" eautoreconf -} - -src_compile() { - mkdir -p "${T}/home" - export HOME="${T}/home" - export GST_REGISTRY=${T}/home/registry.cache.xml - addpredict /root/.gconfd - addpredict /root/.gconf - addpredict /root/.gnome2 - econf - emake -} - -pkg_postinst() { - gnome2_pkg_postinst - python_mod_optimize $(python_get_sitedir)/istanbul -} - -pkg_postrm() { - python_mod_cleanup $(python_get_sitedir)/istanbul -} |