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/baudline/
Date: Sat,  3 Jun 2017 20:52:47 +0000 (UTC)	[thread overview]
Message-ID: <1496523114.21202329d3c7e412293055a09a6beee83765e457.soap@gentoo> (raw)

commit:     21202329d3c7e412293055a09a6beee83765e457
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 18:54:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 20:51:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21202329

media-sound/baudline: [QA] Various fixes

* EAPI 6
* Fix overlong DESCRIPTION
* Fix missing binary in QA_PREBUILT
* Use dosym with relative paths
* Remove unnecessary || die's

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/baudline/baudline-1.08-r1.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-sound/baudline/baudline-1.08-r1.ebuild b/media-sound/baudline/baudline-1.08-r1.ebuild
index 917aab74278..c5af15f0b26 100644
--- a/media-sound/baudline/baudline-1.08-r1.ebuild
+++ b/media-sound/baudline/baudline-1.08-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=3
+EAPI=6
 
 inherit eutils
 
-DESCRIPTION="A time-frequency browser designed for scientific visualization of the spectral domain"
+DESCRIPTION="A time-frequency browser designed for visualization of spectral domains"
 HOMEPAGE="http://www.baudline.com/"
 SRC_URI="amd64? ( http://www.baudline.com/${PN}_${PV}_linux_x86_64.tar.gz )
 	ppc? ( http://www.baudline.com/${PN}_${PV}_linux_ppc.tar.gz )
@@ -18,7 +18,7 @@ KEYWORDS="amd64 ~x86"
 IUSE="jack"
 
 RESTRICT="mirror bindist"
-QA_PREBUILT="/opt/baudline/baudline"
+QA_PREBUILT="/opt/baudline/baudline*"
 
 RDEPEND="media-fonts/font-adobe-75dpi
 	media-fonts/font-misc-misc
@@ -29,31 +29,31 @@ RDEPEND="media-fonts/font-adobe-75dpi
 	x11-libs/libXxf86vm"
 
 src_unpack() {
-	unpack ${A}
+	default
 	# strip arch names from S
 	mv -v baudline_* ${P} || die
 }
 
 src_install() {
 	insinto /opt/${PN}
-	doins -r icons palettes || die
+	doins -r icons palettes
 
-	newicon icons/spectro512.png ${PN}.png || die
+	newicon icons/spectro512.png ${PN}.png
 
 	exeinto /opt/${PN}
-	doexe ${PN} || die
-	dosym /opt/${PN}/${PN} /usr/bin/${PN} || die
+	doexe ${PN}
+	dosym ../../opt/${PN}/${PN} /usr/bin/${PN}
 	make_desktop_entry /usr/bin/${PN} Baudline ${PN} "AudioVideo;Player;" \
 		"MimeType=audio/x-aiff;audio/basic;audio/x-mp3;audio/x-flac;audio/vorbis;audio/x-wav;" \
 		"audio/x-vorbis;audio/mpeg;audio/x-gsm;audio/x-voc;application/x-ogg;"
 
 	if use jack ; then
-		doexe ${PN}_jack || die
-		dosym /opt/${PN}/${PN}_jack /usr/bin/${PN}_jack || die
+		doexe ${PN}_jack
+		dosym ../../opt/${PN}/${PN}_jack /usr/bin/${PN}_jack
 		make_desktop_entry /usr/bin/${PN}_jack "Baudline (jack support)" ${PN} "AudioVideo;Player;" \
 			"MimeType=audio/x-aiff;audio/basic;audio/x-mp3;audio/x-flac;audio/vorbis;audio/x-wav;" \
 			"audio/x-vorbis;audio/mpeg;audio/x-gsm;audio/x-voc;application/x-ogg;"
 	fi
 
-	dodoc README_unix.txt || die
+	dodoc README_unix.txt
 }


             reply	other threads:[~2017-06-03 20:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-03 20:52 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-05 17:30 [gentoo-commits] repo/gentoo:master commit in: media-sound/baudline/ Miroslav Šulc
2022-03-09 23:12 Sam James
2022-04-23 11:00 Ulrich Müller
2022-04-23 11:00 Ulrich Müller
2022-04-23 11:06 Ulrich Müller

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=1496523114.21202329d3c7e412293055a09a6beee83765e457.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