summaryrefslogtreecommitdiff
path: root/media-video/fswebcam/fswebcam-20070108.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-17 18:33:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-17 18:33:56 +0200
commit5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e (patch)
treecc2596f36840f8b28873142b750a2a202eb10834 /media-video/fswebcam/fswebcam-20070108.ebuild
parentd9ec8413744faaba3543bff9773bdad9786260ab (diff)
parent955a9f39aa0b278c6fab7d89d484aeb37fece8b1 (diff)
downloadoverlay-5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e.tar.gz
overlay-5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e.tar.bz2
overlay-5cc4fa068002e0fd3a35a256c5fb35ea97a66f1e.zip
Removed digests and unused ebuilds
Diffstat (limited to '')
-rw-r--r--media-video/fswebcam/fswebcam-20070108.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-video/fswebcam/fswebcam-20070108.ebuild b/media-video/fswebcam/fswebcam-20070108.ebuild
deleted file mode 100644
index 0b51f29..0000000
--- a/media-video/fswebcam/fswebcam-20070108.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Tiny and flexible webcam app"
-HOMEPAGE="http://www.firestorm.cx/fswebcam/"
-SRC_URI="http://www.firestorm.cx/fswebcam/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 arm ~ppc"
-IUSE="jpeg png truetype v4l mmap"
-
-DEPEND=">=media-libs/gd-2"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin fswebcam || die
- dodoc README CHANGELOG LICENSE example.conf
- doman fswebcam.1.gz
-}