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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92DEE13933E for ; Wed, 21 Jul 2021 05:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3E16E041F; Wed, 21 Jul 2021 05:18:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6CA2E041F for ; Wed, 21 Jul 2021 05:18:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49F85342BF4 for ; Wed, 21 Jul 2021 05:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA50173A for ; Wed, 21 Jul 2021 05:18:07 +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: <1626844676.b54e32245acbfe9380bec5c1746403699f79d896.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/hexter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/hexter/Manifest media-plugins/hexter/hexter-1.1.0.ebuild media-plugins/hexter/metadata.xml X-VCS-Directories: media-plugins/hexter/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: b54e32245acbfe9380bec5c1746403699f79d896 X-VCS-Branch: master Date: Wed, 21 Jul 2021 05:18:07 +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: c0069224-b1d6-4196-8608-577f0377e0ab X-Archives-Hash: 8d3e9cb04f4576258a75d4e878a65115 commit: b54e32245acbfe9380bec5c1746403699f79d896 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jul 21 05:17:56 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jul 21 05:17:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54e3224 media-plugins/hexter: removed obsolete 1.1.0 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/hexter/Manifest | 1 - media-plugins/hexter/hexter-1.1.0.ebuild | 38 -------------------------------- media-plugins/hexter/metadata.xml | 3 --- 3 files changed, 42 deletions(-) diff --git a/media-plugins/hexter/Manifest b/media-plugins/hexter/Manifest index 663e6ff4947..0bf9ffee04a 100644 --- a/media-plugins/hexter/Manifest +++ b/media-plugins/hexter/Manifest @@ -1,2 +1 @@ -DIST hexter-1.1.0.tar.bz2 737430 BLAKE2B 9c79da379a69bc4ceceab11dc725d965bb923384e060e24eb7e7d1f65650d5c77206a79d02403e7a952c2eb3c46262b5905e5b07872fb5b060525ed0f275cbc4 SHA512 8d433fae44b0620c3866c9a3b2445271a039c8ac3ad12c71ca34d667a85b95b9bddd7e04c4eaa2c27299c66b9cce16d104b5fbb376dd3cdc85f7e4d6c9b28529 DIST hexter-1.1.1.tar.bz2 738789 BLAKE2B c3feb3cbed77ba7b6c7dec9158af60cca0c02c2f3f65eb6a80f0f57593998e3ecf28599736e94e56e5d1daa72b2868a2831b4491eb73bee6302ed78fbe1712fb SHA512 db744ba7c9066f6b47b8e6e31c830fdb1760ee5e8df5a8f287878bc62891d1d1b10a568bc58b00fc732933c9ff1f816e1d88c836741c302bbb4353c96ac291cc diff --git a/media-plugins/hexter/hexter-1.1.0.ebuild b/media-plugins/hexter/hexter-1.1.0.ebuild deleted file mode 100644 index c2ad330e29d..00000000000 --- a/media-plugins/hexter/hexter-1.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Yamaha DX7 modeling DSSI plugin" -HOMEPAGE="http://smbolton.com/hexter.html" -SRC_URI="https://github.com/smbolton/${PN}/releases/download/version_${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk2 readline" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - media-libs/alsa-lib - >=media-libs/dssi-0.4 - >=media-libs/liblo-0.12 - gtk2? ( x11-libs/gtk+:2 ) - readline? ( - sys-libs/ncurses:0= - sys-libs/readline:0= - ) -" -DEPEND="${RDEPEND} - media-libs/ladspa-sdk -" - -src_configure() { - PKG_CONFIG=$(tc-getPKG_CONFIG) \ - econf $(use_with gtk2) \ - $(use_with readline textui) -} diff --git a/media-plugins/hexter/metadata.xml b/media-plugins/hexter/metadata.xml index c524cb77afc..140af081ec2 100644 --- a/media-plugins/hexter/metadata.xml +++ b/media-plugins/hexter/metadata.xml @@ -5,9 +5,6 @@ proaudio@gentoo.org Gentoo ProAudio Project - - Enable x11-libs/gtk+:2 based GUI - dssi