commit:     dc01a6aa243387c8e8d0d201537d863e25853080
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 12 04:38:08 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> 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 <denis7774 <AT> 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

Reply via email to