diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-03 14:45:48 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-03 14:45:48 +0000 |
commit | 8f1c2fd8b1540a36118b0dd0878298636e8add4e (patch) | |
tree | f63a15898e631abc14d3f534b6ae9f8a9fd8b642 /media-video/camsource | |
parent | alpha/ia64/x86 stable (diff) | |
download | gentoo-2-8f1c2fd8b1540a36118b0dd0878298636e8add4e.tar.gz gentoo-2-8f1c2fd8b1540a36118b0dd0878298636e8add4e.tar.bz2 gentoo-2-8f1c2fd8b1540a36118b0dd0878298636e8add4e.zip |
Remove unused version.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-video/camsource')
-rw-r--r-- | media-video/camsource/camsource-0.7.0-r1.ebuild | 44 | ||||
-rw-r--r-- | media-video/camsource/files/digest-camsource-0.7.0-r1 | 3 | ||||
-rw-r--r-- | media-video/camsource/files/gcc34.patch | 10 |
3 files changed, 0 insertions, 57 deletions
diff --git a/media-video/camsource/camsource-0.7.0-r1.ebuild b/media-video/camsource/camsource-0.7.0-r1.ebuild deleted file mode 100644 index 5caed3d7627e..000000000000 --- a/media-video/camsource/camsource-0.7.0-r1.ebuild +++ /dev/null @@ -1,44 +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/camsource/camsource-0.7.0-r1.ebuild,v 1.13 2007/01/05 20:29:09 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="Camsource grabs images from a video4linux webcam device." - -HOMEPAGE="http://camsource.sourceforge.net/" -SRC_URI="mirror://sourceforge/camsource/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.4.22 - >=media-libs/jpeg-6b" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gcc34.patch -} - -src_compile() { - econf || die - emake || die -} - -src_install() { - - einstall - dodoc AUTHORS README NEWS -} - -pkg_postinst() { - - elog - elog "Please edit the configuration file:" - elog "/etc/camsource.conf.example" - elog "to your liking." - elog - -} diff --git a/media-video/camsource/files/digest-camsource-0.7.0-r1 b/media-video/camsource/files/digest-camsource-0.7.0-r1 deleted file mode 100644 index d78cabf28970..000000000000 --- a/media-video/camsource/files/digest-camsource-0.7.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3a5e0693df5a3f6c4f7959e3341b8032 camsource-0.7.0.tar.gz 241045 -RMD160 2cfa418637d95755f07c81ccd2704cb6be2b3505 camsource-0.7.0.tar.gz 241045 -SHA256 b37c89eb3eb74f6370318ecdac9e3c079ebf98ce9ed2eea92560792994624c6b camsource-0.7.0.tar.gz 241045 diff --git a/media-video/camsource/files/gcc34.patch b/media-video/camsource/files/gcc34.patch deleted file mode 100644 index cba0919fcd1b..000000000000 --- a/media-video/camsource/files/gcc34.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/mod_handle.c 2002-09-27 21:54:05.000000000 +0200 -+++ src/mod_handle.c.new 2004-10-01 10:00:32.917304386 +0200 -@@ -307,6 +307,7 @@ - } - dlclose(dlh); - inuse: -+ ; - } - } - |