public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/
Date: Sat, 25 Aug 2018 21:30:56 +0000 (UTC)	[thread overview]
Message-ID: <1535232591.9d44cadbabd7179b721ab7151318ea298045cb91.asturm@gentoo> (raw)

commit:     9d44cadbabd7179b721ab7151318ea298045cb91
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 18:53:23 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 21:29:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d44cadb

media-libs/lv2: Drop old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-libs/lv2/Manifest             |  2 --
 media-libs/lv2/lv2-1.10.0-r1.ebuild | 47 ------------------------------------
 media-libs/lv2/lv2-1.12.0.ebuild    | 48 -------------------------------------
 media-libs/lv2/lv2-1.14.0.ebuild    | 48 -------------------------------------
 4 files changed, 145 deletions(-)

diff --git a/media-libs/lv2/Manifest b/media-libs/lv2/Manifest
index 70da77124a7..18a19362a84 100644
--- a/media-libs/lv2/Manifest
+++ b/media-libs/lv2/Manifest
@@ -1,3 +1 @@
-DIST lv2-1.10.0.tar.bz2 422018 BLAKE2B ea624a3be78da242bf4f4a79c6c33ddf473df1e4a861f3431b0eaabdd560b1e631825a5275bbb3fdb312e63c82aa0cc29b511e4af61d0076aab115d39c9dd87f SHA512 e7704101a3ef95a235e76fde862c94c605769c862e4ffd059e4059245f1a1402e4c2b0e7265797fefb5cfc67d3724c815acf6ef3a31d5eab52162a62a303ee5c
-DIST lv2-1.12.0.tar.bz2 399666 BLAKE2B 6a28f9b2971c6f3077859fdcd097ebada445a607bdd2d410459c410d67c065daefe666b02f45b1d9169a4bd72e72a82de7046e8edc080c079ecd11d230339470 SHA512 acc5e05eeeb5291fe5b64e30b5c00a6ef7136922fab7846efc05ccacdeff4d7714f705e632d5b3f6a5314cb3a7b847528fd717fc9ebb5d6f39653c53ac261f85
 DIST lv2-1.14.0.tar.bz2 386438 BLAKE2B e09e6c2b1bbf24d5896e7803b970fd8877a5b6a9ded0fcf294561c365d5f0b2e89503c0306b02dd956f7ac6ebd9df4ca0c0a17564ef3851443d81847dd41b261 SHA512 6991d848ed9f04a48ca3070efc15af83431f680aa8a8559a02b1666f7b8d43af8e089f78c3b14ad3345dac32fd1c8ad0faf3a3f56dddc07c6f0e0aeef4077498

diff --git a/media-libs/lv2/lv2-1.10.0-r1.ebuild b/media-libs/lv2/lv2-1.10.0-r1.ebuild
deleted file mode 100644
index d1f7405952a..00000000000
--- a/media-libs/lv2/lv2-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,47 +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-single-r1 waf-utils
-
-DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
-HOMEPAGE="http://lv2plug.in/"
-SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86"
-IUSE="doc plugins"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
-RDEPEND="${DEPEND}
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	dev-python/rdflib[${PYTHON_USEDEP}]
-	!<media-libs/slv2-0.4.2
-	!media-libs/lv2core
-	!media-libs/lv2-ui"
-DEPEND="${DEPEND}
-	plugins? ( virtual/pkgconfig )
-	doc? ( app-doc/doxygen dev-python/rdflib )"
-DOCS=( "README" "NEWS" )
-
-src_configure() {
-	waf-utils_src_configure \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
-		$(use plugins || echo " --no-plugins") \
-		$(use doc     && echo " --docs"      )
-}
-
-src_install() {
-	waf-utils_src_install
-
-	python_fix_shebang "${D}"
-}

diff --git a/media-libs/lv2/lv2-1.12.0.ebuild b/media-libs/lv2/lv2-1.12.0.ebuild
deleted file mode 100644
index c3b77a3eadf..00000000000
--- a/media-libs/lv2/lv2-1.12.0.ebuild
+++ /dev/null
@@ -1,48 +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-single-r1 waf-utils multilib
-
-DESCRIPTION="A simple but extensible successor of LADSPA"
-HOMEPAGE="http://lv2plug.in/"
-SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="doc plugins"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
-RDEPEND="${DEPEND}
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	dev-python/rdflib[${PYTHON_USEDEP}]
-	!<media-libs/slv2-0.4.2
-	!media-libs/lv2core
-	!media-libs/lv2-ui"
-DEPEND="${DEPEND}
-	plugins? ( virtual/pkgconfig )
-	doc? ( app-doc/doxygen dev-python/rdflib )"
-DOCS=( "README.md" "NEWS" )
-
-src_configure() {
-	waf-utils_src_configure \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
-		--lv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2 \
-		$(use plugins || echo " --no-plugins") \
-		$(use doc     && echo " --docs"      )
-}
-
-src_install() {
-	waf-utils_src_install
-
-	python_fix_shebang "${D}"
-}

