public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/specimen/
@ 2019-03-10 16:42 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-03-10 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     25982b170ac62c28504a6ae9288cca35731776da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 16:16:22 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 16:41:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25982b17

media-sound/specimen: EAPI-7 bump, drop versionator, missing desktop

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild | 26 +++++++++++++----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
index b664bba525c..b310ba24534 100644
--- a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
+++ b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools versionator
-
-MY_PV="$(replace_version_separator 3 -)"
+MY_PV="${PV/_/-}"
+inherit autotools desktop
 
 DESCRIPTION="A Midi Controllable Audio Sampler"
 HOMEPAGE="http://zhevny.com/specimen"
@@ -16,22 +15,27 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="lash"
 
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
+BDEPEND="
+	virtual/pkgconfig
+"
+DEPEND="
+	dev-libs/libxml2:2
+	gnome-base/libgnomecanvas
 	>=media-libs/alsa-lib-0.9
 	media-libs/libsamplerate
 	media-libs/libsndfile
 	>=media-libs/phat-0.4
-	dev-libs/libxml2:2
+	>=media-sound/jack-audio-connection-kit-0.109.2
 	x11-libs/gtk+:2
-	gnome-base/libgnomecanvas
-	lash? ( media-sound/lash )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	lash? ( media-sound/lash )
+"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
 	"${FILESDIR}/${P}-jackmidi.patch"
 	"${FILESDIR}/${P}-underlinking.patch"
 )
+
 S="${WORKDIR}"/${PN}-${MY_PV}
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/specimen/
@ 2019-03-11 19:58 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2019-03-11 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     82462179f92f98cc8be033c484f78939dfd82727
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Mar 11 17:55:54 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 19:58:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82462179

media-sound/specimen: stable 0.5.2_rc3-r2 for sparc, bug #679952

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
index b310ba24534..1eb49b9cec5 100644
--- a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
+++ b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://zhevny.com/${PN}/files/${PN}-${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 IUSE="lash"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/specimen/
@ 2019-03-19  2:03 Thomas Deutschmann
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2019-03-19  2:03 UTC (permalink / raw
  To: gentoo-commits

commit:     94252ea746c386d7103b7bdc0ce64f43115b1582
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 01:58:48 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 02:03:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94252ea7

media-sound/specimen: x86 stable (bug #679952)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
index 1eb49b9cec5..1de2a64a651 100644
--- a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
+++ b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://zhevny.com/${PN}/files/${PN}-${MY_PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
 IUSE="lash"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-19  2:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-10 16:42 [gentoo-commits] repo/gentoo:master commit in: media-sound/specimen/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-03-11 19:58 Sergei Trofimovich
2019-03-19  2:03 Thomas Deutschmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox