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: Tue, 26 Nov 2019 22:58:18
Message-Id: 1574808346.7c5fc7d57eb836f19b17f1636bec4c7a57730533.mattst88@gentoo
1 commit: 7c5fc7d57eb836f19b17f1636bec4c7a57730533
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 22:44:16 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 22:45:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5fc7d5
7
8 x11-libs/libxkbcommon: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libxkbcommon/Manifest | 2 -
13 x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild | 36 -----------------
14 x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild | 54 -------------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/x11-libs/libxkbcommon/Manifest b/x11-libs/libxkbcommon/Manifest
18 index 1100a1ec1f1..7e77a2734ed 100644
19 --- a/x11-libs/libxkbcommon/Manifest
20 +++ b/x11-libs/libxkbcommon/Manifest
21 @@ -1,3 +1 @@
22 -DIST libxkbcommon-0.8.4.tar.xz 648592 BLAKE2B 6205ca08f1ccb6d85320428317e9d023e2f2a56dcaa77e34a9f9ea42bbf67c9ee27a3123dd8e880ead3fa92c4cd7718bde55a255c52f16fef8d33c395c2511a9 SHA512 dbd441d0d7d5ba4fb352d64d150d163d4cdcf8340059457c291dc1fc69d1606ff6589732cb41a7fcfe106af0192977b243d7d68c4d95b90ece7abb620df360e3
23 -DIST libxkbcommon-0.9.0.tar.xz 376160 BLAKE2B 9a349a7ce9dcd1e9475f4a3b2365c11e91dcf4833d53c99b7231c1a757a410b4e347f90c77013d2a3a2a724765c1f2187d8c1fe96ad4441d34772f62ec081620 SHA512 7e3b03f1fa5abca31574c02e8308be9d5a6e2bdd369e808faeaa62e63a3d3592158cc695df55828275fc10219d79e1915e4f7331f1967aed0c9c54025272e9c4
24 DIST libxkbcommon-0.9.1.tar.xz 376164 BLAKE2B 16c95081136ea9ce742f494ae2192cce815f3fb4a3d33d3e525f8ad61f1f720fa6bfe74088a9ab88f3c6ef9cdf78c4d8d4dc87e7478fd84e4b09e03a337efbdf SHA512 8d4551a06e7dd4936633f544409401dc33f8f1900adb5daa6403615c71f321d17212db739f89a5b3e393d729b3f33167691404849a25d5526b403fd9ec3e8878
25
26 diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild
27 deleted file mode 100644
28 index e92a52c52bd..00000000000
29 --- a/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -XORG_MULTILIB="yes"
37 -
38 -if [[ ${PV} = *9999* ]]; then
39 - GIT_ECLASS="git-r3"
40 - EXPERIMENTAL="true"
41 - EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
42 -else
43 - XORG_BASE_INDIVIDUAL_URI=""
44 - SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
45 -fi
46 -
47 -inherit xorg-3 ${GIT_ECLASS}
48 -
49 -DESCRIPTION="X.Org xkbcommon library"
50 -HOMEPAGE="https://xkbcommon.org/"
51 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
52 -IUSE="X doc test"
53 -
54 -BDEPEND="
55 - sys-devel/bison
56 - doc? ( app-doc/doxygen )"
57 -RDEPEND="X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )"
58 -DEPEND="${RDEPEND}
59 - X? ( x11-base/xorg-proto )"
60 -
61 -pkg_setup() {
62 - XORG_CONFIGURE_OPTIONS=(
63 - --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
64 - $(use X || use_enable X x11)
65 - $(use_with doc doxygen)
66 - )
67 -}
68
69 diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
70 deleted file mode 100644
71 index be655c7b43b..00000000000
72 --- a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
73 +++ /dev/null
74 @@ -1,54 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -
80 -if [[ ${PV} = *9999* ]]; then
81 - GIT_ECLASS="git-r3"
82 - EGIT_REPO_URI="https://github.com/xkbcommon/${PN}"
83 -else
84 - SRC_URI="https://xkbcommon.org/download/${P}.tar.xz"
85 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
86 -fi
87 -
88 -inherit meson multilib-minimal ${GIT_ECLASS}
89 -
90 -DESCRIPTION="keymap handling library for toolkits and window systems"
91 -HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/"
92 -LICENSE="MIT"
93 -IUSE="X doc test"
94 -SLOT="0"
95 -
96 -BDEPEND="
97 - sys-devel/bison
98 - doc? ( app-doc/doxygen )"
99 -RDEPEND="X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )"
100 -DEPEND="${RDEPEND}
101 - X? ( x11-base/xorg-proto )"
102 -
103 -src_unpack() {
104 - default
105 - [[ $PV = 9999* ]] && git-r3_src_unpack
106 -}
107 -
108 -multilib_src_configure() {
109 - local emesonargs=(
110 - -Dxkb-config-root="${EPREFIX}/usr/share/X11/xkb"
111 - -Denable-wayland=false # Demo applications
112 - $(meson_use X enable-x11)
113 - $(meson_use doc enable-docs)
114 - )
115 - meson_src_configure
116 -}
117 -
118 -multilib_src_compile() {
119 - meson_src_compile
120 -}
121 -
122 -multilib_src_test() {
123 - meson_src_test
124 -}
125 -
126 -multilib_src_install() {
127 - meson_src_install
128 -}