Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
Date: Mon, 28 Sep 2015 03:26:10
Message-Id: 1443410763.3cbf8787d9cac5615c7e126a65e867ad214b3267.jer@gentoo
1 commit: 3cbf8787d9cac5615c7e126a65e867ad214b3267
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 03:26:03 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 03:26:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbf8787
7
8 x11-libs/libvdpau: Old.
9
10 Package-Manager: portage-2.2.20.1
11
12 x11-libs/libvdpau/Manifest | 2 --
13 x11-libs/libvdpau/libvdpau-0.9.ebuild | 50 -----------------------------------
14 x11-libs/libvdpau/libvdpau-1.1.ebuild | 50 -----------------------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
18 index ba78f71..a8665bd 100644
19 --- a/x11-libs/libvdpau/Manifest
20 +++ b/x11-libs/libvdpau/Manifest
21 @@ -1,3 +1 @@
22 -DIST libvdpau-0.9.tar.gz 526619 SHA256 e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e SHA512 8e69712a91e17c3388742f2a4c0a8887113fe06a81dbedf1faa7fc3985a289cd067a9134399f9747fd4b3b1499c46e7871a3b34f74f6e9c95b07ea877739e51f WHIRLPOOL b04824b5867636c25f029909fd9c82fe142bafcbe2544234c31cf34b4616417c362801b8ab817e59b741eb3b8232b0dedef1664dbd5a856cec6634328eb6defc
23 DIST libvdpau-1.1.1.tar.gz 541752 SHA256 5fe093302432ef05086ca2ee429c789b7bf843e166d482d166e56859b08bef55 SHA512 e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb WHIRLPOOL a17e69104ef89606592e0242af9d2397e6d1647d55e14d02f2816e997d4d84c5a68cd2f9b7388abd47025abb850a09883f83a77585e194f3bac89ac190d47d46
24 -DIST libvdpau-1.1.tar.gz 535945 SHA256 aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919 SHA512 9ef5a643f93934b55a0e1d9d0785c96489abd64ee9ea05b3bd8f7e802ff8bb00af279ac37d3aa65b133255c520b8b32bb7356728de6131df0a2cd87c4048c43e WHIRLPOOL 568227ca8e3aec60e366b04038ddce655883c39dc28015a5f6b83552714fe5661b877da6746d150cea1ce35b1cf27e9eb4e1b4103b9eaa1794523230e0485c10
25
26 diff --git a/x11-libs/libvdpau/libvdpau-0.9.ebuild b/x11-libs/libvdpau/libvdpau-0.9.ebuild
27 deleted file mode 100644
28 index e3d3000..0000000
29 --- a/x11-libs/libvdpau/libvdpau-0.9.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -VIRTUALX_REQUIRED="test"
38 -inherit autotools-multilib virtualx
39 -
40 -DESCRIPTION="VDPAU wrapper and trace libraries"
41 -HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
42 -SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
47 -IUSE="doc dri"
48 -
49 -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
50 - dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
51 - !=x11-drivers/nvidia-drivers-180*
52 - !=x11-drivers/nvidia-drivers-185*
53 - !=x11-drivers/nvidia-drivers-190*
54 - abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
55 -DEPEND="${RDEPEND}
56 - virtual/pkgconfig
57 - doc? (
58 - app-doc/doxygen
59 - media-gfx/graphviz
60 - virtual/latex-base
61 - )
62 - dri? ( >=x11-proto/dri2proto-2.2 )"
63 -
64 -src_configure() {
65 - local myeconfargs=(
66 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
67 - $(use_enable doc documentation)
68 - $(use dri || echo --disable-dri2)
69 - )
70 -
71 - autotools-multilib_src_configure
72 -}
73 -
74 -multilib_src_test() {
75 - Xemake check
76 -}
77 -
78 -src_install() {
79 - autotools-multilib_src_install
80 - prune_libtool_files --modules
81 -}
82
83 diff --git a/x11-libs/libvdpau/libvdpau-1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.ebuild
84 deleted file mode 100644
85 index b4e4e74..0000000
86 --- a/x11-libs/libvdpau/libvdpau-1.1.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 1999-2015 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=5
94 -VIRTUALX_REQUIRED="test"
95 -inherit autotools-multilib virtualx
96 -
97 -DESCRIPTION="VDPAU wrapper and trace libraries"
98 -HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
99 -SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
104 -IUSE="doc dri"
105 -
106 -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
107 - dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
108 - !=x11-drivers/nvidia-drivers-180*
109 - !=x11-drivers/nvidia-drivers-185*
110 - !=x11-drivers/nvidia-drivers-190*
111 - abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
112 -DEPEND="${RDEPEND}
113 - virtual/pkgconfig
114 - doc? (
115 - app-doc/doxygen
116 - media-gfx/graphviz
117 - virtual/latex-base
118 - )
119 - dri? ( >=x11-proto/dri2proto-2.2 )"
120 -
121 -src_configure() {
122 - local myeconfargs=(
123 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
124 - $(use_enable doc documentation)
125 - $(use dri || echo --disable-dri2)
126 - )
127 -
128 - autotools-multilib_src_configure
129 -}
130 -
131 -multilib_src_test() {
132 - Xemake check
133 -}
134 -
135 -src_install() {
136 - autotools-multilib_src_install
137 - prune_libtool_files --modules
138 -}