public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/galan/
Date: Thu, 12 Dec 2019 16:03:15 +0000 (UTC)	[thread overview]
Message-ID: <1576166555.3e939ae2f59e4cb00d9f868178ed8e52f88c1b29.soap@gentoo> (raw)

commit:     3e939ae2f59e4cb00d9f868178ed8e52f88c1b29
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 16:02:35 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:02:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e939ae2

media-sound/galan: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/galan/galan-0.3.0_beta7.ebuild | 42 ++++++++++++++++++------------
 1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/media-sound/galan/galan-0.3.0_beta7.ebuild b/media-sound/galan/galan-0.3.0_beta7.ebuild
index 174e6f949b2..1ab365fd9a3 100644
--- a/media-sound/galan/galan-0.3.0_beta7.ebuild
+++ b/media-sound/galan/galan-0.3.0_beta7.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
+
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="gAlan - Graphical Audio Language"
@@ -11,25 +12,29 @@ SRC_URI="mirror://sourceforge/galan/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="vorbis alsa opengl jack"
+IUSE="alsa jack opengl vorbis"
 
-RDEPEND="x11-libs/gtk+:2
-	vorbis? ( >=media-sound/vorbis-tools-1.0 )
-	alsa? ( >=media-libs/alsa-lib-0.9.0_rc1 )
+RDEPEND="
+	media-libs/liblrdf:=
+	media-libs/ladspa-sdk
+	media-libs/audiofile:=
+	media-libs/libsndfile:=
+	sci-libs/fftw:2.1=
+	x11-libs/gtk+:2
+	alsa? ( media-libs/alsa-lib:= )
+	jack? ( virtual/jack )
 	opengl? (
-		>=x11-libs/gtkglarea-1.99.0:2
+		x11-libs/gtkglarea:2=
 		virtual/glu
 	)
-	jack? ( >=media-sound/jack-audio-connection-kit-0.80.0 )
-	media-libs/liblrdf
-	media-libs/ladspa-sdk
-	media-libs/audiofile
-	media-libs/libsndfile
-	sci-libs/fftw:2.1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	vorbis? ( media-sound/vorbis-tools )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
-DOCS=( AUTHORS NEWS NOTES README TODO )
+src_prepare() {
+	default
+	rm README.w32 || die
+}
 
 src_configure() {
 	# Use lrdf.pc to get -I/usr/include/raptor2 (lrdf.h -> raptor.h)
@@ -39,5 +44,8 @@ src_configure() {
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -exec rm -f {} +
+	dodoc NOTES
+
+	# no static archives
+	find "${D}" -name '*.la' -delete || die
 }


             reply	other threads:[~2019-12-12 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12 16:03 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-27  7:56 [gentoo-commits] repo/gentoo:master commit in: media-sound/galan/ Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576166555.3e939ae2f59e4cb00d9f868178ed8e52f88c1b29.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox