summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-07-08 12:00:43 +0000
committerPacho Ramos <pacho@gentoo.org>2014-07-08 12:00:43 +0000
commit60e387ca292e054058ff430cf177514e73f3fd7b (patch)
tree3d8daae0ae48418bbc26bfd5f7275ca463ab373f /media-video/camorama/camorama-0.19-r1.ebuild
parentBump to eapi5 and set GCONF_DEBUG properly (diff)
downloadgentoo-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/camorama/camorama-0.19-r1.ebuild')
-rw-r--r--media-video/camorama/camorama-0.19-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
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"
-}