Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/
Date: Sun, 06 Jan 2019 23:23:09
Message-Id: 1546816964.aec5d9c25acb427105530cfd379603375d9fb05d.blueness@gentoo
1 commit: aec5d9c25acb427105530cfd379603375d9fb05d
2 Author: Luis Ressel <aranea <AT> aixah <DOT> de>
3 AuthorDate: Sun Jan 6 19:38:41 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 23:22:44 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=aec5d9c2
7
8 x11-libs/xcb-util-xrm: Drop old versions
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 x11-libs/xcb-util-xrm/Manifest | 2 --
13 x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild | 27 ---------------------------
14 x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 27 ---------------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest
18 index ded150c..e6e8ed0 100644
19 --- a/x11-libs/xcb-util-xrm/Manifest
20 +++ b/x11-libs/xcb-util-xrm/Manifest
21 @@ -1,3 +1 @@
22 -DIST xcb-util-xrm-1.0.tar.bz2 327196 BLAKE2B 6bba57de372371ca7829a477ddc57f86e1faa86829c7f32e46eb5667505c6b3fd0b5acd2dd74f4f1223bbbba678234948bf5d499019b089e3abe23ffb5631843 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd
23 -DIST xcb-util-xrm-1.2.tar.bz2 324708 BLAKE2B ca5176fb848735b856541930f37e46ec093df6d86a981c87c910bfd64e1a8d5a7e2e20405994dd2a8b9c1200dae48bec0df3a6546be984e3ff316a271b0d84eb SHA512 c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8
24 DIST xcb-util-xrm-1.3.tar.bz2 327586 BLAKE2B 06ba03ba22c9a51cad5045024b63d48f32e5ad38d2cf03035bd1132a04ef4906a71d89030141b407329bd8ec04cb131846be2cb3a95e755a57c2841a45b58fa4 SHA512 ebca5d92c9e2363f58485970a0c3a948b13652ce7acdd51dff918fc2e8bc7fcb69892eb3fc8b5f7eaf721ccd8dc2db42727d206bc5155481ec5e7e41d0c7f304
25
26 diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
27 deleted file mode 100644
28 index 6a1f96a..0000000
29 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -XORG_BASE_INDIVIDUAL_URI=""
38 -XORG_DOC=doc
39 -XORG_MULTILIB=yes
40 -inherit xorg-2
41 -
42 -DESCRIPTION="X C-language Bindings sample implementations"
43 -HOMEPAGE="https://xcb.freedesktop.org/"
44 -SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
45 -
46 -KEYWORDS="amd64 ~arm ~arm64 x86"
47 -IUSE="test"
48 -
49 -RDEPEND="
50 - >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
51 - x11-libs/xcb-util[${MULTILIB_USEDEP}]
52 - elibc_musl? ( sys-libs/queue )"
53 -DEPEND="${RDEPEND}
54 - test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
55 -
56 -src_configure() {
57 - xorg-2_src_configure
58 -}
59
60 diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
61 deleted file mode 100644
62 index a8d2071..0000000
63 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2018 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -
71 -XORG_BASE_INDIVIDUAL_URI=""
72 -XORG_DOC=doc
73 -XORG_MULTILIB=yes
74 -inherit xorg-2
75 -
76 -DESCRIPTION="X C-language Bindings sample implementations"
77 -HOMEPAGE="https://xcb.freedesktop.org/"
78 -SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
79 -
80 -KEYWORDS="amd64 ~arm ~arm64 x86"
81 -IUSE="test"
82 -
83 -RDEPEND="
84 - >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
85 - x11-libs/xcb-util[${MULTILIB_USEDEP}]
86 - elibc_musl? ( sys-libs/queue )"
87 -DEPEND="${RDEPEND}
88 - test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
89 -
90 -src_configure() {
91 - xorg-2_src_configure
92 -}