public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/
Date: Mon, 12 Dec 2016 08:41:10 +0000 (UTC)	[thread overview]
Message-ID: <1481532066.5150759acfabd666bc6d60ce01de074362328a6a.polynomial-c@gentoo> (raw)

commit:     5150759acfabd666bc6d60ce01de074362328a6a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 08:39:23 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 08:41:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5150759a

media-libs/suil: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/suil/Manifest          |  1 -
 media-libs/suil/suil-0.8.0.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index e3b3784..04f0eac 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1,3 +1,2 @@
-DIST suil-0.8.0.tar.bz2 138127 SHA256 f6d08797d07dd1f7a91f9cd04ac8814575cc4d90ff323972dd03ac1dd55bba78 SHA512 20b87f375b4e066d64f3b950ae8b137a2aa44b13a706c32e60f03e1179a0dac83395e44f0f3bc3e67822eab65c67f3c394caad8bda49048f0f5aa65e39bfd6ec WHIRLPOOL 52baa1496afc57daeb3fa3602bb6a8c5b693f68e258af59c88bc3a5f65cf8849e3146d4bc99e24c8fb78e8d7bc5a0d061ec05f32a9f8351922f5ea799a6405c2
 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.0.ebuild b/media-libs/suil/suil-0.8.0.ebuild
deleted file mode 100644
index ce3325c..00000000
--- a/media-libs/suil/suil-0.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit base 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}
-	doc? ( app-doc/doxygen )
-	virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-	sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-	# otherwise automagic
-	use gtk || sed -i -e 's/gtk+-2.0/DiSaBlEd/' wscript
-	use qt4 || sed -i -e 's/QtGui/DiSaBlEd/' wscript
-	waf-utils_src_configure \
-		"--mandir=${EPREFIX}/usr/share/man" \
-		"--docdir=${EPREFIX}/usr/share/doc/${PF}" \
-		$(use doc && echo "--docs")
-}


             reply	other threads:[~2016-12-12  8:41 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-12  8:41 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-12  8:41 [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/ Lars Wendler
2016-12-12 16:50 Lars Wendler
2017-04-23 11:29 David Seifert
2017-04-24 10:52 Pacho Ramos
2017-10-11  5:51 Alexis Ballier
2017-11-23 16:35 Andreas Sturmlechner
2019-12-14 13:01 Miroslav Šulc
2019-12-15 13:43 Agostino Sarubbo
2019-12-15 18:03 Agostino Sarubbo
2020-01-20 11:51 Agostino Sarubbo
2020-01-22  0:21 Miroslav Šulc
2020-08-06  2:35 Sam James
2020-09-07  7:31 Sergei Trofimovich
2020-09-07  7:35 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-13  8:44 Sergei Trofimovich
2020-10-02  8:50 Miroslav Šulc
2020-11-04  0:58 Sam James
2020-11-04  7:58 Sergei Trofimovich
2020-11-04  8:16 Sergei Trofimovich
2020-11-12 21:03 Thomas Deutschmann
2020-11-13  8:56 Miroslav Šulc
2021-01-08 11:53 Miroslav Šulc
2021-02-24 18:27 Miroslav Šulc
2021-03-15 16:18 Agostino Sarubbo
2021-03-17  1:04 Sam James
2021-03-17  1:04 Sam James
2021-03-26  7:50 Agostino Sarubbo
2021-03-26  7:58 Miroslav Šulc
2021-09-22 14:30 Yixun Lan
2021-12-18 11:58 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2022-05-29  6:35 Miroslav Šulc
2022-06-29  7:52 Agostino Sarubbo
2022-06-29  7:54 Agostino Sarubbo
2022-06-29  7:55 Agostino Sarubbo
2022-06-29  7:56 Agostino Sarubbo
2022-06-29 18:15 Miroslav Šulc
2022-07-31  6:45 Miroslav Šulc
2022-08-15  5:48 Miroslav Šulc
2022-09-18 13:34 Miroslav Šulc
2022-09-21  5:58 Jakov Smolić
2022-09-21  5:58 Jakov Smolić
2022-09-21 12:23 Agostino Sarubbo
2022-09-21 12:27 Agostino Sarubbo
2022-09-22  6:10 Miroslav Šulc
2022-10-02  8:07 Miroslav Šulc
2022-11-02  7:59 Arthur Zamarin
2022-11-02 20:07 Sam James
2022-11-03  8:06 Agostino Sarubbo
2022-11-03  8:08 Agostino Sarubbo
2022-11-04  7:24 Miroslav Šulc
2023-01-27  1:25 Sam James
2023-01-27  1:25 Sam James
2023-05-04 11:21 Sam James
2023-05-13  0:43 Sam James
2023-09-06 18:43 WANG Xuerui
2023-09-19 17:48 Arthur Zamarin
2023-10-24 18:26 Miroslav Šulc
2024-01-03  6:58 Sam James
2024-01-03  6:58 Sam James
2024-01-03  6:58 Sam James
2024-01-03 18:39 Arthur Zamarin
2024-01-03 22:11 Miroslav Šulc
2024-02-03  3:50 Ionen Wolkens

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=1481532066.5150759acfabd666bc6d60ce01de074362328a6a.polynomial-c@gentoo \
    --to=polynomial-c@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