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/recordproto/
Date: Mon, 23 Apr 2018 22:49:06
Message-Id: 1524523682.47ee1eb022262610c0fce63ff9fa4ed68b1b2530.mattst88@gentoo
1 commit: 47ee1eb022262610c0fce63ff9fa4ed68b1b2530
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:26:30 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:48:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ee1eb0
7
8 x11-proto/recordproto: Drop old version
9
10 x11-proto/recordproto/Manifest | 1 -
11 x11-proto/recordproto/recordproto-1.14.2-r1.ebuild | 26 ----------------------
12 2 files changed, 27 deletions(-)
13
14 diff --git a/x11-proto/recordproto/Manifest b/x11-proto/recordproto/Manifest
15 deleted file mode 100644
16 index ed1475e4154..00000000000
17 --- a/x11-proto/recordproto/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -DIST recordproto-1.14.2.tar.bz2 123033 BLAKE2B 5f48f4b05ef698edb51252de9e1f305adfed394fc947c34bd329402ab180c88632b52abc95b1be941228a36fea2fd9352fe94ea453a770938d84595ba986c39a SHA512 ab82d966ffacb46c001df15b272ca58f996826dc6f6835d3dc4d385b31c682acacb073a380d61938e2f242bffdabdd9b8f7107cd5ac67cb7aa3a28cc14a8ea02
21
22 diff --git a/x11-proto/recordproto/recordproto-1.14.2-r1.ebuild b/x11-proto/recordproto/recordproto-1.14.2-r1.ebuild
23 deleted file mode 100644
24 index 127d1acfa2c..00000000000
25 --- a/x11-proto/recordproto/recordproto-1.14.2-r1.ebuild
26 +++ /dev/null
27 @@ -1,26 +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 Record protocol headers"
38 -
39 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
40 -IUSE=""
41 -
42 -RDEPEND="!<x11-libs/libXtst-1.0.99.2"
43 -DEPEND="${RDEPEND}"
44 -
45 -pkg_setup() {
46 - xorg-2_pkg_setup
47 -
48 - XORG_CONFIGURE_OPTIONS=(
49 - $(use_enable doc specs)
50 - $(use_with doc xmlto)
51 - --without-fop
52 - )
53 -}