* [gentoo-commits] gentoo-x86 commit in media-sound/gbsplay: gbsplay-0.0.91-r1.ebuild ChangeLog gbsplay-0.0.91.ebuild
@ 2014-01-30 2:02 Tom Wijsman (tomwij)
0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2014-01-30 2:02 UTC (permalink / raw
To: gentoo-commits
tomwij 14/01/30 02:02:42
Modified: ChangeLog
Added: gbsplay-0.0.91-r1.ebuild
Removed: gbsplay-0.0.91.ebuild
Log:
[QA] Revision bump. EAPI 5. Add LINGUAS support to fix bug #403625, reported by Piotr Szymaniak.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.3 media-sound/gbsplay/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gbsplay/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gbsplay/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gbsplay/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gbsplay/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 22 Dec 2008 20:52:10 -0000 1.2
+++ ChangeLog 30 Jan 2014 02:02:42 -0000 1.3
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/gbsplay
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gbsplay/ChangeLog,v 1.2 2008/12/22 20:52:10 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gbsplay/ChangeLog,v 1.3 2014/01/30 02:02:42 tomwij Exp $
+
+*gbsplay-0.0.91-r1 (30 Jan 2014)
+
+ 30 Jan 2014; Tom Wijsman <TomWij@gentoo.org> +gbsplay-0.0.91-r1.ebuild,
+ -gbsplay-0.0.91.ebuild:
+ [QA] Revision bump. EAPI 5. Add LINGUAS support to fix bug #403625, reported
+ by Piotr Szymaniak.
22 Dec 2008; Markus Meier <maekke@gentoo.org> gbsplay-0.0.91.ebuild:
add ~amd64, bug #251863
@@ -10,4 +17,3 @@
20 Dec 2008; <ssuominen@gentoo.org> +gbsplay-0.0.91.ebuild:
Initial commit for bug 51115, thanks to Christian Garbs and Tobias
Diedrich.
-
1.1 media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild?rev=1.1&content-type=text/plain
Index: gbsplay-0.0.91-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild,v 1.1 2014/01/30 02:02:42 tomwij Exp $
EAPI="5"
IUSE="+alsa nas nls oss"
PLOCALES="de en"
inherit l10n toolchain-funcs
DESCRIPTION="Nintendo Gameboy sound player for GBS format."
HOMEPAGE="http://gbsplay.berlios.de"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="alsa? ( media-libs/alsa-lib:0 )
nas? ( media-libs/nas:0 )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext:0 )"
src_configure() {
tc-export AR CC
# No econf, because "unknown option '--build=x86_64-pc-linux-gnu'"
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--docdir=/usr/share/doc/${PF} \
--without-xmmsplugin \
--without-test \
$(use_enable nls i18n) \
$(use_enable oss devdsp) \
$(use_enable alsa) \
$(use_enable nas) || die "Configure failed."
}
src_compile() {
emake CC="$(tc-getCC)" SPLINT="true"
}
remove_disabled_locale() {
rm -rf "${D}"/usr/share/locale/$1
}
src_install() {
default
l10n_for_each_disabled_locale_do remove_disabled_locale
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-30 2:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 2:02 [gentoo-commits] gentoo-x86 commit in media-sound/gbsplay: gbsplay-0.0.91-r1.ebuild ChangeLog gbsplay-0.0.91.ebuild Tom Wijsman (tomwij)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox