diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-07-08 12:00:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-07-08 12:00:43 +0000 |
commit | 60e387ca292e054058ff430cf177514e73f3fd7b (patch) | |
tree | 3d8daae0ae48418bbc26bfd5f7275ca463ab373f /media-video | |
parent | Bump to eapi5 and set GCONF_DEBUG properly (diff) | |
download | gentoo-2-60e387ca292e054058ff430cf177514e73f3fd7b.tar.gz gentoo-2-60e387ca292e054058ff430cf177514e73f3fd7b.tar.bz2 gentoo-2-60e387ca292e054058ff430cf177514e73f3fd7b.zip |
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/camorama/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/camorama/camorama-0.19-r1.ebuild | 36 |
2 files changed, 5 insertions, 39 deletions
diff --git a/media-video/camorama/ChangeLog b/media-video/camorama/ChangeLog index 1d3a2a5f521c..c2c6d20b6d97 100644 --- a/media-video/camorama/ChangeLog +++ b/media-video/camorama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/camorama -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.26 2012/05/05 08:58:53 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.27 2014/07/08 12:00:43 pacho Exp $ + + 08 Jul 2014; Pacho Ramos <pacho@gentoo.org> -camorama-0.19-r1.ebuild: + Drop old 05 May 2012; Jeff Horelick <jdhore@gentoo.org> camorama-0.19-r1.ebuild, camorama-0.19-r2.ebuild: @@ -103,4 +106,3 @@ 13 Apr 2003; Alastair Tse <liquidx@gentoo.org> Manifest, camorama-0.16.ebuild: initial ebuild. solves #18712 - diff --git a/media-video/camorama/camorama-0.19-r1.ebuild b/media-video/camorama/camorama-0.19-r1.ebuild deleted file mode 100644 index 9807289da5db..000000000000 --- a/media-video/camorama/camorama-0.19-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19-r1.ebuild,v 1.5 2012/05/05 08:58:53 jdhore Exp $ - -EAPI=1 - -inherit eutils gnome2 - -DESCRIPTION="a webcam application featuring various image filters." -HOMEPAGE="http://camorama.fixedgear.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.10:2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libgnome-2 - >=gnome-base/gconf-2 - >=gnome-base/libglade-2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - G2CONF="${G2CONF} --disable-schemas-install" -} - -src_unpack() { - gnome2_src_unpack - - # Fix sandbox access violation, bug #243274 - epatch "${FILESDIR}/${P}-gconf.patch" -} |