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-sound/wildmidi/
Date: Mon, 19 Dec 2022 14:47:07 +0000 (UTC)	[thread overview]
Message-ID: <1671461097.b41c933297815ced63dbd9b3dbd93938358572a4.asturm@gentoo> (raw)

commit:     b41c933297815ced63dbd9b3dbd93938358572a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:12:24 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:44:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41c9332

media-sound/wildmidi: drop 0.4.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/wildmidi/Manifest              |  1 -
 media-sound/wildmidi/wildmidi-0.4.3.ebuild | 59 ------------------------------
 2 files changed, 60 deletions(-)

diff --git a/media-sound/wildmidi/Manifest b/media-sound/wildmidi/Manifest
index 410e1850e505..ce7887439414 100644
--- a/media-sound/wildmidi/Manifest
+++ b/media-sound/wildmidi/Manifest
@@ -1,2 +1 @@
-DIST wildmidi-0.4.3.tar.gz 196750 BLAKE2B 580903dd1e7dc61193b593f3706d5070ae5cf26394919f8d632098aa0dda14d8d65631c902a6a01d02d046e639df4d66727849954b5d6f76dba8d12235e20b8d SHA512 7e86e998ee97cdf57328e4cf5ef52a64926fd01999879c0eae5b6c823be4e6d116f7026230bd15d209e6616fbc7ba1c29ebd1f3be04735e341ce5c83298f956f
 DIST wildmidi-0.4.4.tar.gz 197597 BLAKE2B 5f5b11bec70b24b4798ac39d4d30420916609f3d65497ef88b48ef292f41d0cc81cc8d9c8c47ffc68705d6297a9ce55ef5d7ebdf63f8c18b8b0f7982c1f60bfc SHA512 5b74ee83f1d7ce3b45d2f996aaa30ec6e7d7808eab294a3eaf6fcef77443523df1f54bb0fb1b3105edd0d72d75885fda1a2e97c68defb5bbd687bda5077d3454

diff --git a/media-sound/wildmidi/wildmidi-0.4.3.ebuild b/media-sound/wildmidi/wildmidi-0.4.3.ebuild
deleted file mode 100644
index af143f999127..000000000000
--- a/media-sound/wildmidi/wildmidi-0.4.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="MIDI processing library and player using the GUS patch set"
-HOMEPAGE="http://www.mindwerks.net/projects/wildmidi/"
-SRC_URI="https://github.com/Mindwerks/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3+ LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
-IUSE="+alsa openal oss +player"
-
-DEPEND="
-	player? (
-		alsa? ( media-libs/alsa-lib )
-		openal? ( media-libs/openal )
-	)
-"
-RDEPEND="${DEPEND}
-	media-sound/timidity-freepats
-"
-
-REQUIRED_USE="player? ( ^^ ( alsa oss openal ) )"
-
-DOC_CONTENTS="${PN} is using timidity-freepats for midi playback.
-	A default configuration file was placed on /etc/${PN}/${PN}.cfg.
-	For more information please read the ${PN}.cfg manpage."
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	cmake_src_prepare
-	# Fix location of media-sound/timidity-freepats
-	# See #749759
-	sed -i -e "s:midi/freepats:timidity/freepats:" cfg/wildmidi.cfg || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DWANT_ALSA=$(usex alsa)
-		-DWANT_OPENAL=$(usex openal)
-		-DWANT_OSS=$(usex oss)
-		-DWANT_PLAYER=$(usex player)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	insinto /etc/${PN}/
-	doins cfg/wildmidi.cfg
-
-	readme.gentoo_create_doc
-}


             reply	other threads:[~2022-12-19 14:47 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 14:47 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21  0:32 [gentoo-commits] repo/gentoo:master commit in: media-sound/wildmidi/ Sam James
2024-07-21  0:32 Sam James
2024-07-21  0:32 Sam James
2024-07-20 22:46 Sam James
2024-07-20 22:34 Sam James
2024-04-11 22:16 Yixun Lan
2023-02-03 21:43 Andreas Sturmlechner
2023-02-02 19:00 Arthur Zamarin
2023-02-02 12:58 Sam James
2023-02-02 12:58 Sam James
2023-02-02 12:54 Sam James
2023-02-02 12:54 Sam James
2023-01-27  7:33 Joonas Niilola
2022-12-10 10:02 James Le Cuirot
2021-09-02 10:04 Yixun Lan
2021-08-23 22:16 Agostino Sarubbo
2021-08-23  0:39 Sam James
2021-08-22  5:15 Agostino Sarubbo
2021-08-22  5:14 Agostino Sarubbo
2021-08-22  5:14 Agostino Sarubbo
2021-03-31  7:40 Joonas Niilola
2021-02-14 20:04 Andreas Sturmlechner
2020-12-13  8:51 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-03  9:25 Joonas Niilola
2020-12-03  9:25 Joonas Niilola
2018-09-30 15:39 Andreas Sturmlechner
2018-09-19 17:41 Markus Meier
2018-08-25 18:55 Sergei Trofimovich
2018-08-25 18:25 Sergei Trofimovich
2018-08-24  3:39 Mikle Kolyada
2018-08-24  1:40 Thomas Deutschmann
2018-08-22 21:06 Andreas Sturmlechner

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=1671461097.b41c933297815ced63dbd9b3dbd93938358572a4.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