Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gobble/
Date: Mon, 30 Jan 2023 10:29:40
Message-Id: 1675043159.d2f7f7804df3221b35ab2c761ff8c85252223649.ceamac@gentoo
1 commit: d2f7f7804df3221b35ab2c761ff8c85252223649
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Mon Jan 30 01:45:16 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 01:45:59 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2f7f780
7
8 x11-misc/gobble: remove rust DEPEND
9 The ebuild inherits cargo, so it is not needed
10
11 Closes: https://bugs.gentoo.org/877591
12 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
13
14 x11-misc/gobble/{gobble-1.2.ebuild => gobble-1.2-r1.ebuild} | 13 +++----------
15 x11-misc/gobble/metadata.xml | 2 +-
16 2 files changed, 4 insertions(+), 11 deletions(-)
17
18 diff --git a/x11-misc/gobble/gobble-1.2.ebuild b/x11-misc/gobble/gobble-1.2-r1.ebuild
19 similarity index 88%
20 rename from x11-misc/gobble/gobble-1.2.ebuild
21 rename to x11-misc/gobble/gobble-1.2-r1.ebuild
22 index c26b80282..00f552949 100644
23 --- a/x11-misc/gobble/gobble-1.2.ebuild
24 +++ b/x11-misc/gobble/gobble-1.2-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 2022 Gentoo Authors
27 +# Copyright 2022-2023 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=8
31 @@ -27,21 +27,14 @@ SLOT="0"
32 KEYWORDS="~amd64"
33 IUSE="doc"
34
35 -DEPEND="
36 - >=dev-lang/rust-1.52.0
37 +RDEPEND="
38 x11-libs/libxcb
39 doc? (
40 app-text/pandoc
41 app-arch/gzip
42 )
43 "
44 -BDEPEND="
45 - $DEPEND
46 -"
47 -RDEPEND="
48 - $DEPEND
49 - !x11-misc/$PN-bin
50 -"
51 +DEPEND="${DEPEND}"
52
53 QA_FLAGS_IGNORED="usr/bin/.*"
54
55
56 diff --git a/x11-misc/gobble/metadata.xml b/x11-misc/gobble/metadata.xml
57 index d901ae4e0..2cc21cb96 100644
58 --- a/x11-misc/gobble/metadata.xml
59 +++ b/x11-misc/gobble/metadata.xml
60 @@ -8,6 +8,6 @@
61 <upstream>
62 <doc>https://github.com/EmperorPenguin18/gobble</doc>
63 <bugs-to>https://github.com/EmperorPenguin18/gobble/issues</bugs-to>
64 + <remote-id type="github">EmperorPenguin18/gobble</remote-id>
65 </upstream>
66 </pkgmetadata>
67 -