Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/
Date: Mon, 30 Jan 2023 21:53:11
Message-Id: 1675115582.bee39ea471c8b2c126ae2392c826658a447e7d6b.slashbeast@gentoo
1 commit: bee39ea471c8b2c126ae2392c826658a447e7d6b
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 20:47:58 2023 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 21:53:02 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee39ea4
7
8 dev-libs/girara: 0.3.9 version bump; sync live ebuild.
9
10 Closes: https://bugs.gentoo.org/885443
11 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
12
13 dev-libs/girara/Manifest | 1 +
14 .../{girara-9999.ebuild => girara-0.3.9.ebuild} | 32 ++++++++--------------
15 dev-libs/girara/girara-9999.ebuild | 32 ++++++++--------------
16 3 files changed, 25 insertions(+), 40 deletions(-)
17
18 diff --git a/dev-libs/girara/Manifest b/dev-libs/girara/Manifest
19 index 3f0c4007f041..250b7af5a3cf 100644
20 --- a/dev-libs/girara/Manifest
21 +++ b/dev-libs/girara/Manifest
22 @@ -1,3 +1,4 @@
23 DIST girara-0.3.5.tar.xz 60488 BLAKE2B 2d0f2f0635e8e8906810b1425191f5d70b7f9af0985c461bd90654e83d87ad698da225d70064438fed4473295aca8dbd26c4ce1efd96f8a7399e7145b1f8c111 SHA512 e7c5bf887b29767878502224ad45d62e43b3da91bd8e754603256550d4f0126f1493f0fb7473a4ebb8cc5909306564249c6a60e99eba2b0b417b98c728fcdc84
24 DIST girara-0.3.6.tar.xz 60056 BLAKE2B 4a9f651e2127c7924cd3e55c7f955b3f80b90849b5ee06f2785388ae3adbb8910bb90e59f934f426fdb6d8e7d797ac82a52bc7b05becff56e1aff610e5e56081 SHA512 e9496b1bb629d59377ed1fee8a2fab2c7e5d60845e6777ed9bb796e1843fea20abda32d7de885f01e892654ea996490403c442021528b6b4f2aa50cf54d74c42
25 DIST girara-0.3.7.tar.xz 60352 BLAKE2B 59515baf53d3ef46d98d5720437c253c82637df8380abe04a1649d4a2636124d6d0dfb001c9363d8a33a1bc496511e90b8c5365db34a29d489802fc780575d2a SHA512 9b91ef7e5047b3250327eab9280372f38615e9948884c108c3d1c5d3e81794f786adc827692b112d2bfdc2660e22206a143fafd5a814408df8ffd4c858148717
26 +DIST girara-0.3.9.tar.xz 60832 BLAKE2B e577c4273c2d8f4d51e0ee283184ecd2b5b48877996f95aa5cec83ad716efd4946508203d3108d451492ff5d118d965ca98d86f4e0d9b31fcc1cc0b2266b9511 SHA512 b5399b26389cff0c6aa6f70687b53a99243d38d66ec401f48de49391c88b31dc3287366819288c405051d14f4f778db952953d48be51ac47d90d9f3604c94708
27
28 diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-0.3.9.ebuild
29 similarity index 57%
30 copy from dev-libs/girara/girara-9999.ebuild
31 copy to dev-libs/girara/girara-0.3.9.ebuild
32 index 52f9e4952594..88dc773e88de 100644
33 --- a/dev-libs/girara/girara-9999.ebuild
34 +++ b/dev-libs/girara/girara-0.3.9.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -13,7 +13,7 @@ if [[ ${PV} == *999 ]]; then
42 EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
43 EGIT_BRANCH="develop"
44 else
45 - SRC_URI="https://github.com/pwmt/girara/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 + SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz"
47 KEYWORDS="~amd64 ~arm ~riscv ~x86"
48 fi
49
50 @@ -23,30 +23,22 @@ IUSE="doc libnotify test"
51
52 RESTRICT="!test? ( test )"
53
54 -RDEPEND="dev-libs/glib:2
55 - dev-libs/json-c:=
56 - >=x11-libs/gtk+-3.20:3
57 - >=x11-libs/pango-1.14
58 - libnotify? ( x11-libs/libnotify )"
59 -
60 -DEPEND="${RDEPEND}
61 - doc? ( app-doc/doxygen )
62 - test? ( dev-libs/check )"
63 -
64 -BDEPEND="virtual/pkgconfig"
65 -
66 -src_prepare() {
67 - default
68 - sed -i -e '/'-Werror.*'/d' meson.build || die "sed failed"
69 -}
70 +DEPEND="dev-libs/glib:2
71 + dev-libs/json-glib:=
72 + >=x11-libs/gtk+-3.20:3
73 + libnotify? ( x11-libs/libnotify )"
74 +RDEPEND="${DEPEND}"
75 +BDEPEND="doc? ( app-doc/doxygen )
76 + test? ( dev-libs/check )
77 + virtual/pkgconfig"
78
79 src_configure() {
80 local emesonargs=(
81 -Djson=enabled
82 -Ddocs=$(usex doc enabled disabled)
83 -Dnotify=$(usex libnotify enabled disabled)
84 - )
85 - meson_src_configure
86 + )
87 + meson_src_configure
88 }
89
90 src_test() {
91
92 diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-9999.ebuild
93 index 52f9e4952594..88dc773e88de 100644
94 --- a/dev-libs/girara/girara-9999.ebuild
95 +++ b/dev-libs/girara/girara-9999.ebuild
96 @@ -1,4 +1,4 @@
97 -# Copyright 1999-2021 Gentoo Authors
98 +# Copyright 1999-2022 Gentoo Authors
99 # Distributed under the terms of the GNU General Public License v2
100
101 EAPI=7
102 @@ -13,7 +13,7 @@ if [[ ${PV} == *999 ]]; then
103 EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
104 EGIT_BRANCH="develop"
105 else
106 - SRC_URI="https://github.com/pwmt/girara/archive/${PV}.tar.gz -> ${P}.tar.gz"
107 + SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz"
108 KEYWORDS="~amd64 ~arm ~riscv ~x86"
109 fi
110
111 @@ -23,30 +23,22 @@ IUSE="doc libnotify test"
112
113 RESTRICT="!test? ( test )"
114
115 -RDEPEND="dev-libs/glib:2
116 - dev-libs/json-c:=
117 - >=x11-libs/gtk+-3.20:3
118 - >=x11-libs/pango-1.14
119 - libnotify? ( x11-libs/libnotify )"
120 -
121 -DEPEND="${RDEPEND}
122 - doc? ( app-doc/doxygen )
123 - test? ( dev-libs/check )"
124 -
125 -BDEPEND="virtual/pkgconfig"
126 -
127 -src_prepare() {
128 - default
129 - sed -i -e '/'-Werror.*'/d' meson.build || die "sed failed"
130 -}
131 +DEPEND="dev-libs/glib:2
132 + dev-libs/json-glib:=
133 + >=x11-libs/gtk+-3.20:3
134 + libnotify? ( x11-libs/libnotify )"
135 +RDEPEND="${DEPEND}"
136 +BDEPEND="doc? ( app-doc/doxygen )
137 + test? ( dev-libs/check )
138 + virtual/pkgconfig"
139
140 src_configure() {
141 local emesonargs=(
142 -Djson=enabled
143 -Ddocs=$(usex doc enabled disabled)
144 -Dnotify=$(usex libnotify enabled disabled)
145 - )
146 - meson_src_configure
147 + )
148 + meson_src_configure
149 }
150
151 src_test() {