From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amsynth/
Date: Sat, 18 May 2024 09:53:20 +0000 (UTC) [thread overview]
Message-ID: <1716025972.740899af5b1e3953e892eed9e363482fd435bc1b.fordfrog@gentoo> (raw)
commit: 740899af5b1e3953e892eed9e363482fd435bc1b
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 09:52:52 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 18 09:52:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740899af
media-sound/amsynth: dropped obsolete 1.13.2
Bug: https://bugs.gentoo.org/932085
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/amsynth/Manifest | 1 -
media-sound/amsynth/amsynth-1.13.2.ebuild | 64 -------------------------------
2 files changed, 65 deletions(-)
diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest
index a25f33ed839f..73d7bcab2672 100644
--- a/media-sound/amsynth/Manifest
+++ b/media-sound/amsynth/Manifest
@@ -1,3 +1,2 @@
-DIST amsynth-1.13.2.tar.gz 1621330 BLAKE2B 04f0b81e0a63f4f0bbd6b1dbc92c9ae638a46ad5e5b0bbaaf99cd7cf53761e3a599e6c15f303ea509e53e5aaf8d9040e17e783c8111abdf4fa4837dcd50092d1 SHA512 b93949d3be3c484a27534bd515b12a460aa07d353635b09ecee0e731bf27025b4bf4684e2968cf3a7887c765e1ad80a912fd86582c6f028738fa60df82a40f86
DIST amsynth-1.13.3.tar.gz 1641606 BLAKE2B 65c1bffa46f71f1fe9c89288da700348670575c59738f43f6b712ddb6555770677926fbac508dc11f7e34829bcb46f66cc850a651a2bcbeab3b63555aa4f2abd SHA512 b7d1592d6d4b06fa1d6b3892804433bde617d566044aad82c93d0e75af30ea04d07c3ed98cc9ff24c83efd4b829d109ecc4e7758d0a13127f7e6642ebb74c119
DIST amsynth-1.13.4.tar.gz 1641690 BLAKE2B 7041009e34f3b7b82db89d64e515fd542c1be06328317fdbabca6c3a8aea158e71d9372c83e65235b84cdd6c409d7f83830203418cdb49b195124a64668aceb7 SHA512 94da080036667cc89dd22c04cadc8993fa4ff534b0f009f84d374fa20d391928a3b104287e6c6856edbdb1e5d26daf2c730a73fc08734db8c7eb62c8f35cc129
diff --git a/media-sound/amsynth/amsynth-1.13.2.ebuild b/media-sound/amsynth/amsynth-1.13.2.ebuild
deleted file mode 100644
index cfa69f0933f4..000000000000
--- a/media-sound/amsynth/amsynth-1.13.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="Virtual analogue synthesizer"
-HOMEPAGE="https://github.com/amsynth/amsynth"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa dssi gtk jack lash lv2 nsm oss vst"
-
-REQUIRED_USE="dssi? ( gtk ) lv2? ( gtk ) vst? ( gtk )"
-
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
-"
-RDEPEND="
- alsa? (
- media-libs/alsa-lib:=
- media-sound/alsa-utils
- )
- dssi? (
- media-libs/dssi:=
- media-libs/liblo:=
- )
- gtk? (
- x11-libs/gtk+:2
- x11-libs/libX11
- )
- jack? ( virtual/jack )
- lash? ( media-sound/lash )
- lv2? ( media-libs/lv2 )
-"
-DEPEND="${RDEPEND}
- oss? ( virtual/os-headers )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.12.2-metadata.patch"
-)
-
-src_prepare() {
- default
- ! use gtk && eapply "${FILESDIR}/${PN}-1.12.2-x11.patch"
-}
-
-src_configure() {
- econf \
- $(use_with alsa) \
- $(use_with dssi) \
- $(use_with gtk gui) \
- $(use_with jack) \
- $(use_with lash) \
- $(use_with lv2) \
- $(use_with nsm) \
- $(use_with oss) \
- $(use_with vst)
-}
next reply other threads:[~2024-05-18 9:53 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-18 9:53 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-11 9:18 [gentoo-commits] repo/gentoo:master commit in: media-sound/amsynth/ Miroslav Šulc
2024-06-09 10:38 Jakov Smolić
2024-06-09 10:38 Jakov Smolić
2024-05-17 12:48 Sam James
2024-05-17 12:48 Sam James
2024-05-10 9:07 Miroslav Šulc
2024-04-16 8:06 Miroslav Šulc
2023-03-09 7:25 Miroslav Šulc
2023-03-07 15:45 Sam James
2023-03-07 11:42 Sam James
2023-02-24 7:52 Miroslav Šulc
2023-02-22 9:32 Sam James
2023-02-22 9:15 Sam James
2023-02-04 9:23 Miroslav Šulc
2023-01-22 8:41 Miroslav Šulc
2022-09-19 3:57 Miroslav Šulc
2022-09-18 16:36 Sam James
2022-09-18 16:36 Sam James
2022-09-18 13:48 Miroslav Šulc
2022-07-18 3:11 Miroslav Šulc
2022-02-10 10:12 Miroslav Šulc
2022-02-10 9:43 Sam James
2022-02-10 9:10 Jakov Smolić
2022-02-04 10:03 Miroslav Šulc
2022-02-04 9:03 Jakov Smolić
2022-02-03 9:21 Jakov Smolić
2022-01-10 8:49 Miroslav Šulc
2022-01-03 8:24 Miroslav Šulc
2021-11-10 5:00 Sam James
2021-06-20 8:10 Miroslav Šulc
2021-06-19 23:51 Sam James
2021-06-19 23:51 Sam James
2019-04-08 21:15 Andreas Sturmlechner
2019-04-08 14:47 Aaron Bauman
2019-03-19 2:03 Thomas Deutschmann
2019-03-16 21:39 Agostino Sarubbo
2019-03-10 16:42 Andreas Sturmlechner
2019-03-10 16:42 Andreas Sturmlechner
2019-03-10 16:42 Andreas Sturmlechner
2017-05-09 7:28 Alexis Ballier
2017-04-23 11:11 Alexis Ballier
2017-01-06 9:42 Alexis Ballier
2016-01-31 21:09 David Seifert
2016-01-30 9:40 Pacho Ramos
2016-01-15 9:03 Agostino Sarubbo
2015-12-23 20:38 Pacho Ramos
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=1716025972.740899af5b1e3953e892eed9e363482fd435bc1b.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