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 A7293138334 for ; Mon, 12 Aug 2019 06:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9D6DE07A5; Mon, 12 Aug 2019 06:16:41 +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 D0B4FE07A5 for ; Mon, 12 Aug 2019 06:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E0540349956 for ; Mon, 12 Aug 2019 06:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248F9763 for ; Mon, 12 Aug 2019 06:16:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1565590586.d901bca1b9f5cd328d4749130a8c6ada6848c8b4.asturm@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.0.2.ebuild X-VCS-Directories: media-plugins/hexter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d901bca1b9f5cd328d4749130a8c6ada6848c8b4 X-VCS-Branch: master Date: Mon, 12 Aug 2019 06:16:38 +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: da08790e-bf83-45d4-b96c-daa21cfec1c1 X-Archives-Hash: 58be5f7cc1f1f98db77cbb72056a806d commit: d901bca1b9f5cd328d4749130a8c6ada6848c8b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 12 06:15:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 12 06:16:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d901bca1 media-plugins/hexter: Drop 1.0.2 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/hexter/Manifest | 1 - media-plugins/hexter/hexter-1.0.2.ebuild | 33 -------------------------------- 2 files changed, 34 deletions(-) diff --git a/media-plugins/hexter/Manifest b/media-plugins/hexter/Manifest index 764a892d43d..ac98091cdf3 100644 --- a/media-plugins/hexter/Manifest +++ b/media-plugins/hexter/Manifest @@ -1,2 +1 @@ -DIST hexter-1.0.2.tar.gz 517532 BLAKE2B 78adb77a386a3ec79b951078645084965f9f8cb26f6a362342aea1fa2191fd8cf73d313977cd2542990095a2163c77f4f0602b92793507caccfd7ff2f65823b1 SHA512 5ae765004f319dba8b7c881736e6abd2c794e2b2a43d708dbe0ee791e63d004c4612927b4ff23854367ca3ff49e5efc0a936939d4805d48fe1339a802cccae27 DIST hexter-1.1.0.tar.bz2 737430 BLAKE2B 9c79da379a69bc4ceceab11dc725d965bb923384e060e24eb7e7d1f65650d5c77206a79d02403e7a952c2eb3c46262b5905e5b07872fb5b060525ed0f275cbc4 SHA512 8d433fae44b0620c3866c9a3b2445271a039c8ac3ad12c71ca34d667a85b95b9bddd7e04c4eaa2c27299c66b9cce16d104b5fbb376dd3cdc85f7e4d6c9b28529 diff --git a/media-plugins/hexter/hexter-1.0.2.ebuild b/media-plugins/hexter/hexter-1.0.2.ebuild deleted file mode 100644 index 6c74b3ee837..00000000000 --- a/media-plugins/hexter/hexter-1.0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Yamaha DX7 modeling DSSI plugin" -HOMEPAGE="http://dssi.sourceforge.net/hexter.html" -SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk readline" - -RDEPEND="gtk? ( x11-libs/gtk+:2 ) - readline? ( sys-libs/readline sys-libs/ncurses ) - media-libs/alsa-lib - >=media-libs/dssi-0.4 - >=media-libs/liblo-0.12" -DEPEND="${RDEPEND} - media-libs/ladspa-sdk - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_with gtk gtk2) \ - $(use_with readline textui) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README TODO -}