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-proto/xextproto/
Date: Mon, 23 Apr 2018 22:49:13
Message-Id: 1524523700.cd3e3a38932f5e26ed7b49a20f1c6632e4635082.mattst88@gentoo
1 commit: cd3e3a38932f5e26ed7b49a20f1c6632e4635082
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:28:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:48:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3e3a38
7
8 x11-proto/xextproto: Drop old version
9
10 x11-proto/xextproto/Manifest | 1 -
11 x11-proto/xextproto/xextproto-7.3.0.ebuild | 25 -------------------------
12 2 files changed, 26 deletions(-)
13
14 diff --git a/x11-proto/xextproto/Manifest b/x11-proto/xextproto/Manifest
15 deleted file mode 100644
16 index f00caa402d9..00000000000
17 --- a/x11-proto/xextproto/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -DIST xextproto-7.3.0.tar.bz2 229310 BLAKE2B 21a5474ab0aaf835abf6eec860a9f0838114c616bd90d79005a7b2cd700872375fe8a40657fbd3b76768e1cdff27baeb2b8ba8c2e6c52410b03e8f9f9592762e SHA512 238beed85fcf6fe5b0809e52814dd44fa45fe6868239990086cb8dd2c446292dd4794698abd07ed10bd146a7096c1679f7160da226f9e861dfaf6c8e22315d61
21
22 diff --git a/x11-proto/xextproto/xextproto-7.3.0.ebuild b/x11-proto/xextproto/xextproto-7.3.0.ebuild
23 deleted file mode 100644
24 index d65a312f714..00000000000
25 --- a/x11-proto/xextproto/xextproto-7.3.0.ebuild
26 +++ /dev/null
27 @@ -1,25 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -XORG_DOC=doc
34 -XORG_MULTILIB=yes
35 -inherit xorg-2
36 -
37 -DESCRIPTION="X.Org XExt protocol headers"
38 -
39 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
40 -IUSE=""
41 -
42 -RDEPEND="!<x11-libs/libXext-1.0.99"
43 -DEPEND="${RDEPEND}"
44 -
45 -pkg_setup() {
46 - xorg-2_pkg_setup
47 -
48 - XORG_CONFIGURE_OPTIONS=(
49 - $(use_with doc xmlto)
50 - --without-fop
51 - )
52 -}