public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bio2jack/
Date: Wed, 22 May 2019 15:41:37 +0000 (UTC)	[thread overview]
Message-ID: <1558539681.556c1107bcd0c2219a6a700d69fc1834b1ef741f.asturm@gentoo> (raw)

commit:     556c1107bcd0c2219a6a700d69fc1834b1ef741f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 12:48:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 22 15:41:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556c1107

media-libs/bio2jack: EAPI-7 bump, add missing || die

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

 media-libs/bio2jack/bio2jack-0.9-r2.ebuild | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
index 1365950c7e6..a9ad7951296 100644
--- a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
+++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit autotools
 
 DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK"
@@ -13,20 +14,23 @@ SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static-libs"
 
-RDEPEND="media-libs/libsamplerate
+BDEPEND="
+	virtual/pkgconfig
+"
+DEPEND="
+	media-libs/libsamplerate
 	virtual/jack"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${PN}
 
 src_prepare() {
-	eapply_user
+	default
 
 	# upstream does not provide a real release, it releases a tarball
 	# with a _prebuilt_ copy of bio2jack. Drop all of the built stuff
 	# and recreate autotools from scratch, then build.
-	rm -rf *.a *.o *.la *.lo .libs .deps Makefile config.{log,status} stamp-h1 stamp || die
+	rm -r *.o *.la *.lo .libs .deps Makefile config.{log,status} stamp-h1 || die
 
 	eautoreconf
 }
@@ -38,8 +42,7 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	default
 	dobin bio2jack-config
-	dodoc AUTHORS ChangeLog NEWS README
-	rm -f "${ED}"usr/lib*/lib*.la
+	rm -f "${ED}"/usr/lib*/lib*.la || die
 }


             reply	other threads:[~2019-05-22 15:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-22 15:41 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07  7:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/bio2jack/ Miroslav Šulc
2021-09-23  5:41 Yixun Lan
2020-11-13  9:56 Andreas Sturmlechner
2019-02-05 14:14 Andreas Sturmlechner
2018-07-20 22:24 Sergei Trofimovich
2018-05-14 12:38 Tobias Klausmann
2018-04-19 19:42 Sergei Trofimovich
2018-04-18 14:47 Aaron Bauman
2018-01-01 19:19 Miroslav Šulc

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=1558539681.556c1107bcd0c2219a6a700d69fc1834b1ef741f.asturm@gentoo \
    --to=asturm@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