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/xcmiscproto/
Date: Mon, 23 Apr 2018 22:49:13
Message-Id: 1524523698.d8819e18f83917d7da1d1c15011a4f86eb0b15a2.mattst88@gentoo
1 commit: d8819e18f83917d7da1d1c15011a4f86eb0b15a2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:28:21 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:48:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8819e18
7
8 x11-proto/xcmiscproto: Drop old version
9
10 x11-proto/xcmiscproto/Manifest | 1 -
11 x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild | 25 -------------------------
12 2 files changed, 26 deletions(-)
13
14 diff --git a/x11-proto/xcmiscproto/Manifest b/x11-proto/xcmiscproto/Manifest
15 deleted file mode 100644
16 index 003f7ee1596..00000000000
17 --- a/x11-proto/xcmiscproto/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -DIST xcmiscproto-1.2.2.tar.bz2 112486 BLAKE2B aede4c96afe54829d1c751a436d3ad7be8858dc1455546e1188cc02e1d7180b0a3de97ce08abdf45e0320e25fa846ab4d5740e5e771987402ad8dbc8ed49b984 SHA512 33060d0f9bba92670fce6e42f5d9094e84b803fd07e61b159aafdbee40a9876b49cf844bc7bae4c628fbb11a6a0883a9ee07041b59290488f1e9dbfe6e5128a8
21
22 diff --git a/x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild b/x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild
23 deleted file mode 100644
24 index c76692bc792..00000000000
25 --- a/x11-proto/xcmiscproto/xcmiscproto-1.2.2.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=4
32 -
33 -XORG_DOC=doc
34 -inherit xorg-2
35 -
36 -DESCRIPTION="X.Org XCMisc protocol headers"
37 -
38 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 -IUSE=""
40 -
41 -RDEPEND=""
42 -DEPEND="${RDEPEND}"
43 -
44 -pkg_setup() {
45 - xorg-2_pkg_setup
46 -
47 - XORG_CONFIGURE_OPTIONS=(
48 - $(use_enable doc specs)
49 - $(use_with doc xmlto)
50 - --without-fop
51 - )
52 -}