From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFE4F15ACFB for ; Fri, 21 Apr 2023 06:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3004AE07F0; Fri, 21 Apr 2023 06:47:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4F2EE07F0 for ; Fri, 21 Apr 2023 06:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACF5C34109D for ; Fri, 21 Apr 2023 06:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 389F0A3F for ; Fri, 21 Apr 2023 06:47:51 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1682059654.77880a2f96d3a39a4d5227fd19b61308fa614685.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/patchage/Manifest media-sound/patchage/patchage-1.0.8.ebuild X-VCS-Directories: media-sound/patchage/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 77880a2f96d3a39a4d5227fd19b61308fa614685 X-VCS-Branch: master Date: Fri, 21 Apr 2023 06:47:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7dd97f38-4f93-424f-b297-ed8f6d16bd08 X-Archives-Hash: bbafc56befc331cc1afbef77fb0a5c74 commit: 77880a2f96d3a39a4d5227fd19b61308fa614685 Author: Miroslav Šulc gentoo org> AuthorDate: Fri Apr 21 06:47:34 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Apr 21 06:47:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77880a2f media-sound/patchage: dropped obsolete 1.0.8 Bug: https://bugs.gentoo.org/877617 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/patchage/Manifest | 1 - media-sound/patchage/patchage-1.0.8.ebuild | 50 ------------------------------ 2 files changed, 51 deletions(-) diff --git a/media-sound/patchage/Manifest b/media-sound/patchage/Manifest index 4fcfc17257db..29743404e30c 100644 --- a/media-sound/patchage/Manifest +++ b/media-sound/patchage/Manifest @@ -1,2 +1 @@ DIST patchage-1.0.10.tar.xz 341164 BLAKE2B db7e17acc483b1fec27c80a3bedf3b546d303d8ce4f90f7f7669a4e4e1dcb526881d949d91edfdd6283dff3d9382c4c3534972065e2769a43e9e4b982b0dfbec SHA512 c6c43afc50978db02517282c1e8c7aad131e30f6255e79e65ea17edcee0b470ec3172da2c057abe4cf4bb12a081a92165ac322cfc4ec77382bb992e74827831b -DIST patchage-1.0.8.tar.xz 334888 BLAKE2B d6bac04a3a6880c7758a01c60b4f4c907e7ae191ef8956fb6ad6f039d9bf40e973ff6e38fc6a5af5b4b4ce5386496282ab5cb06573b0e091e24b7c80fae73ac3 SHA512 af2e43c53ce80ab59416745e85cd7fc524fd3b21ae259d171f15998566cfa067a84a7406e78f5b50bc3ff339363b3ed9cacc9790f08cc6189e4919fc43d041dc diff --git a/media-sound/patchage/patchage-1.0.8.ebuild b/media-sound/patchage/patchage-1.0.8.ebuild deleted file mode 100644 index e292e0cb168b..000000000000 --- a/media-sound/patchage/patchage-1.0.8.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -DESCRIPTION="Modular patch bay for JACK-based audio and MIDI systems" -HOMEPAGE="https://drobilla.net/software/patchage" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/drobilla/patchage.git" -else - SRC_URI="https://download.drobilla.net/${P}.tar.xz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="alsa jack jack-dbus test" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND="dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - media-libs/ganv - alsa? ( media-libs/alsa-lib ) - jack? ( virtual/jack ) - jack-dbus? ( - dev-libs/dbus-glib - sys-apps/dbus - )" -DEPEND="${RDEPEND} - dev-libs/boost -