From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/
Date: Thu, 23 Nov 2017 16:35:09 +0000 (UTC) [thread overview]
Message-ID: <1511454875.d14a591213d3fcdffa2559fd1daa5c30f1751de3.asturm@gentoo> (raw)
commit: d14a591213d3fcdffa2559fd1daa5c30f1751de3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 18:07:00 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 16:34:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14a5912
media-libs/suil: Drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
media-libs/suil/Manifest | 2 --
media-libs/suil/suil-0.8.2.ebuild | 41 --------------------------------
media-libs/suil/suil-0.8.4.ebuild | 49 ---------------------------------------
3 files changed, 92 deletions(-)
diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index 87a02ad4465..54187d05b27 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1,3 +1 @@
DIST suil-0.10.0.tar.bz2 159059 SHA256 9895c531f80c7e89a2b4b47de589d73b70bf48db0b0cfe56e5d54237ea4b8848 SHA512 721b73d987c1712e82493386e5d71957002c8a713595fce4372f1a5eb306c64a559db1ca794cec96295f72e22a9c0e9193f9a68b7f5846f2db45ce16b253fbea WHIRLPOOL 47662ddcd46aac1276fb8d8848c6ff3c5c5885345f2edcb299997e8547f251ad06cdaff85e4ed46163fea1b6a5ef59d4dee85ac3b72ab3b4ed23ea440eed6957
-DIST suil-0.8.2.tar.bz2 141929 SHA256 787608c1e5b1f5051137dbf77c671266088583515af152b77b45e9c3a36f6ae8 SHA512 63141aa61a6501b735f38f597763b7190158db7b5bc06afd8989bddd70372d78de937820fa6751192aefaf415c417387426c1c1bdb666cf231f74a2c4c9f7e91 WHIRLPOOL e4aad86de286c29954aa53402cf7bd5c7d6c91c710b53738679ae361eadfa62c69481cdc94e6a4116a838d49f73bae11a7e849c116d95b5a0f57d9a57fdd5470
-DIST suil-0.8.4.tar.bz2 156375 SHA256 6ef2247eaeaf3b5d7fc7a2728bcbca797d40586111c954bbc9d80805211d51ce SHA512 45e59f9c16143094e9a4f27a9fdf5dc293bbab03473f39d8d2266ec7d93826b2790a77220ea665ae405a3a299ef25158c19076482f4b79e843eb97455e37c688 WHIRLPOOL 9298c13a4aa5e9b0919792921a098ac313a32a7aaebdad617cb0cc6167ff36c2d7f85980636dd39521be602c80becdb60ecd2d99a15b961960ea85c43914dbba
diff --git a/media-libs/suil/suil-0.8.2.ebuild b/media-libs/suil/suil-0.8.2.ebuild
deleted file mode 100644
index 98098e4d492..00000000000
--- a/media-libs/suil/suil-0.8.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
-HOMEPAGE="http://drobilla.net/software/suil/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gtk qt4"
-
-RDEPEND="media-libs/lv2
- gtk? ( x11-libs/gtk+:2 )
- qt4? ( dev-qt/qtgui:4 )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- doc? ( app-doc/doxygen )
- virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
- sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
- waf-utils_src_configure \
- "--mandir=${EPREFIX}/usr/share/man" \
- "--docdir=${EPREFIX}/usr/share/doc/${PF}" \
- $(use gtk || echo "--no-gtk") \
- $(use qt4 || echo "--no-qt") \
- $(use doc && echo "--docs")
-}
diff --git a/media-libs/suil/suil-0.8.4.ebuild b/media-libs/suil/suil-0.8.4.ebuild
deleted file mode 100644
index 6d7ed282eb7..00000000000
--- a/media-libs/suil/suil-0.8.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit flag-o-matic python-any-r1 waf-utils
-
-DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
-HOMEPAGE="http://drobilla.net/software/suil/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gtk qt5"
-
-RDEPEND=">=media-libs/lv2-1.12.0
- gtk? ( x11-libs/gtk+:2 )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- doc? ( app-doc/doxygen )
- virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
- default
- sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
- use qt5 && append-cxxflags -std=c++11
-
- # qt5 fails
- waf-utils_src_configure \
- --mandir="${EPREFIX}/usr/share/man" \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --no-qt4 \
- $(usex gtk '' --no-gtk) \
- $(usex qt5 '' --no-qt5) \
- $(usex doc --docs '')
-}
next reply other threads:[~2017-11-23 16:35 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-23 16:35 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 12:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/ Andreas Sturmlechner
2025-02-16 12:38 Andreas Sturmlechner
2025-02-16 12:38 Andreas Sturmlechner
2025-02-16 12:11 Sam James
2025-02-16 12:11 Sam James
2025-02-16 12:11 Sam James
2025-02-16 12:11 Sam James
2025-01-28 17:58 Andreas Sturmlechner
2025-01-21 7:46 Miroslav Šulc
2024-02-03 3:50 Ionen Wolkens
2024-01-03 22:11 Miroslav Šulc
2024-01-03 18:39 Arthur Zamarin
2024-01-03 6:58 Sam James
2024-01-03 6:58 Sam James
2024-01-03 6:58 Sam James
2023-10-24 18:26 Miroslav Šulc
2023-09-19 17:48 Arthur Zamarin
2023-09-06 18:43 WANG Xuerui
2023-05-13 0:43 Sam James
2023-05-04 11:21 Sam James
2023-01-27 1:25 Sam James
2023-01-27 1:25 Sam James
2022-11-04 7:24 Miroslav Šulc
2022-11-03 8:08 Agostino Sarubbo
2022-11-03 8:06 Agostino Sarubbo
2022-11-02 20:07 Sam James
2022-11-02 7:59 Arthur Zamarin
2022-10-02 8:07 Miroslav Šulc
2022-09-22 6:10 Miroslav Šulc
2022-09-21 12:27 Agostino Sarubbo
2022-09-21 12:23 Agostino Sarubbo
2022-09-21 5:58 Jakov Smolić
2022-09-21 5:58 Jakov Smolić
2022-09-18 13:34 Miroslav Šulc
2022-08-15 5:48 Miroslav Šulc
2022-07-31 6:45 Miroslav Šulc
2022-06-29 18:15 Miroslav Šulc
2022-06-29 7:56 Agostino Sarubbo
2022-06-29 7:55 Agostino Sarubbo
2022-06-29 7:54 Agostino Sarubbo
2022-06-29 7:52 Agostino Sarubbo
2022-05-29 6:35 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-09-22 14:30 Yixun Lan
2021-03-26 7:58 Miroslav Šulc
2021-03-26 7:50 Agostino Sarubbo
2021-03-17 1:04 Sam James
2021-03-17 1:04 Sam James
2021-03-15 16:18 Agostino Sarubbo
2021-02-24 18:27 Miroslav Šulc
2021-01-08 11:53 Miroslav Šulc
2020-11-13 8:56 Miroslav Šulc
2020-11-12 21:03 Thomas Deutschmann
2020-11-04 8:16 Sergei Trofimovich
2020-11-04 7:58 Sergei Trofimovich
2020-11-04 0:58 Sam James
2020-10-02 8:50 Miroslav Šulc
2020-09-13 8:44 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-07 7:35 Sergei Trofimovich
2020-09-07 7:31 Sergei Trofimovich
2020-08-06 2:35 Sam James
2020-01-22 0:21 Miroslav Šulc
2020-01-20 11:51 Agostino Sarubbo
2019-12-15 18:03 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-14 13:01 Miroslav Šulc
2017-10-11 5:51 Alexis Ballier
2017-04-24 10:52 Pacho Ramos
2017-04-23 11:29 David Seifert
2016-12-12 16:50 Lars Wendler
2016-12-12 8:41 Lars Wendler
2016-12-12 8:41 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511454875.d14a591213d3fcdffa2559fd1daa5c30f1751de3.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox