From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/
Date: Mon, 26 Sep 2022 05:02:41 +0000 (UTC) [thread overview]
Message-ID: <1664168558.d4da5b9edb3e87ac214609b5b0f3bb8f1f323dd5.fordfrog@gentoo> (raw)
commit: d4da5b9edb3e87ac214609b5b0f3bb8f1f323dd5
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 05:02:29 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 05:02:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4da5b9e
media-sound/patchage: dropped obsolete 1.0.6
Bug: https://bugs.gentoo.org/872596
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/patchage/Manifest | 1 -
media-sound/patchage/patchage-1.0.6.ebuild | 43 ------------------------------
2 files changed, 44 deletions(-)
diff --git a/media-sound/patchage/Manifest b/media-sound/patchage/Manifest
index 92f04e2ecfbf..4fcfc17257db 100644
--- a/media-sound/patchage/Manifest
+++ b/media-sound/patchage/Manifest
@@ -1,3 +1,2 @@
DIST patchage-1.0.10.tar.xz 341164 BLAKE2B db7e17acc483b1fec27c80a3bedf3b546d303d8ce4f90f7f7669a4e4e1dcb526881d949d91edfdd6283dff3d9382c4c3534972065e2769a43e9e4b982b0dfbec SHA512 c6c43afc50978db02517282c1e8c7aad131e30f6255e79e65ea17edcee0b470ec3172da2c057abe4cf4bb12a081a92165ac322cfc4ec77382bb992e74827831b
-DIST patchage-1.0.6.tar.bz2 664841 BLAKE2B 72d0de6d12e07ec160f4c59c51f138e1220a1b8994bdab90f56dd715bf16b6f561836d184ec5d5077de3bc7bb5c6778ea2b7bcbf0b33230be662f2b729eac568 SHA512 b7aedcb07da0c81842929833ab93a0b20c08e465bf05ebb4e47670d295c0d4d0d50f0f74001d9264c2c23ef08d3881232e7622ecf101d1d53ffcae2f8c0f31d3
DIST patchage-1.0.8.tar.xz 334888 BLAKE2B d6bac04a3a6880c7758a01c60b4f4c907e7ae191ef8956fb6ad6f039d9bf40e973ff6e38fc6a5af5b4b4ce5386496282ab5cb06573b0e091e24b7c80fae73ac3 SHA512 af2e43c53ce80ab59416745e85cd7fc524fd3b21ae259d171f15998566cfa067a84a7406e78f5b50bc3ff339363b3ed9cacc9790f08cc6189e4919fc43d041dc
diff --git a/media-sound/patchage/patchage-1.0.6.ebuild b/media-sound/patchage/patchage-1.0.6.ebuild
deleted file mode 100644
index d32bc3586aef..000000000000
--- a/media-sound/patchage/patchage-1.0.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='threads(+)'
-inherit waf-utils python-any-r1 xdg
-
-DESCRIPTION="Modular patch bay for JACK-based audio and MIDI systems"
-HOMEPAGE="https://drobilla.net/software/patchage"
-SRC_URI="https://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa debug jack-dbus"
-
-BDEPEND="
- ${PYTHON_DEPS}
- virtual/pkgconfig
-"
-RDEPEND="dev-cpp/glibmm:2
- dev-cpp/gtkmm:2.4
- media-libs/ganv
- virtual/jack
- alsa? ( media-libs/alsa-lib )
- jack-dbus? (
- dev-libs/dbus-glib
- sys-apps/dbus
- )"
-DEPEND="${RDEPEND}
- dev-libs/boost
- <dev-libs/libfmt-9:="
-
-DOCS=( AUTHORS NEWS README.md )
-
-src_configure() {
- waf-utils_src_configure \
- $(use debug && echo "--debug") \
- $(use alsa || echo "--no-alsa") \
- $(use jack-dbus && echo "--jack-dbus")
-}
next reply other threads:[~2022-09-26 5:02 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 5:02 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-29 10:28 [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ Miroslav Šulc
2023-04-21 6:47 Miroslav Šulc
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2022-09-25 12:19 Agostino Sarubbo
2022-09-25 1:18 Sam James
2022-09-18 14:29 Miroslav Šulc
2022-09-18 14:27 Miroslav Šulc
2022-08-23 20:00 Miroslav Šulc
2022-06-08 8:42 Agostino Sarubbo
2022-06-08 7:21 Jakov Smolić
2022-05-31 1:56 Sam James
2021-04-30 20:53 Miroslav Šulc
2021-02-08 17:26 Sam James
2021-02-08 17:25 Sam James
2021-01-14 10:40 Miroslav Šulc
2020-08-29 12:16 Miroslav Šulc
2020-07-17 7:44 Agostino Sarubbo
2020-07-17 7:21 Agostino Sarubbo
2020-06-10 8:10 Miroslav Šulc
2020-06-10 8:10 Miroslav Šulc
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2015-12-23 10:59 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=1664168558.d4da5b9edb3e87ac214609b5b0f3bb8f1f323dd5.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