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/libxkbcommon/
Date: Wed, 01 May 2019 20:47:44
Message-Id: 1556743391.40cced2762ae8fae25bc0d0b1e6688ee73e8b60e.mattst88@gentoo
1 commit: 40cced2762ae8fae25bc0d0b1e6688ee73e8b60e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:43:11 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:43:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cced27
7
8 x11-libs/libxkbcommon: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libxkbcommon/Manifest | 2 --
14 x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild | 38 -------------------------
15 x11-libs/libxkbcommon/libxkbcommon-0.8.3.ebuild | 38 -------------------------
16 3 files changed, 78 deletions(-)
17
18 diff --git a/x11-libs/libxkbcommon/Manifest b/x11-libs/libxkbcommon/Manifest
19 index 4cf42720b70..d673e2160f9 100644
20 --- a/x11-libs/libxkbcommon/Manifest
21 +++ b/x11-libs/libxkbcommon/Manifest
22 @@ -1,3 +1 @@
23 -DIST libxkbcommon-0.8.2.tar.xz 644040 BLAKE2B c323384308d9730924d6f1cb7ad55fdb3d1a37289f648b981c54dc5997c67c857d33f8ad872fc7646b462ebc97252dca30efe2a2e12d1f1f08a8a1604a5de23f SHA512 b714240ec6120bbe44b5da7a4f89b1c2f24cfd6e5ebbe81e5290d135c8f2e5a68f89ac256b73430a446167345f8db309b35dcf74f3d3840e20897cd91eccc172
24 -DIST libxkbcommon-0.8.3.tar.xz 646124 BLAKE2B c80d5065395ee8adec436243cf42fa82a05a5797be711b4e10d70d92ef742c707f034adf870480e1797e1b05135b5ce644e6ebefd036aaac7d3fb7435b5bd543 SHA512 0a3dfacc17eddfc10fe3edb946bede5070f2744effe642bd96076996f262a41addb691d62c0d738457da522d1fea02c297c9a2a8b1f56521adbf50ca917577c2
25 DIST libxkbcommon-0.8.4.tar.xz 648592 BLAKE2B 6205ca08f1ccb6d85320428317e9d023e2f2a56dcaa77e34a9f9ea42bbf67c9ee27a3123dd8e880ead3fa92c4cd7718bde55a255c52f16fef8d33c395c2511a9 SHA512 dbd441d0d7d5ba4fb352d64d150d163d4cdcf8340059457c291dc1fc69d1606ff6589732cb41a7fcfe106af0192977b243d7d68c4d95b90ece7abb620df360e3
26
27 diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
28 deleted file mode 100644
29 index 8b8354c2a77..00000000000
30 --- a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -XORG_MULTILIB="yes"
38 -
39 -if [[ ${PV} = *9999* ]]; then
40 - GIT_ECLASS="git-r3"
41 - EXPERIMENTAL="true"
42 - EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
43 -else
44 - XORG_BASE_INDIVIDUAL_URI=""
45 - SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
46 -fi
47 -
48 -inherit xorg-2 ${GIT_ECLASS}
49 -
50 -DESCRIPTION="X.Org xkbcommon library"
51 -HOMEPAGE="https://xkbcommon.org/"
52 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
53 -IUSE="X doc test"
54 -
55 -DEPEND="sys-devel/bison
56 - X? (
57 - x11-base/xorg-proto
58 - >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb]
59 - )
60 - doc? ( app-doc/doxygen )"
61 -RDEPEND="X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )"
62 -
63 -pkg_setup() {
64 - XORG_CONFIGURE_OPTIONS=(
65 - --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
66 - $(use X || use_enable X x11)
67 - $(use_with doc doxygen)
68 - )
69 - xorg-2_pkg_setup
70 -}
71
72 diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.3.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.8.3.ebuild
73 deleted file mode 100644
74 index 20521c37215..00000000000
75 --- a/x11-libs/libxkbcommon/libxkbcommon-0.8.3.ebuild
76 +++ /dev/null
77 @@ -1,38 +0,0 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -XORG_MULTILIB="yes"
83 -
84 -if [[ ${PV} = *9999* ]]; then
85 - GIT_ECLASS="git-r3"
86 - EXPERIMENTAL="true"
87 - EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
88 -else
89 - XORG_BASE_INDIVIDUAL_URI=""
90 - SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
91 -fi
92 -
93 -inherit xorg-2 ${GIT_ECLASS}
94 -
95 -DESCRIPTION="X.Org xkbcommon library"
96 -HOMEPAGE="https://xkbcommon.org/"
97 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd"
98 -IUSE="X doc test"
99 -
100 -DEPEND="sys-devel/bison
101 - X? (
102 - x11-base/xorg-proto
103 - >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb]
104 - )
105 - doc? ( app-doc/doxygen )"
106 -RDEPEND="X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )"
107 -
108 -pkg_setup() {
109 - XORG_CONFIGURE_OPTIONS=(
110 - --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
111 - $(use X || use_enable X x11)
112 - $(use_with doc doxygen)
113 - )
114 - xorg-2_pkg_setup
115 -}