diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-08 20:51:48 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-08 20:51:48 +0000 |
commit | e2f9ca55bb28ed60210c75215c33962934f147e1 (patch) | |
tree | 9ac92ff3ca9a1f53ea721a1445eb1678da0f348b /media-video | |
parent | Add patch from upstream to fix check for cloexec (bug #280299). No revbump, b... (diff) | |
download | gentoo-2-e2f9ca55bb28ed60210c75215c33962934f147e1.tar.gz gentoo-2-e2f9ca55bb28ed60210c75215c33962934f147e1.tar.bz2 gentoo-2-e2f9ca55bb28ed60210c75215c33962934f147e1.zip |
Cleaning out old ebuilds
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/SDLcam/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/SDLcam/SDLcam-0.8.0.ebuild | 54 | ||||
-rw-r--r-- | media-video/SDLcam/SDLcam-0.8.1.ebuild | 50 |
3 files changed, 5 insertions, 105 deletions
diff --git a/media-video/SDLcam/ChangeLog b/media-video/SDLcam/ChangeLog index b7bf1adff680..f863189c5907 100644 --- a/media-video/SDLcam/ChangeLog +++ b/media-video/SDLcam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/SDLcam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/ChangeLog,v 1.12 2009/08/08 20:44:56 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/ChangeLog,v 1.13 2009/08/08 20:51:48 vostorga Exp $ + + 08 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -SDLcam-0.8.0.ebuild, + -SDLcam-0.8.1.ebuild: + Cleaning out old ebuilds 08 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> +files/SDLcam-glibc210.patch, SDLcam-0.7.3-r2.ebuild, SDLcam-0.8.2.ebuild: diff --git a/media-video/SDLcam/SDLcam-0.8.0.ebuild b/media-video/SDLcam/SDLcam-0.8.0.ebuild deleted file mode 100644 index b8a127b54f53..000000000000 --- a/media-video/SDLcam/SDLcam-0.8.0.ebuild +++ /dev/null @@ -1,54 +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/SDLcam/SDLcam-0.8.0.ebuild,v 1.2 2007/10/06 13:07:20 vapier Exp $ - -inherit eutils multilib - -DESCRIPTION="webcam application that uses the SDL library" -HOMEPAGE="http://sdlcam.raphnet.net/" -SRC_URI="http://sdlcam.raphnet.net/downloads/sdlcam-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-libs/libxml2 - media-libs/jpeg - media-libs/libpng - media-libs/libfame - media-libs/libsdl - media-libs/sdl-image - media-libs/sdl-ttf" - -S=${WORKDIR}/sdlcam-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - rm config.log config.status Makefile config.h || die - epatch "${FILESDIR}"/${PN}-0.7.3-tsc.patch #109161 - epatch "${FILESDIR}"/${PN}-0.7.3-prototypes.patch - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${PN}-0.7.3-jpeg.patch - - # Don't you love hardcoded vars? - sed -i \ - -e 's:/usr/local/share/SDLcam/:/usr/share/SDLcam/:' \ - -e 's:/usr/local/lib/SDLcam:/usr/$(get_libdir)/SDLcam:' \ - -e 's:sources/:/usr/$(get_libdir)/SDLcam/sources/:' \ - configuration.h interface.cpp SDL_v4l_filters.c main.cpp -} - -src_install() { - dobin SDLcam || die - insinto /usr/share/SDLcam - doins LucidaSansRegular.ttf LucidaTypewriterRegular.ttf SDLcam.xml SDLcam.cfg || die - exeinto /usr/$(get_libdir)/SDLcam/filters - doexe filter/*.so || die - exeinto /usr/$(get_libdir)/SDLcam/capture - doexe capture/*.so || die - exeinto /usr/$(get_libdir)/SDLcam/sources - doexe sources/*.so || die - dodoc CHANGELOG README TODO Documentation/config_file.txt Documentation/gui.txt -} diff --git a/media-video/SDLcam/SDLcam-0.8.1.ebuild b/media-video/SDLcam/SDLcam-0.8.1.ebuild deleted file mode 100644 index 2d016bb965b2..000000000000 --- a/media-video/SDLcam/SDLcam-0.8.1.ebuild +++ /dev/null @@ -1,50 +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/SDLcam/SDLcam-0.8.1.ebuild,v 1.1 2007/10/07 19:50:55 vapier Exp $ - -inherit eutils multilib - -DESCRIPTION="webcam application that uses the SDL library" -HOMEPAGE="http://sdlcam.raphnet.net/" -SRC_URI="http://sdlcam.raphnet.net/downloads/sdlcam-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-libs/libxml2 - media-libs/jpeg - media-libs/libpng - media-libs/libfame - media-libs/libsdl - media-libs/sdl-image - media-libs/sdl-ttf" - -S=${WORKDIR}/sdlcam-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch - - # Don't you love hardcoded vars? - sed -i \ - -e 's:/usr/local/share/SDLcam/:/usr/share/SDLcam/:' \ - -e 's:/usr/local/lib/SDLcam:/usr/$(get_libdir)/SDLcam:' \ - -e 's:sources/:/usr/$(get_libdir)/SDLcam/sources/:' \ - configuration.h interface.cpp SDL_v4l_filters.c main.cpp -} - -src_install() { - dobin SDLcam || die - insinto /usr/share/SDLcam - doins LucidaSansRegular.ttf LucidaTypewriterRegular.ttf SDLcam.xml SDLcam.cfg || die - exeinto /usr/$(get_libdir)/SDLcam/filters - doexe filter/*.so || die - exeinto /usr/$(get_libdir)/SDLcam/capture - doexe capture/*.so || die - exeinto /usr/$(get_libdir)/SDLcam/sources - doexe sources/*.so || die - dodoc CHANGELOG README TODO Documentation/config_file.txt Documentation/gui.txt -} |