summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/camorama/camorama-0.18.ebuild')
-rw-r--r--media-video/camorama/camorama-0.18.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-video/camorama/camorama-0.18.ebuild b/media-video/camorama/camorama-0.18.ebuild
deleted file mode 100644
index 40bf585418b9..000000000000
--- a/media-video/camorama/camorama-0.18.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.18.ebuild,v 1.6 2007/10/07 05:33:46 drac Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="A GNOME 2 Webcam application featuring various image filters."
-HOMEPAGE="http://camorama.fixedgear.org/"
-SRC_URI="http://${PN}.fixedgear.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.10
- >=gnome-base/libgnomeui-2
- >=gnome-base/libgnome-2
- >=gnome-base/gconf-2
- >=gnome-base/libglade-2
- >=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- dev-util/intltool"
-
-SCROLLKEEPER_UPDATE="0"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-nls.patch
-}