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/fontsproto/
Date: Mon, 23 Apr 2018 22:49:03
Message-Id: 1524523667.fbe4bfc599d0969e34dfe2a02a8815490f324ab8.mattst88@gentoo
1 commit: fbe4bfc599d0969e34dfe2a02a8815490f324ab8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:23:00 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:47:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe4bfc5
7
8 x11-proto/fontsproto: Drop old version
9
10 x11-proto/fontsproto/Manifest | 2 --
11 x11-proto/fontsproto/fontsproto-2.1.2.ebuild | 25 -------------------------
12 x11-proto/fontsproto/fontsproto-2.1.3.ebuild | 24 ------------------------
13 3 files changed, 51 deletions(-)
14
15 diff --git a/x11-proto/fontsproto/Manifest b/x11-proto/fontsproto/Manifest
16 deleted file mode 100644
17 index eea5f4a194b..00000000000
18 --- a/x11-proto/fontsproto/Manifest
19 +++ /dev/null
20 @@ -1,2 +0,0 @@
21 -DIST fontsproto-2.1.2.tar.bz2 141990 BLAKE2B 788d9029784b79baf8f5ac3ed76aecd750e67d008fe22dbf4f01df8a5afb55b4d3f2bcff2d03c92c99f3b8ba736d230bdfd3fbecbf8726d344a168fddedb156d SHA512 728d4df6d65b811cc2516cddcd1ba53aadf75521450baaad27ae10448e8eda66c4898369b4cff13874c26b5541cbac231190f7f32f873939aa6d4a72ee720050
22 -DIST fontsproto-2.1.3.tar.bz2 154087 BLAKE2B 44c64781e856a5c074faa38e9b68870d57162a57b73d681e9ce388b140700d14c57fd62a77cca095f59c9230ec6bc9aecec852d2590333e748ce62194b29420d SHA512 f46d5b733aa48644aa3aa75d4ed47231ef78cb60f747f7200d82331a1ba566190bf37b5b9926c690dec6356043ce7c85a5b59fc1b4b11667ef432518b5d4cc87
23
24 diff --git a/x11-proto/fontsproto/fontsproto-2.1.2.ebuild b/x11-proto/fontsproto/fontsproto-2.1.2.ebuild
25 deleted file mode 100644
26 index 3bf074a3574..00000000000
27 --- a/x11-proto/fontsproto/fontsproto-2.1.2.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -
35 -XORG_DOC=doc
36 -inherit xorg-2
37 -
38 -DESCRIPTION="X.Org Fonts protocol headers"
39 -
40 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
41 -IUSE=""
42 -
43 -RDEPEND=""
44 -DEPEND="${RDEPEND}"
45 -
46 -pkg_setup() {
47 - xorg-2_pkg_setup
48 -
49 - XORG_CONFIGURE_OPTIONS=(
50 - $(use_enable doc specs)
51 - $(use_with doc xmlto)
52 - --without-fop
53 - )
54 -}
55
56 diff --git a/x11-proto/fontsproto/fontsproto-2.1.3.ebuild b/x11-proto/fontsproto/fontsproto-2.1.3.ebuild
57 deleted file mode 100644
58 index 9e03d6f36b2..00000000000
59 --- a/x11-proto/fontsproto/fontsproto-2.1.3.ebuild
60 +++ /dev/null
61 @@ -1,24 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=5
66 -
67 -XORG_DOC=doc
68 -inherit xorg-2
69 -
70 -DESCRIPTION="X.Org Fonts protocol headers"
71 -
72 -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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
73 -IUSE=""
74 -
75 -RDEPEND=""
76 -DEPEND="${RDEPEND}"
77 -
78 -src_configure() {
79 - XORG_CONFIGURE_OPTIONS=(
80 - $(use_enable doc specs)
81 - $(use_with doc xmlto)
82 - --without-fop
83 - )
84 - xorg-2_src_configure
85 -}