diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-19 09:24:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-19 09:24:06 +0000 |
commit | 97911f10a0c65e0065e22e099fd2d14f5db564eb (patch) | |
tree | e78e866b536258911bf0a5d7ed66e25f0ab3b320 /media-libs | |
parent | verion bump, bug #254598 (diff) | |
download | gentoo-2-97911f10a0c65e0065e22e099fd2d14f5db564eb.tar.gz gentoo-2-97911f10a0c65e0065e22e099fd2d14f5db564eb.tar.bz2 gentoo-2-97911f10a0c65e0065e22e099fd2d14f5db564eb.zip |
remove old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libv4l/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.5.5.ebuild | 40 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.5.6.ebuild | 40 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.5.7.ebuild | 40 |
4 files changed, 5 insertions, 121 deletions
diff --git a/media-libs/libv4l/ChangeLog b/media-libs/libv4l/ChangeLog index a9f82372d45a..41a6800e0e7d 100644 --- a/media-libs/libv4l/ChangeLog +++ b/media-libs/libv4l/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libv4l # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.14 2009/01/19 09:22:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.15 2009/01/19 09:24:06 aballier Exp $ + + 19 Jan 2009; Alexis Ballier <aballier@gentoo.org> -libv4l-0.5.5.ebuild, + -libv4l-0.5.6.ebuild, -libv4l-0.5.7.ebuild: + remove old *libv4l-0.5.8 (19 Jan 2009) diff --git a/media-libs/libv4l/libv4l-0.5.5.ebuild b/media-libs/libv4l/libv4l-0.5.5.ebuild deleted file mode 100644 index cbe875f64217..000000000000 --- a/media-libs/libv4l/libv4l-0.5.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.5.ebuild,v 1.1 2008/11/23 12:27:35 aballier Exp $ - -inherit multilib toolchain-funcs - -DESCRIPTION="V4L userspace libraries" -HOMEPAGE="http://people.atrpms.net/~hdegoede/ - http://hansdegoede.livejournal.com/3636.html" -SRC_URI="http://people.atrpms.net/~hdegoede/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -src_compile() { - tc-export CC - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" CFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \ - DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README* TODO -} - -pkg_postinst() { - elog - elog "libv4l includes wrapper libraries for compatibility and pixel format" - elog "conversion, which are especially useful for users of the gspca usb" - elog "webcam driver in kernel 2.6.27 and higher." - elog - elog "To add v4l2 compatibility to a v4l application 'myapp', launch it via" - elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l1compat.so myapp" - elog "To add automatic pixel format conversion to a v4l2 application, use" - elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l2convert.so myapp" - elog -} diff --git a/media-libs/libv4l/libv4l-0.5.6.ebuild b/media-libs/libv4l/libv4l-0.5.6.ebuild deleted file mode 100644 index f41d2ecb7f3d..000000000000 --- a/media-libs/libv4l/libv4l-0.5.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.6.ebuild,v 1.1 2008/11/27 15:59:27 aballier Exp $ - -inherit multilib toolchain-funcs - -DESCRIPTION="V4L userspace libraries" -HOMEPAGE="http://people.atrpms.net/~hdegoede/ - http://hansdegoede.livejournal.com/3636.html" -SRC_URI="http://people.atrpms.net/~hdegoede/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -src_compile() { - tc-export CC - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" CFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \ - DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README* TODO -} - -pkg_postinst() { - elog - elog "libv4l includes wrapper libraries for compatibility and pixel format" - elog "conversion, which are especially useful for users of the gspca usb" - elog "webcam driver in kernel 2.6.27 and higher." - elog - elog "To add v4l2 compatibility to a v4l application 'myapp', launch it via" - elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l1compat.so myapp" - elog "To add automatic pixel format conversion to a v4l2 application, use" - elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l2convert.so myapp" - elog -} diff --git a/media-libs/libv4l/libv4l-0.5.7.ebuild b/media-libs/libv4l/libv4l-0.5.7.ebuild deleted file mode 100644 index 99f24daab8e2..000000000000 --- a/media-libs/libv4l/libv4l-0.5.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.7.ebuild,v 1.1 2008/12/08 09:19:39 aballier Exp $ - -inherit multilib toolchain-funcs - -DESCRIPTION="V4L userspace libraries" -HOMEPAGE="http://people.atrpms.net/~hdegoede/ - http://hansdegoede.livejournal.com/3636.html" -SRC_URI="http://people.atrpms.net/~hdegoede/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -src_compile() { - tc-export CC - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" CFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \ - DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README* TODO -} - -pkg_postinst() { - elog - elog "libv4l includes wrapper libraries for compatibility and pixel format" - elog "conversion, which are especially useful for users of the gspca usb" - elog "webcam driver in kernel 2.6.27 and higher." - elog - elog "To add v4l2 compatibility to a v4l application 'myapp', launch it via" - elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l1compat.so myapp" - elog "To add automatic pixel format conversion to a v4l2 application, use" - elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l2convert.so myapp" - elog -} |