commit: 00ffc725227ed3e37d519e0d1feaa8cfedc51742
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 20:13:00 2015 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon May 25 20:14:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=00ffc725
media-libs/gsound: qa + move to gx86
Fix license, test on x86, improve description, add live ebuild.
Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D
.../gsound/{gsound-1.0.1.ebuild => gsound-9999.ebuild} | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/media-libs/gsound/gsound-1.0.1.ebuild
b/media-libs/gsound/gsound-9999.ebuild
similarity index 75%
rename from media-libs/gsound/gsound-1.0.1.ebuild
rename to media-libs/gsound/gsound-9999.ebuild
index cab53cb..1ac4048 100644
--- a/media-libs/gsound/gsound-1.0.1.ebuild
+++ b/media-libs/gsound/gsound-9999.ebuild
@@ -8,13 +8,20 @@ VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.20"
inherit gnome2 vala
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
-DESCRIPTION="thin wrapper around the libcanberra C library"
+DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library"
HOMEPAGE="https://wiki.gnome.org/Projects/GSound"
-LICENSE="GPL-2+"
+LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
IUSE="+introspection"
# vala setup required for vapigen check