Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/
Date: Fri, 25 Feb 2022 07:35:25
Message-Id: 1645774485.99efc7618f09377fd3556e7e0f462ddaa4573b51.juippis@gentoo
1 commit: 99efc7618f09377fd3556e7e0f462ddaa4573b51
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 07:34:45 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 07:34:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99efc761
7
8 media-gfx/ahoviewer: drop 2.0.0_beta, 2.0.0_pre20211126
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/ahoviewer/Manifest | 2 -
13 media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild | 86 ----------------------
14 .../ahoviewer/ahoviewer-2.0.0_pre20211126.ebuild | 81 --------------------
15 3 files changed, 169 deletions(-)
16
17 diff --git a/media-gfx/ahoviewer/Manifest b/media-gfx/ahoviewer/Manifest
18 index b9da4e9755bb..1a98e9f8c6a9 100644
19 --- a/media-gfx/ahoviewer/Manifest
20 +++ b/media-gfx/ahoviewer/Manifest
21 @@ -1,3 +1 @@
22 -DIST ahoviewer-2.0.0_beta.tar.gz 488564 BLAKE2B 325d9689e13fc2847d00be3e77eb5cd8234c98d0c516d3427d4275beaf6cc08ba8a054dfa047ec5e00e4693f8b14f730694358dc22a15e8d503bf67f232c1772 SHA512 6a38da0810c93886233a41d1fdc3f9779158c54b328c13cb2eea9e921057913fd3bb48370b95526f2bc8635ca4ba0967e7edeb95052ea689b05fb8555d826cf0
23 -DIST ahoviewer-2.0.0_pre20211126.tar.gz 502643 BLAKE2B fdfb4def35f6f1024ae47c114395f45e86abfb23a54275abf98a16bc8b7bae879e57034401b5effb340a2855af64b66ae09d86bcbbdd50e39f43f4f300232e2f SHA512 4facaa1938308e82b1743cb97186925b18ee843456a75bb2639e303e35e40fbee4b6bdebf1aa977fed03b2a4cf6a2b558c488720156db5f821da30578362303f
24 DIST ahoviewer-2.0.0_pre20220124.tar.gz 502882 BLAKE2B 9476c42dd36615f9106b6db0386b20c8922092fe68674f7a4439ca64458c00e3c1943a7402aed752ec91395e0684ce7cd89b0ac2de7f198edb39ebccef782fbd SHA512 0cf01c7011ae506fcff9700c46a06a57fdccc8f8a274d86a8438c926f0513e4e5851bdb37cb6ee7f8b673894938aafa7c2cb485773db04b977ec5f8b8634da3e
25
26 diff --git a/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild b/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild
27 deleted file mode 100644
28 index a1ed34a9932e..000000000000
29 --- a/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild
30 +++ /dev/null
31 @@ -1,86 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit meson xdg
38 -
39 -MY_PV="$(ver_rs 3 -)"
40 -
41 -DESCRIPTION="A GTK image viewer, manga reader, and booru browser"
42 -HOMEPAGE="https://github.com/ahodesuka/ahoviewer"
43 -SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="gnome-keyring gnutls +gstreamer plugins +rar +ssl +zip"
49 -
50 -DEPEND="dev-cpp/glibmm:=
51 - dev-cpp/gtkmm:3.0=
52 - dev-libs/libconfig:=[cxx]
53 - dev-libs/libsigc++:2=
54 - dev-libs/libxml2:2=
55 - media-libs/libnsgif
56 - net-misc/curl
57 - x11-libs/gtk+:3
58 - gnome-keyring? ( app-crypt/libsecret )
59 - gstreamer? (
60 - media-libs/gst-plugins-bad:1.0
61 - media-libs/gstreamer:1.0
62 - )
63 - plugins? ( dev-libs/libpeas )
64 - rar? ( app-arch/unrar:= )
65 - ssl? (
66 - gnutls? (
67 - dev-libs/libgcrypt:=
68 - net-libs/gnutls:=
69 - net-misc/curl[curl_ssl_gnutls]
70 - )
71 - !gnutls? (
72 - dev-libs/openssl:=
73 - net-misc/curl[curl_ssl_openssl]
74 - )
75 - )
76 - zip? ( dev-libs/libzip )
77 -"
78 -RDEPEND="${DEPEND}
79 - gstreamer? (
80 - media-libs/gst-plugins-base:1.0[X]
81 - media-libs/gst-plugins-good:1.0
82 - || (
83 - media-plugins/gst-plugins-vpx
84 - media-plugins/gst-plugins-libav
85 - )
86 - )"
87 -
88 -# In future (-beta), pull https://github.com/ahodesuka/ahoviewer-plugins
89 -# directly via SRC_URI="plugins? ( )", or add as a separate package. It
90 -# depends on how the plugins are handled.
91 -#PDEPEND="plugins? ( x11-misc/ahoviewer-plugins )"
92 -
93 -S="${WORKDIR}/ahoviewer-${MY_PV}"
94 -
95 -src_prepare() {
96 - default
97 -
98 - # Hopefully related to beta/git, incomplete release.
99 - cat <<- EOF > src/version.h || die
100 - #ifndef _VERSION_H_
101 - #define AHOVIEWER_VERSION "${MY_PV}"
102 - extern const char *const ahoviewer_version;
103 - #endif // _VERSION_H_
104 - EOF
105 -}
106 -
107 -src_configure() {
108 - local emesonargs=(
109 - $(meson_feature gnome-keyring libsecret)
110 - $(meson_feature gstreamer)
111 - $(meson_feature plugins libpeas)
112 - $(meson_feature rar libunrar)
113 - $(meson_feature zip libzip)
114 - )
115 -
116 - meson_src_configure
117 -}
118
119 diff --git a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20211126.ebuild b/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20211126.ebuild
120 deleted file mode 100644
121 index 881b2ea5efd6..000000000000
122 --- a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20211126.ebuild
123 +++ /dev/null
124 @@ -1,81 +0,0 @@
125 -# Copyright 2022 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=8
129 -
130 -inherit meson xdg
131 -
132 -MY_COMMIT="92f2b2f57c8a6ebf0d10cb95bfc9b685bf98be5c"
133 -
134 -DESCRIPTION="A GTK image viewer, manga reader, and booru browser"
135 -HOMEPAGE="https://github.com/ahodesuka/ahoviewer"
136 -SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
137 -
138 -LICENSE="MIT"
139 -SLOT="0"
140 -KEYWORDS="amd64 x86"
141 -IUSE="gnome-keyring gnutls +gstreamer plugins +rar +ssl +zip"
142 -
143 -DEPEND="dev-cpp/atkmm:0
144 - dev-cpp/glibmm:2
145 - dev-cpp/gtkmm:3.0
146 - dev-cpp/pangomm:1.4
147 - dev-libs/glib:2
148 - dev-libs/libconfig:=[cxx]
149 - dev-libs/libsigc++:2
150 - dev-libs/libxml2:2
151 - media-libs/libnsgif
152 - net-misc/curl
153 - x11-libs/gdk-pixbuf:2
154 - x11-libs/gtk+:3
155 - gnome-keyring? ( app-crypt/libsecret )
156 - gstreamer? (
157 - media-libs/gst-plugins-bad:1.0
158 - media-libs/gstreamer:1.0
159 - )
160 - plugins? (
161 - dev-libs/gobject-introspection
162 - dev-libs/libpeas
163 - )
164 - rar? ( app-arch/unrar:= )
165 - ssl? (
166 - gnutls? (
167 - dev-libs/libgcrypt:=
168 - net-libs/gnutls:=
169 - net-misc/curl[curl_ssl_gnutls]
170 - )
171 - !gnutls? (
172 - dev-libs/openssl:=
173 - net-misc/curl[curl_ssl_openssl]
174 - )
175 - )
176 - zip? ( dev-libs/libzip:= )
177 -"
178 -RDEPEND="${DEPEND}
179 - gstreamer? (
180 - media-libs/gst-plugins-base:1.0[X]
181 - media-libs/gst-plugins-good:1.0
182 - || (
183 - media-plugins/gst-plugins-vpx
184 - media-plugins/gst-plugins-libav
185 - )
186 - )"
187 -
188 -# In future (-beta), pull https://github.com/ahodesuka/ahoviewer-plugins
189 -# directly via SRC_URI="plugins? ( )", or add as a separate package. It
190 -# depends on how the plugins are handled.
191 -#PDEPEND="plugins? ( x11-misc/ahoviewer-plugins )"
192 -
193 -S="${WORKDIR}/ahoviewer-${MY_COMMIT}"
194 -
195 -src_configure() {
196 - local emesonargs=(
197 - $(meson_feature gnome-keyring libsecret)
198 - $(meson_feature gstreamer)
199 - $(meson_feature plugins libpeas)
200 - $(meson_feature rar libunrar)
201 - $(meson_feature zip libzip)
202 - )
203 -
204 - meson_src_configure
205 -}