From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: media-sound/slart/
Date: Thu, 1 Oct 2015 12:27:32 +0000 (UTC) [thread overview]
Message-ID: <1443623408.52e816ee4dd63c139d41d4744bc76efe4f2b3f3c.jlec@gentoo> (raw)
commit: 52e816ee4dd63c139d41d4744bc76efe4f2b3f3c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 14:30:08 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 14:30:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=52e816ee
media-sound/slart: QA fixes
Missing slot operators
use default()
Prefix love
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-sound/slart/slart-0.8.0.880.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/media-sound/slart/slart-0.8.0.880.ebuild b/media-sound/slart/slart-0.8.0.880.ebuild
index aa74bdd..e74fb4d 100644
--- a/media-sound/slart/slart-0.8.0.880.ebuild
+++ b/media-sound/slart/slart-0.8.0.880.ebuild
@@ -2,11 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
inherit versionator eutils
MY_PV="$(get_version_component_range 1-3)-$(get_version_component_range 4)"
+
DESCRIPTION="Collection of audio tools (SvOlli's Little Audio Related Thingies)"
HOMEPAGE="http://svolli.org/software/slart/"
SRC_URI="http://svolli.org/download.php/software/slart/${PN}-${MY_PV}.tar.bz2"
@@ -19,14 +20,13 @@ IUSE=""
DEPEND="
app-arch/bzip2
app-misc/lirc
- dev-qt/qtcore
- dev-qt/qtgui
- dev-qt/qtsql
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4
media-libs/flac
media-libs/libogg
media-libs/libvorbis
media-sound/lame
- sys-devel/gcc[cxx]
"
RDEPEND="${DEPEND}
<media-sound/dermixd-2"
@@ -38,6 +38,6 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install || die
- rm "${D}"/usr/share/applications/slart-stripped.desktop || die
+ default
+ rm "${ED}"/usr/share/applications/slart-stripped.desktop
}
next reply other threads:[~2015-10-01 12:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 12:27 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-01 12:27 [gentoo-commits] proj/betagarden:master commit in: media-sound/slart/ Justin Lecher
2015-06-30 21:49 Sebastian Pipping
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=1443623408.52e816ee4dd63c139d41d4744bc76efe4f2b3f3c.jlec@gentoo \
--to=jlec@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