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/libxshmfence/
Date: Thu, 31 Dec 2020 16:59:20
Message-Id: 1609433937.e708cf5866978453ef74f2ef95593b54de202a49.mattst88@gentoo
1 commit: e708cf5866978453ef74f2ef95593b54de202a49
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 16:57:22 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 16:58:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e708cf58
7
8 x11-libs/libxshmfence: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild b/x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild
16 deleted file mode 100644
17 index 055dd3ce164..00000000000
18 --- a/x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -XORG_MULTILIB=yes
26 -inherit xorg-2
27 -
28 -DESCRIPTION="Shared memory fences using futexes"
29 -
30 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
31 -IUSE=""
32 -
33 -RDEPEND=""
34 -DEPEND="x11-base/xorg-proto"