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/din/
Date: Fri, 25 Aug 2023 06:00:27 +0000 (UTC)	[thread overview]
Message-ID: <1692943221.92c6afff9e36fcee898908674972255bc29db1d6.fordfrog@gentoo> (raw)

commit:     92c6afff9e36fcee898908674972255bc29db1d6
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 06:00:02 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 06:00:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c6afff

media-sound/din: dropped obsolete 56

Bug: https://bugs.gentoo.org/912937
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/din/Manifest      |  1 -
 media-sound/din/din-56.ebuild | 57 -------------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/media-sound/din/Manifest b/media-sound/din/Manifest
index 23fbf2b965d8..22c6d19cf8a5 100644
--- a/media-sound/din/Manifest
+++ b/media-sound/din/Manifest
@@ -1,2 +1 @@
-DIST din-56.tar.gz 3716779 BLAKE2B 3fc2af445ef5cfa7a3ec56f841e62baf1832573a0ef085855f2f875961e8be24d43881c3394a39dbc5c3524a1d1c0033ac57ffa0b5487cadc1a189f9f49108b4 SHA512 2e3e985abec9f0f097d51fb4cff5e991c5f80091586c0a4c47533c623dc9c13bae6b7f8a3d18bed1fc150e6527482b4ae03a9d1d9c444ae92b88204892ce7e04
 DIST din-57.tar.gz 3693381 BLAKE2B b9e56c067830f3e164ac6e3e2d7a189569d5abf25ca3281491ad3ed29155a6e85fef5d7d4336d918104df3a8156f60c61294856665e775a8ef3c593bd17f08b7 SHA512 03dfa45fb8c58f3f8dc739ec3c4c31029c544d9f0b1cf3dbae61643e5accd951ad65ebf19c078bfb1d30d3a8ccea7ffec2f1cb44f38bab1b07cfd2071361590c

diff --git a/media-sound/din/din-56.ebuild b/media-sound/din/din-56.ebuild
deleted file mode 100644
index 2ffd08cbd108..000000000000
--- a/media-sound/din/din-56.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools edos2unix xdg
-
-DESCRIPTION="a software musical instrument and audio synthesizer"
-HOMEPAGE="https://dinisnoise.org/"
-SRC_URI="https://archive.org/download/dinisnoise_source_code/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+alsa jack"
-
-RDEPEND="
-	dev-lang/tcl:0=
-	media-libs/libsdl:=
-	virtual/glu
-	virtual/opengl
-	alsa? ( media-libs/alsa-lib )
-	jack? ( virtual/jack )
-"
-DEPEND="
-	${RDEPEND}
-	dev-libs/boost
-"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-REQUIRED_USE="|| ( alsa jack )"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-55-makefile.patch"
-	"${FILESDIR}/${PN}-48-fix-random-constants.patch"
-)
-
-src_prepare() {
-	default
-
-	edos2unix pixmaps/${PN}.desktop
-
-	use jack && (sed -i "s/-lasound/-ljack/g" src/Makefile.am || die "Failed to fix jack linking")
-
-	eautoreconf
-}
-
-src_configure() {
-	# Jack takes over alsa.
-	local sound_engine
-
-	use jack && sound_engine="UNIX_JACK" || sound_engine="LINUX_ALSA"
-
-	econf CXXFLAGS="${CXXFLAGS} -D__${sound_engine}__"
-}


             reply	other threads:[~2023-08-25  6:00 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25  6:00 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-05  4:48 [gentoo-commits] repo/gentoo:master commit in: media-sound/din/ Sam James
2024-02-14 16:44 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-07-24  7:50 Miroslav Šulc
2023-01-27  8:39 Miroslav Šulc
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2022-12-26  8:03 Miroslav Šulc
2022-11-11  3:50 Sam James
2022-11-11  3:50 Sam James
2022-05-25  8:09 Miroslav Šulc
2022-05-25  7:10 Jakov Smolić
2022-05-25  7:10 Jakov Smolić
2022-04-25  5:46 Miroslav Šulc
2022-03-24 18:30 Miroslav Šulc
2022-03-24  8:01 Jakov Smolić
2022-03-24  8:01 Jakov Smolić
2022-03-16 16:10 Miroslav Šulc
2022-03-16 11:19 Jakov Smolić
2022-03-16 11:19 Jakov Smolić
2022-02-21  9:30 Miroslav Šulc
2022-02-13  8:42 Miroslav Šulc
2022-01-11  9:35 Jakov Smolić
2022-01-11  9:35 Jakov Smolić
2021-10-28 14:03 Agostino Sarubbo
2021-10-27 22:33 Sam James
2021-06-15  6:53 Miroslav Šulc
2021-06-15  5:25 Sam James
2021-06-15  3:48 Sam James
2021-05-01  5:38 Miroslav Šulc
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-04-18 13:39 Miroslav Šulc
2021-04-13  9:14 Miroslav Šulc
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-03-31  8:51 Miroslav Šulc
2021-03-13 11:23 Miroslav Šulc
2020-12-20 19:07 Thomas Deutschmann
2020-10-14 19:22 Agostino Sarubbo
2020-10-14 19:08 Agostino Sarubbo
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 13:09 Agostino Sarubbo
2020-06-04  9:06 David Seifert
2020-03-18 14:15 Miroslav Šulc
2020-03-18 11:04 Agostino Sarubbo
2020-03-17 16:01 Agostino Sarubbo
2020-02-11 23:28 Miroslav Šulc
2020-02-11 10:54 Agostino Sarubbo
2020-02-08 13:50 Mikle Kolyada
2020-01-17  3:30 Tim Harder
2019-12-17 21:06 Miroslav Šulc

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=1692943221.92c6afff9e36fcee898908674972255bc29db1d6.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