summaryrefslogtreecommitdiff
path: root/media-video/frameworks
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-08-20 14:46:44 +0200
committerJeroen Roovers <jer@gentoo.org>2016-08-20 14:47:01 +0200
commitd1968a8fb1cb55d5d3d93840cc540f3b041f4d9b (patch)
treea6f4923aa6b7e468bd70d8332c7def6c25518a74 /media-video/frameworks
parentd8743c624137dc9ca657152eeefd676f751ab52b (diff)
downloadgentoo-d1968a8fb1cb55d5d3d93840cc540f3b041f4d9b.tar.gz
gentoo-d1968a8fb1cb55d5d3d93840cc540f3b041f4d9b.tar.xz
media-video/frameworks: Old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-video/frameworks')
-rw-r--r--media-video/frameworks/frameworks-0.3.7.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-video/frameworks/frameworks-0.3.7.ebuild b/media-video/frameworks/frameworks-0.3.7.ebuild
deleted file mode 100644
index 6c9eabfdf0e..00000000000
--- a/media-video/frameworks/frameworks-0.3.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="A small v4l frame capture utility especially suited for stop motion animation"
-SRC_URI="http://frameworks.polycrystal.org/release/${P}.tar.gz"
-HOMEPAGE="http://frameworks.polycrystal.org"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~ppc ~x86 ~amd64"
-IUSE=""
-
-RDEPEND=">=gnome-base/libglade-2
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install () {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}