public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/
Date: Sat,  8 Jan 2022 13:11:07 +0000 (UTC)	[thread overview]
Message-ID: <1641647461.0476c21f45414053a1441f4f2b9ed2fdebbd55de.fordfrog@gentoo> (raw)

commit:     0476c21f45414053a1441f4f2b9ed2fdebbd55de
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 13:11:01 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 13:11:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0476c21f

media-sound/hydrogen: removed obsolete 1.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/hydrogen/Manifest              |  1 -
 media-sound/hydrogen/hydrogen-1.1.0.ebuild | 97 ------------------------------
 2 files changed, 98 deletions(-)

diff --git a/media-sound/hydrogen/Manifest b/media-sound/hydrogen/Manifest
index 810d363dc00a..d3456f839b5d 100644
--- a/media-sound/hydrogen/Manifest
+++ b/media-sound/hydrogen/Manifest
@@ -1,3 +1,2 @@
 DIST hydrogen-1.0.2.tar.gz 11533410 BLAKE2B a4210e666b11e173eb0e02728f601ac9811941b558096ae76f3ad45b91c5db1ff942cddd536a50f8f2f456871d69f3a6c52d53c926f4547f13783ccbb4fc250d SHA512 7466b7ef1da4a078d67e1cab8744b2e0c3c048bb55e1febd22023c591ed9e2bf1cea41adc38a775a2ac60978735517a92df404d5ca8bb13603ea68c8da70daa9
-DIST hydrogen-1.1.0.tar.gz 11413446 BLAKE2B 8008336d2199bf36d9efca8875217e4a5f3d66c0274e25334525292e7864ca1dc4da75f86cbba981dfdbc19a3dbafebff503ce1ef597adae56fc467b44611a19 SHA512 116380be03f03a9294e278be5c7ede90fe088f21bf31db46a5e5df2684d11676e518200e6c4a187063c769f5b97950af9602b9b2694ca37788f73a2666265cc8
 DIST hydrogen-1.1.1.tar.gz 11417837 BLAKE2B 52f6f61fc6e247875688dcea2290d92eb7bc85910620f0adcb52506d587b02dcaec6e2ecb72c77cf4eb3134534c75fc64bc4dd76a63f886cc6ea07d9b8812089 SHA512 c5e6bd713a0f9ef3b30bf0ae00bc41fea7494c20342c14c9f41ec05d1fdd3be721ffc3ff92bacd011e3b39a68022ea04daf55e60d334f64a00abef17d892cd37

diff --git a/media-sound/hydrogen/hydrogen-1.1.0.ebuild b/media-sound/hydrogen/hydrogen-1.1.0.ebuild
deleted file mode 100644
index 99394f5d5f81..000000000000
--- a/media-sound/hydrogen/hydrogen-1.1.0.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Advanced drum machine"
-HOMEPAGE="http://www.hydrogen-music.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}-music/${PN}"
-else
-	MY_PV=${PV/_/-}
-	SRC_URI="https://github.com/${PN}-music/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ppc ppc64 x86"
-	S="${WORKDIR}"/${PN}-${MY_PV}
-fi
-
-LICENSE="GPL-2 ZLIB"
-SLOT="0"
-IUSE="alsa +archive doc jack ladspa lash osc oss portaudio portmidi pulseaudio"
-
-REQUIRED_USE="lash? ( alsa )"
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-CDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	dev-qt/qtxmlpatterns:5
-	>=media-libs/libsndfile-1.0.18
-	alsa? ( media-libs/alsa-lib )
-	archive? ( app-arch/libarchive )
-	!archive? ( >=dev-libs/libtar-1.2.11-r3 )
-	doc? ( dev-texlive/texlive-fontutils )
-	jack? ( virtual/jack )
-	ladspa? ( media-libs/liblrdf )
-	lash? ( media-sound/lash )
-	osc? ( media-libs/liblo )
-	portaudio? ( media-libs/portaudio )
-	portmidi? ( media-libs/portmidi )
-	pulseaudio? ( media-sound/pulseaudio )
-"
-DEPEND="
-	${CDEPEND}
-	dev-qt/qttest:5
-"
-RDEPEND="${CDEPEND}"
-
-DOCS=( AUTHORS ChangeLog DEVELOPERS README.txt )
-
-PATCHES=(
-	"${FILESDIR}/${P}-gnuinstalldirs.patch"
-)
-
-src_prepare() {
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWANT_ALSA=$(usex alsa)
-		-DWANT_CPPUNIT=OFF
-		-DWANT_DEBUG=OFF
-		-DWANT_JACK=$(usex jack)
-		-DWANT_LADSPA=$(usex ladspa)
-		-DWANT_LASH=$(usex lash)
-		-DWANT_LIBARCHIVE=$(usex archive)
-		-DWANT_LRDF=$(usex ladspa)
-		-DWANT_OSC=$(usex osc)
-		-DWANT_OSS=$(usex oss)
-		-DWANT_PORTAUDIO=$(usex portaudio)
-		-DWANT_PORTMIDI=$(usex portmidi)
-		-DWANT_PULSEAUDIO=$(usex pulseaudio)
-		-DWANT_RUBBERBAND=OFF
-	)
-
-	cmake_src_configure
-}
-
-src_compile() {
-	cmake_src_compile
-	use doc && cmake_src_compile doc
-}
-
-src_install() {
-	use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
-	cmake_src_install
-}


             reply	other threads:[~2022-01-08 13:11 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 13:11 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 17:03 [gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/ Jakov Smolić
2025-01-07 17:03 Jakov Smolić
2025-01-07 17:03 Jakov Smolić
2025-01-07 17:03 Jakov Smolić
2024-12-07 13:39 Miroslav Šulc
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-10-14  9:06 Sam James
2023-09-25  7:00 Miroslav Šulc
2023-09-10  6:36 Miroslav Šulc
2023-07-16  6:00 Miroslav Šulc
2023-07-15 12:19 Arthur Zamarin
2023-07-08 21:44 Sam James
2023-07-08 21:44 Sam James
2023-07-08 19:24 Sam James
2023-06-19  6:47 Miroslav Šulc
2023-06-10 18:39 Andreas Sturmlechner
2023-06-09  7:04 Miroslav Šulc
2023-05-29 13:11 Andreas Sturmlechner
2023-05-10  5:25 Miroslav Šulc
2023-05-09 15:58 Sam James
2023-05-09 13:07 Sam James
2023-05-09 10:41 Jakov Smolić
2023-05-09 10:41 Jakov Smolić
2023-04-08 18:00 Miroslav Šulc
2023-04-08  6:00 Miroslav Šulc
2023-04-01 10:11 Miroslav Šulc
2022-12-18 15:50 Andreas Sturmlechner
2022-01-07 15:30 Sam James
2022-01-07  9:38 Jakov Smolić
2022-01-06 21:02 Arthur Zamarin
2022-01-06 13:04 Sam James
2021-12-06 11:11 Miroslav Šulc
2021-12-06  9:38 Miroslav Šulc
2021-10-16 22:13 Sam James
2021-10-16 22:04 Sam James
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-05-14  7:53 Miroslav Šulc
2021-05-14  6:42 Agostino Sarubbo
2021-05-13 16:44 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-04-12  8:25 Miroslav Šulc
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-09-07 14:54 Thomas Deutschmann
2020-09-04  7:51 Miroslav Šulc
2020-07-20  7:32 Miroslav Šulc
2020-07-19  7:38 Agostino Sarubbo
2020-07-19  7:38 Agostino Sarubbo
2020-07-17 15:17 Agostino Sarubbo
2020-07-17 15:05 Agostino Sarubbo
2020-07-17 11:56 Miroslav Šulc
2020-05-13  8:47 Miroslav Šulc
2020-05-11 11:38 Agostino Sarubbo
2020-05-07 15:58 Agostino Sarubbo
2020-05-06  9:02 Miroslav Šulc
2020-05-06  7:18 Sergei Trofimovich
2019-02-17 12:39 Andreas Sturmlechner
2018-03-18 12:28 Mikle Kolyada
2018-03-18  0:40 Thomas Deutschmann
2018-03-18  0:20 Sergei Trofimovich
2018-03-13  9:57 Andreas Sturmlechner
2017-06-18 16:42 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=1641647461.0476c21f45414053a1441f4f2b9ed2fdebbd55de.fordfrog@gentoo \
    --to=fordfrog@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