public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/raul/
@ 2021-02-08  9:11 Miroslav Šulc
  0 siblings, 0 replies; only message in thread
From: Miroslav Šulc @ 2021-02-08  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8596d8c72f42a7409170b99f10b56c63d8616a55
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 09:10:36 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 09:10:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8596d8c7

media-libs/raul: dropped package

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/raul/Manifest                      |  2 -
 media-libs/raul/metadata.xml                  | 12 ------
 media-libs/raul/raul-1.0.0_pre20200718.ebuild | 56 ---------------------------
 media-libs/raul/raul-9999.ebuild              | 44 ---------------------
 profiles/package.mask                         |  6 ---
 5 files changed, 120 deletions(-)

diff --git a/media-libs/raul/Manifest b/media-libs/raul/Manifest
deleted file mode 100644
index 78e2e6ebd3d..00000000000
--- a/media-libs/raul/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST drobilla-autowaf.tar.bz2 305372 BLAKE2B 1457ceed5e80c5077ddacbfe14ef565865997440795800e1fe2dc9af0be9aee89f3a452de1af8c46d8b0e87475592417bf94b1ce1e1004dab7ee4b3b88ba36aa SHA512 324b0e431ee905619ff85d4f3b3c3ba644bb7c10abf89cc2b27af2f871f454c8010326d0c6cd9e7d72538d32a608f10dea5951ff29a8dde2aa9ba5c2e0567d87
-DIST raul-1.0.0_pre20200718.tar.bz2 58775 BLAKE2B 3383c5c2a1c4f1156137c90807bc70d0fb05d5d271855ea1490bc216df8f2036049aee0fc49309b22db9a82f19670eb2ec29900bb9766d0270f5ba0db60324d8 SHA512 33de61b47bb0bf9cd8ccc15ad3249ec76f3fe3ae9e0cb9af6a45ef6385b2b777af6f775abc00a1f7f7ad930291529a48cebddd455e54b8fe5887749dfb0b47a4

diff --git a/media-libs/raul/metadata.xml b/media-libs/raul/metadata.xml
deleted file mode 100644
index f87c0c1d7bd..00000000000
--- a/media-libs/raul/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>proaudio@gentoo.org</email>
-	<name>Gentoo ProAudio Project</name>
-</maintainer>
-<longdescription lang="en">
-	Raul (Realtime Audio Utility Library) is a C++ utility library primarily
-	aimed at audio/musical applications. 
-</longdescription>
-</pkgmetadata>

diff --git a/media-libs/raul/raul-1.0.0_pre20200718.ebuild b/media-libs/raul/raul-1.0.0_pre20200718.ebuild
deleted file mode 100644
index d95d8283970..00000000000
--- a/media-libs/raul/raul-1.0.0_pre20200718.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit waf-utils python-any-r1 eutils
-
-COMMIT="496e70e420811c7d744a8bcc44a2ac1b51b676b5"
-COMMIT_AUTOWAF="6c6c1d29bfe4c28dd26b5cde7ea4a1a148ee700d"
-
-DESCRIPTION="C++ utility library primarily aimed at audio/musical applications"
-HOMEPAGE="http://wiki.drobilla.net/Raul"
-SRC_URI="https://gitlab.com/drobilla/raul/-/archive/${COMMIT}.tar.bz2 -> ${P}.tar.bz2
-	https://gitlab.com/drobilla/autowaf/-/archive/${COMMIT_AUTOWAF}.tar.bz2 -> drobilla-autowaf.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/boost
-	dev-libs/glib"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-RAUL_TESTS="array_test build_test double_buffer_test maid_test path_test ringbuffer_test sem_test socket_test symbol_test thread_test time_test"
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-	default
-	rm -r "${S}/waflib" || die
-	ln -s "${WORKDIR}/autowaf-${COMMIT_AUTOWAF}" "${S}/waflib" || die
-}
-
-src_configure() {
-	waf-utils_src_configure \
-		$(use debug && echo "--debug") \
-		$(use doc && echo "--docs") \
-		$(use test && echo "--test")
-}
-
-src_test() {
-	cd "${S}/build/test" || die
-	for i in ${RAUL_TESTS} ; do
-		einfo "Running test ${i}"
-		LD_LIBRARY_PATH=.. ./${i} || die
-	done
-}

diff --git a/media-libs/raul/raul-9999.ebuild b/media-libs/raul/raul-9999.ebuild
deleted file mode 100644
index 3c51df5ccbc..00000000000
--- a/media-libs/raul/raul-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit waf-utils python-any-r1 eutils git-r3
-
-DESCRIPTION="C++ utility library primarily aimed at audio/musical applications"
-HOMEPAGE="http://wiki.drobilla.net/Raul"
-EGIT_REPO_URI="https://gitlab.com/drobilla/raul.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/boost
-	dev-libs/glib"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-RAUL_TESTS="array_test build_test double_buffer_test maid_test path_test ringbuffer_test sem_test socket_test symbol_test thread_test time_test"
-DOCS=( AUTHORS NEWS README )
-
-src_configure() {
-	waf-utils_src_configure \
-		$(use debug && echo "--debug") \
-		$(use doc && echo "--docs") \
-		$(use test && echo "--test")
-}
-
-src_test() {
-	cd "${S}/build/test" || die
-	for i in ${RAUL_TESTS} ; do
-		einfo "Running test ${i}"
-		LD_LIBRARY_PATH=.. ./${i} || die
-	done
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index e0b810cf36e..ffa7cf5b6bc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -160,12 +160,6 @@ x11-misc/rss-glx
 # Masked for removal in 30 days.
 kde-frameworks/kdesignerplugin
 
-# Miroslav Šulc <fordfrog@gentoo.org> (2021-01-09)
-# media-sound/patchage used to depend on it but the dependency
-# has been dropped in v1.0.0. There are no other packages in the tree
-# depending on it. Also having issues compiling it. Removal in 30 days.
-media-libs/raul
-
 # Brian Evans <grknight@gentoo.org> (2021-01-07)
 # PHP 7.2 is security vulnerable and end-of-life
 # Please upgrade to a newer slot


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-08  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-08  9:11 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/raul/ Miroslav Šulc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox