* [gentoo-commits] proj/betagarden:master commit in: media-sound/slart/
@ 2015-06-30 21:49 Sebastian Pipping
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2015-06-30 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 743720bf17abe29351a2785f1e4bcf9edf95fd1b
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Jun 30 21:48:51 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 21:48:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=743720bf
media-sound/slart: Fix license
media-sound/slart/slart-0.8.0.880.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/slart/slart-0.8.0.880.ebuild b/media-sound/slart/slart-0.8.0.880.ebuild
index 2115340..e6131f1 100644
--- a/media-sound/slart/slart-0.8.0.880.ebuild
+++ b/media-sound/slart/slart-0.8.0.880.ebuild
@@ -11,7 +11,7 @@ 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"
-LICENSE="GPL-2 GPL-3" # require both since the code does not say which version
+LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-sound/slart/
@ 2015-10-01 12:27 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-10-01 12:27 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-sound/slart/
@ 2015-10-01 12:27 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-10-01 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 6f353d71508021cc71e7866b75342db275a1fe7f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 14:28:24 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 14:28:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=6f353d71
media-sound/slart: Add missing license
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-sound/slart/metadata.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/media-sound/slart/metadata.xml b/media-sound/slart/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/media-sound/slart/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-01 12:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 12:27 [gentoo-commits] proj/betagarden:master commit in: media-sound/slart/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-10-01 12:27 Justin Lecher
2015-06-30 21:49 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox