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 205EA138239 for ; Sun, 12 Apr 2020 04:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28187E0A70; Sun, 12 Apr 2020 04:39:23 +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 EC43CE0A70 for ; Sun, 12 Apr 2020 04:39:22 +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 2EA6B34F149 for ; Sun, 12 Apr 2020 04:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C10582B for ; Sun, 12 Apr 2020 04:39:19 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1586666288.dc01a6aa243387c8e8d0d201537d863e25853080.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/whysynth/Manifest media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild media-plugins/whysynth/whysynth-20180323.ebuild X-VCS-Directories: media-plugins/whysynth/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: dc01a6aa243387c8e8d0d201537d863e25853080 X-VCS-Branch: dev Date: Sun, 12 Apr 2020 04:39:19 +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: 8b07cfa2-f2c8-43b2-b57d-2f7caafa59c1 X-Archives-Hash: 3ec95cd9b526f384bcbd228393a9617d commit: dc01a6aa243387c8e8d0d201537d863e25853080 Author: Denis Reva gmail com> AuthorDate: Sun Apr 12 04:38:08 2020 +0000 Commit: Denis Reva gmail com> CommitDate: Sun Apr 12 04:38:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc01a6aa media-plugins/whysynth: Renamed to satisfy the Gentoo ebuild format guidelines: https://devmanual.gentoo.org/ebuild-writing/file-format/index.html Resorted strings of ebuild Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Denis Reva gmail.com> media-plugins/whysynth/Manifest | 2 +- ...80323.ebuild => whysynth-20170701_pre20180323.ebuild} | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/media-plugins/whysynth/Manifest b/media-plugins/whysynth/Manifest index 03d9e7e..a2f0691 100644 --- a/media-plugins/whysynth/Manifest +++ b/media-plugins/whysynth/Manifest @@ -1 +1 @@ -DIST whysynth-20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40 +DIST whysynth-20170701_pre20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40 diff --git a/media-plugins/whysynth/whysynth-20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild similarity index 94% rename from media-plugins/whysynth/whysynth-20180323.ebuild rename to media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild index ec2966f..ecdd0cd 100644 --- a/media-plugins/whysynth/whysynth-20180323.ebuild +++ b/media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild @@ -4,24 +4,28 @@ EAPI=7 inherit autotools + DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface" HOMEPAGE="http://smbolton.com/whysynth.html https://github.com/smbolton/whysynth" +WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568" +SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -LICENSE="GPL-2" -WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568" -SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}" -RDEPEND="media-libs/dssi + +DEPEND="media-libs/dssi media-libs/liblo sci-libs/fftw:3.0 x11-libs/gtk+:2 media-libs/ladspa-sdk media-libs/alsa-lib" -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" +S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}" + src_prepare() { ./autogen.sh default