Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dbus-glib/
Date: Sun, 25 Mar 2018 20:40:49
Message-Id: 1522010420.fc17ed5ec3d60f7fbc8340635a52f812591c3bcd.eva@gentoo
1 commit: fc17ed5ec3d60f7fbc8340635a52f812591c3bcd
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 17:45:09 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 20:40:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc17ed5e
7
8 dev-libs/dbus-glib: cleanup old revisions
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/dbus-glib/Manifest | 2 -
13 dev-libs/dbus-glib/dbus-glib-0.104.ebuild | 94 -------------------------------
14 dev-libs/dbus-glib/dbus-glib-0.106.ebuild | 94 -------------------------------
15 3 files changed, 190 deletions(-)
16
17 diff --git a/dev-libs/dbus-glib/Manifest b/dev-libs/dbus-glib/Manifest
18 index f2ed4319288..115bfde7811 100644
19 --- a/dev-libs/dbus-glib/Manifest
20 +++ b/dev-libs/dbus-glib/Manifest
21 @@ -1,5 +1,3 @@
22 DIST dbus-glib-0.102.tar.gz 783792 BLAKE2B 5dca4d1d4c9d281e46ad9b15307a738698d6588b064fe07ddeae63d7fbbca0b1338d655ebcdb2b4259ce8979c5ec2888c05f8578d73f04c6c7037bd80e6692d7 SHA512 9bf4b33dd264eaed9ade0e35f0ad47986c31bd5e3de4d3e2fcee66a9be87000b6121bc810b9a5a24eca53190d98323b871dc78f341df8e05bd0247b096cf778f
23 -DIST dbus-glib-0.104.tar.gz 793417 BLAKE2B 87c12f15e7a960acf2071fae9a689780b74ef146e0f776e117fed66248d16d2ae45e52d264fa87eafc336935db5c64f85474a4b16f29389436faabd976beae6f SHA512 eff599f169976055545b51459d77845002d8bc7e8dcd056cec2bf83836d07c66b03baed2023bc87a6d7c021d35c744987830f8ed6f9c3391a49ee199db85134b
24 -DIST dbus-glib-0.106.tar.gz 793343 BLAKE2B 8444c587bf002a23abe6f0ffedd1dc1c3a60445cbdab923567c74bd80ebb178ae24c9ee685426601782785e5f67ebbcc1524d65379135958bc7d3ede44c48feb SHA512 13a1d4600add29d29dbb8d1271570e6c04f70ddff0862d28fcb7df774bfa76a961f90303f897f3b970070eb959e909d5d02a94941e2edd8ba315b9aaa3a602cb
25 DIST dbus-glib-0.108.tar.gz 812488 BLAKE2B e958c4054c09ec98d7bff659917a9c162dc4338aabcc5c6ec6d7ec34304867dd65d373eeb8871cd188424a36dafa337bb713fb2aaa87e47d1ed4f91a4e7ecd7f SHA512 9fa7cd1c22bf6ee1e345dd6fe48aa725abc01b3b180ba430efea9996403ad99636b2c40f682956978ae5049c110c3298fa199470a4cc05907e11773d034ea5b1
26 DIST dbus-glib-0.110.tar.gz 836497 BLAKE2B d936402bbaa5c354b2730cbace273974ec0133db052503fea2780d70b128e50e4fdf54f6ebfeed024eb5602fa3725a40627e27320a4727647299f74b2eb75c85 SHA512 c40ccf7118d4951f0e09082216ccd26f21ee906bdf96d912611d3cd29badd7ef446bea74e19f26c28ebceb9e19bb659d11c643c3e712dac499df12907be88a54
27
28 diff --git a/dev-libs/dbus-glib/dbus-glib-0.104.ebuild b/dev-libs/dbus-glib/dbus-glib-0.104.ebuild
29 deleted file mode 100644
30 index a86cb10fa16..00000000000
31 --- a/dev-libs/dbus-glib/dbus-glib-0.104.ebuild
32 +++ /dev/null
33 @@ -1,94 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -inherit bash-completion-r1 eutils multilib-minimal
39 -
40 -DESCRIPTION="D-Bus bindings for glib"
41 -HOMEPAGE="https://dbus.freedesktop.org/"
42 -SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="|| ( GPL-2 AFL-2.1 )"
45 -SLOT="0"
46 -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 ~m68k-mint ~sparc-solaris ~x86-solaris"
47 -IUSE="debug static-libs test"
48 -
49 -CDEPEND="
50 - >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
51 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
52 - >=sys-apps/dbus-1.8[${MULTILIB_USEDEP}]
53 -"
54 -DEPEND="${CDEPEND}
55 - >=dev-util/gtk-doc-am-1.14
56 - virtual/pkgconfig
57 -"
58 -RDEPEND="${CDEPEND}
59 - abi_x86_32? (
60 - !<app-emulation/emul-linux-x86-baselibs-20131008-r8
61 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
62 - )
63 -"
64 -
65 -DOCS=( AUTHORS ChangeLog HACKING NEWS README )
66 -
67 -set_TBD() {
68 - # out of sources build dir for make check
69 - export TBD="${BUILD_DIR}-tests"
70 -}
71 -
72 -src_prepare() {
73 - epatch_user
74 -}
75 -
76 -multilib_src_configure() {
77 - local myconf=(
78 - --localstatedir="${EPREFIX}"/var
79 - --enable-bash-completion
80 - --disable-gtk-doc
81 - $(use_enable debug asserts)
82 - $(use_enable static-libs static)
83 - )
84 -
85 - ECONF_SOURCE="${S}" econf "${myconf[@]}"
86 -
87 - ln -s "${S}"/doc/reference/html doc/reference/html #460042
88 -
89 - if use test; then
90 - set_TBD
91 - mkdir "${TBD}"
92 - cd "${TBD}"
93 - einfo "Running configure in ${TBD}"
94 - ECONF_SOURCE="${S}" econf \
95 - "${myconf[@]}" \
96 - $(use_enable test checks) \
97 - $(use_enable test tests) \
98 - $(use_enable test asserts) \
99 - $(use_with test test-socket-dir "${T}"/dbus-test-socket)
100 - fi
101 -}
102 -
103 -multilib_src_compile() {
104 - emake
105 -
106 - if use test; then
107 - set_TBD
108 - cd "${TBD}"
109 - einfo "Running make in ${TBD}"
110 - emake
111 - fi
112 -}
113 -
114 -multilib_src_test() {
115 - set_TBD
116 - cd "${TBD}"
117 - emake check
118 -}
119 -
120 -multilib_src_install_all() {
121 - einstalldocs
122 -
123 - newbashcomp "${ED}"/etc/bash_completion.d/dbus-bash-completion.sh dbus-send
124 - rm -rf "${ED}"/etc/bash_completion.d || die
125 -
126 - prune_libtool_files
127 -}
128
129 diff --git a/dev-libs/dbus-glib/dbus-glib-0.106.ebuild b/dev-libs/dbus-glib/dbus-glib-0.106.ebuild
130 deleted file mode 100644
131 index a86cb10fa16..00000000000
132 --- a/dev-libs/dbus-glib/dbus-glib-0.106.ebuild
133 +++ /dev/null
134 @@ -1,94 +0,0 @@
135 -# Copyright 1999-2017 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=5
139 -inherit bash-completion-r1 eutils multilib-minimal
140 -
141 -DESCRIPTION="D-Bus bindings for glib"
142 -HOMEPAGE="https://dbus.freedesktop.org/"
143 -SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
144 -
145 -LICENSE="|| ( GPL-2 AFL-2.1 )"
146 -SLOT="0"
147 -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 ~m68k-mint ~sparc-solaris ~x86-solaris"
148 -IUSE="debug static-libs test"
149 -
150 -CDEPEND="
151 - >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
152 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
153 - >=sys-apps/dbus-1.8[${MULTILIB_USEDEP}]
154 -"
155 -DEPEND="${CDEPEND}
156 - >=dev-util/gtk-doc-am-1.14
157 - virtual/pkgconfig
158 -"
159 -RDEPEND="${CDEPEND}
160 - abi_x86_32? (
161 - !<app-emulation/emul-linux-x86-baselibs-20131008-r8
162 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
163 - )
164 -"
165 -
166 -DOCS=( AUTHORS ChangeLog HACKING NEWS README )
167 -
168 -set_TBD() {
169 - # out of sources build dir for make check
170 - export TBD="${BUILD_DIR}-tests"
171 -}
172 -
173 -src_prepare() {
174 - epatch_user
175 -}
176 -
177 -multilib_src_configure() {
178 - local myconf=(
179 - --localstatedir="${EPREFIX}"/var
180 - --enable-bash-completion
181 - --disable-gtk-doc
182 - $(use_enable debug asserts)
183 - $(use_enable static-libs static)
184 - )
185 -
186 - ECONF_SOURCE="${S}" econf "${myconf[@]}"
187 -
188 - ln -s "${S}"/doc/reference/html doc/reference/html #460042
189 -
190 - if use test; then
191 - set_TBD
192 - mkdir "${TBD}"
193 - cd "${TBD}"
194 - einfo "Running configure in ${TBD}"
195 - ECONF_SOURCE="${S}" econf \
196 - "${myconf[@]}" \
197 - $(use_enable test checks) \
198 - $(use_enable test tests) \
199 - $(use_enable test asserts) \
200 - $(use_with test test-socket-dir "${T}"/dbus-test-socket)
201 - fi
202 -}
203 -
204 -multilib_src_compile() {
205 - emake
206 -
207 - if use test; then
208 - set_TBD
209 - cd "${TBD}"
210 - einfo "Running make in ${TBD}"
211 - emake
212 - fi
213 -}
214 -
215 -multilib_src_test() {
216 - set_TBD
217 - cd "${TBD}"
218 - emake check
219 -}
220 -
221 -multilib_src_install_all() {
222 - einstalldocs
223 -
224 - newbashcomp "${ED}"/etc/bash_completion.d/dbus-bash-completion.sh dbus-send
225 - rm -rf "${ED}"/etc/bash_completion.d || die
226 -
227 - prune_libtool_files
228 -}