Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXv/
Date: Tue, 08 Sep 2020 19:25:14
Message-Id: 1599593100.f7009a32aa30576b1ec8a23c15b8fcfbbf485c2e.mattst88@gentoo
1 commit: f7009a32aa30576b1ec8a23c15b8fcfbbf485c2e
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 23:13:27 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 19:25:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7009a32
7
8 x11-libs/libXv: EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/libXv/libXv-1.0.11-r2.ebuild | 16 ++++++++++++++++
15 1 file changed, 16 insertions(+)
16
17 diff --git a/x11-libs/libXv/libXv-1.0.11-r2.ebuild b/x11-libs/libXv/libXv-1.0.11-r2.ebuild
18 new file mode 100644
19 index 00000000000..56a885cc12a
20 --- /dev/null
21 +++ b/x11-libs/libXv/libXv-1.0.11-r2.ebuild
22 @@ -0,0 +1,16 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +XORG_MULTILIB=yes
29 +inherit xorg-3
30 +
31 +DESCRIPTION="X.Org Xv library"
32 +
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
34 +
35 +RDEPEND="x11-base/xorg-proto
36 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
37 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
38 +DEPEND="${RDEPEND}"