Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/
Date: Thu, 22 Sep 2022 06:10:26
Message-Id: 1663827015.12c4ca88186f3158d699c39b40017485446bfe71.fordfrog@gentoo
1 commit: 12c4ca88186f3158d699c39b40017485446bfe71
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 06:10:15 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 06:10:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c4ca88
7
8 media-libs/suil: dropped obsolete 0.10.12 & 0.10.14
9
10 Bug: https://bugs.gentoo.org/872125
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-libs/suil/Manifest | 2 --
14 media-libs/suil/suil-0.10.12.ebuild | 55 -----------------------------------
15 media-libs/suil/suil-0.10.14.ebuild | 58 -------------------------------------
16 3 files changed, 115 deletions(-)
17
18 diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
19 index 704e77dd7a2e..7c2877e7ee80 100644
20 --- a/media-libs/suil/Manifest
21 +++ b/media-libs/suil/Manifest
22 @@ -1,3 +1 @@
23 -DIST suil-0.10.12.tar.bz2 339666 BLAKE2B f70bbc18f5fa1a9263fe5c0a9241e966e124a855273bc6fe863375aef8505193e49b67d3b9d7ff6d4e4cf50cb6c2cb2b2d53dccab06005f82725e024cc8347d5 SHA512 f2b9ca36cc35d6b51c6e4ae144d61b1ba5e3b51113cca48d0535f6346ff918bdc7e299f0036ea1431c0ef59b1a02f1f4086a95db552d0a06bffb54567ab4a278
24 -DIST suil-0.10.14.tar.xz 33620 BLAKE2B 8ad873ade71ee6f5ba9c8560e116d8de86d8a919c24eed83ba2ff5fa5a968a4a30fdecb00c21c9f267eb22aadcef954872fab9122903826d812e3ad71c7bcd69 SHA512 fd44ac4dd465aa9e678d00cf9d7ca7ac1a18f1045e6d61c2f542a0bec7f8783230740f9a3a28d11b76cbee71cc7d4baa261112b83936a264083faeda9c02379e
25 DIST suil-0.10.16.tar.xz 33744 BLAKE2B 614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c SHA512 9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4
26
27 diff --git a/media-libs/suil/suil-0.10.12.ebuild b/media-libs/suil/suil-0.10.12.ebuild
28 deleted file mode 100644
29 index f5a16245b610..000000000000
30 --- a/media-libs/suil/suil-0.10.12.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{8..11} )
39 -PYTHON_REQ_USE='threads(+)'
40 -
41 -inherit python-any-r1 waf-utils
42 -
43 -DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
44 -HOMEPAGE="http://drobilla.net/software/suil/"
45 -SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
46 -
47 -LICENSE="ISC"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
50 -IUSE="doc gtk qt5"
51 -
52 -BDEPEND="
53 - virtual/pkgconfig
54 - doc? (
55 - app-doc/doxygen
56 - dev-python/sphinx
57 - dev-python/sphinx_lv2_theme
58 - )
59 -"
60 -CDEPEND="
61 - media-libs/lv2
62 - gtk? ( x11-libs/gtk+:2 )
63 - qt5? (
64 - dev-qt/qtcore:5
65 - dev-qt/qtgui:5
66 - )"
67 -RDEPEND="${CDEPEND}"
68 -DEPEND="
69 - ${CDEPEND}
70 - ${PYTHON_DEPS}
71 -"
72 -
73 -DOCS=( AUTHORS NEWS README.md )
74 -
75 -src_prepare() {
76 - default
77 - sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
78 -}
79 -
80 -src_configure() {
81 - waf-utils_src_configure \
82 - --mandir="${EPREFIX}/usr/share/man" \
83 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
84 - $(usex gtk '' --no-gtk) \
85 - $(usex qt5 '' --no-qt5) \
86 - $(usex doc --docs '')
87 -}
88
89 diff --git a/media-libs/suil/suil-0.10.14.ebuild b/media-libs/suil/suil-0.10.14.ebuild
90 deleted file mode 100644
91 index 951d4de5215c..000000000000
92 --- a/media-libs/suil/suil-0.10.14.ebuild
93 +++ /dev/null
94 @@ -1,58 +0,0 @@
95 -# Copyright 1999-2022 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=8
99 -
100 -PYTHON_COMPAT=( python3_{8..11} )
101 -PYTHON_REQ_USE='threads(+)'
102 -
103 -inherit meson python-any-r1
104 -
105 -DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
106 -HOMEPAGE="http://drobilla.net/software/suil/"
107 -SRC_URI="http://download.drobilla.net/${P}.tar.xz"
108 -
109 -LICENSE="ISC"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
112 -IUSE="doc gtk qt5"
113 -
114 -BDEPEND="
115 - virtual/pkgconfig
116 - doc? (
117 - app-doc/doxygen
118 - dev-python/sphinx
119 - dev-python/sphinx_lv2_theme
120 - )
121 -"
122 -CDEPEND="
123 - media-libs/lv2
124 - gtk? ( x11-libs/gtk+:2 )
125 - qt5? (
126 - dev-qt/qtcore:5
127 - dev-qt/qtgui:5
128 - )"
129 -RDEPEND="${CDEPEND}"
130 -DEPEND="
131 - ${CDEPEND}
132 - ${PYTHON_DEPS}
133 -"
134 -
135 -DOCS=( AUTHORS NEWS README.md )
136 -
137 -src_prepare() {
138 - default
139 -
140 - # fix doc installation path
141 - sed -iE "s%install_dir: docdir / 'suil-0',%install_dir: docdir / '${PF}',%g" doc/c/meson.build || die
142 -}
143 -
144 -src_configure() {
145 - local emesonargs=(
146 - $(meson_feature doc docs)
147 - $(meson_feature gtk gtk3)
148 - $(meson_feature qt5)
149 - )
150 -
151 - meson_src_configure
152 -}