diff --git a/media-libs/lv2/lv2-1.14.0.ebuild b/media-libs/lv2/lv2-1.14.0.ebuild
deleted file mode 100644
index a3c3d0d5e89..00000000000
--- a/media-libs/lv2/lv2-1.14.0.ebuild
+++ /dev/null
@@ -1,48 +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,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-single-r1 waf-utils multilib
-
-DESCRIPTION="A simple but extensible successor of LADSPA"
-HOMEPAGE="http://lv2plug.in/"
-SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 x86"
-IUSE="doc plugins"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
-RDEPEND="${DEPEND}
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	dev-python/rdflib[${PYTHON_USEDEP}]
-	!<media-libs/slv2-0.4.2
-	!media-libs/lv2core
-	!media-libs/lv2-ui"
-DEPEND="${DEPEND}
-	plugins? ( virtual/pkgconfig )
-	doc? ( app-doc/doxygen dev-python/rdflib )"
-DOCS=( "README.md" "NEWS" )
-
-src_configure() {
-	waf-utils_src_configure \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
-		--lv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2 \
-		$(use plugins || echo " --no-plugins") \
-		$(use doc     && echo " --docs"      )
-}
-
-src_install() {
-	waf-utils_src_install
-
-	python_fix_shebang "${D}"
-}


             reply	other threads:[~2018-08-25 21:31 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-25 21:30 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/ Sam James
2024-09-06 15:26 Arthur Zamarin
2024-05-28 17:01 Sam James
2024-05-28 13:19 Sam James
2024-05-28 13:19 Sam James
2024-05-28 12:29 Michał Górny
2023-05-16  4:12 Sam James
2023-05-04 11:21 Sam James
2023-05-04 11:21 Sam James
2023-03-24 14:29 Arthur Zamarin
2023-03-24  6:02 Sam James
2023-03-24  6:02 Sam James
2023-03-24  6:02 Sam James
2023-03-24  6:02 Sam James
2023-03-24  6:02 Sam James
2023-03-24  5:44 Miroslav Šulc
2023-03-14  6:41 Miroslav Šulc
2022-10-19 10:07 WANG Xuerui
2022-10-02  7:35 Miroslav Šulc
2022-09-28  4:38 Miroslav Šulc
2022-09-27  7:07 Agostino Sarubbo
2022-09-27  6:07 Jakov Smolić
2022-09-27  6:07 Jakov Smolić
2022-09-27  6:05 Jakov Smolić
2022-09-27  6:05 Jakov Smolić
2022-09-27  6:00 Arthur Zamarin
2022-08-27 11:17 Sam James
2022-08-27 11:17 Sam James
2022-08-23 19:31 Miroslav Šulc
2022-08-15  5:52 Miroslav Šulc
2022-07-30 11:32 Miroslav Šulc
2022-07-21  3:39 Miroslav Šulc
2022-05-29  6:35 Miroslav Šulc
2022-05-01 17:16 Arthur Zamarin
2021-08-24 21:02 Marek Szuba
2021-02-17  9:40 Miroslav Šulc
2021-02-15  6:03 Sam James
2021-02-14 14:53 Sam James
2021-02-09  6:15 Sam James
2021-02-08 17:26 Sam James
2021-02-08 17:25 Sam James
2021-01-08 12:32 Miroslav Šulc
2020-07-22  7:07 Miroslav Šulc
2020-07-17  7:44 Agostino Sarubbo
2020-07-17  7:40 Agostino Sarubbo
2020-07-17  7:21 Agostino Sarubbo
2020-07-15 12:19 Sam James
2020-07-11 19:55 Sergei Trofimovich
2020-07-10 12:09 Sam James
2020-06-20 10:34 Miroslav Šulc
2020-06-10  7:53 Miroslav Šulc
2020-06-10  7:19 Miroslav Šulc
2020-06-04  9:06 David Seifert
2020-04-13 13:05 Sergei Trofimovich
2020-04-01 21:01 Mart Raudsepp
2020-02-10 12:12 Michał Górny
2020-02-09 16:29 Michał Górny
2020-01-27 12:29 Mikle Kolyada
2020-01-20 22:11 Sergei Trofimovich
2020-01-17 12:25 Agostino Sarubbo
2020-01-17 10:45 Agostino Sarubbo
2020-01-17 10:27 Agostino Sarubbo
2020-01-17  9:33 Agostino Sarubbo
2020-01-17  9:29 Agostino Sarubbo
2019-12-14 13:01 Miroslav Šulc
2019-09-14  5:03 Matt Turner
2019-06-20 18:04 Sergei Trofimovich
2019-06-06  6:46 Agostino Sarubbo
2019-05-26 11:10 Mikle Kolyada
2019-05-24 20:18 Sergei Trofimovich
2019-05-21 21:50 Aaron Bauman
2019-02-18 19:24 Alexis Ballier
2018-12-23  3:25 Matt Turner
2018-07-22  1:55 Mikle Kolyada
2018-05-17 13:52 Thomas Deutschmann
2018-05-05 12:52 Sergei Trofimovich
2018-05-01 11:47 Jeroen Roovers
2018-03-30 17:26 Sergei Trofimovich
2018-03-29  6:17 Sergei Trofimovich
2017-12-21  7:39 Matt Thode
2017-12-20 23:22 Matt Thode
2017-07-12 14:43 Pacho Ramos
2017-06-15 14:23 Anthony G. Basile
2017-04-28 13:22 Agostino Sarubbo
2017-04-27 10:14 Agostino Sarubbo
2017-04-23 11:29 David Seifert
2017-02-17 20:24 Michał Górny
2016-11-30  9:25 Alexis Ballier

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=1535232591.9d44cadbabd7179b721ab7151318ea298045cb91.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