diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-06 18:11:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-06 18:11:18 +0000 |
commit | 4861c5f782354aa9379cb9be0f40a24564025a2b (patch) | |
tree | 447b6aa5e820b2fae8055b778eb2d4f5640b70ee /x11-libs | |
parent | Stable on amd64 wrt bug #374201 (diff) | |
download | gentoo-2-4861c5f782354aa9379cb9be0f40a24564025a2b.tar.gz gentoo-2-4861c5f782354aa9379cb9be0f40a24564025a2b.tar.bz2 gentoo-2-4861c5f782354aa9379cb9be0f40a24564025a2b.zip |
remove old
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vdpau-video/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/x11-libs/vdpau-video/ChangeLog b/x11-libs/vdpau-video/ChangeLog index 4f9fe2ebc168..69fc2eeba115 100644 --- a/x11-libs/vdpau-video/ChangeLog +++ b/x11-libs/vdpau-video/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vdpau-video # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.14 2011/03/26 10:49:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.15 2011/07/06 18:11:18 aballier Exp $ + + 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -vdpau-video-0.6.10.ebuild: + remove old 26 Mar 2011; Christian Faulhammer <fauli@gentoo.org> vdpau-video-0.7.3.ebuild: diff --git a/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild b/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild deleted file mode 100644 index 39cec0ae5549..000000000000 --- a/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v 1.3 2010/09/24 20:45:12 hwoarang Exp $ - -EAPI="2" -inherit eutils autotools - -DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi" -SRC_URI="http://www.splitted-desktop.com/~gbeauchesne/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug opengl" - -RDEPEND="x11-libs/libva[opengl?] - opengl? ( virtual/opengl ) - x11-libs/libvdpau" - -DEPEND="${DEPEND} - dev-util/pkgconfig" - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable opengl glx) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS README AUTHORS - find "${D}" -name '*.la' -delete -} |