From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kwave: ChangeLog kwave-0.8.2.ebuild
Date: Thu, 14 May 2009 08:18:08 +0000 [thread overview]
Message-ID: <E1M4W8m-0002bE-8V@stork.gentoo.org> (raw)
ssuominen 09/05/14 08:18:08
Modified: ChangeLog kwave-0.8.2.ebuild
Log:
If LINGUAS is unset, set it to en to avoid compilation failure.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.13 media-sound/kwave/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 29 Apr 2009 15:14:04 -0000 1.12
+++ ChangeLog 14 May 2009 08:18:08 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kwave
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.12 2009/04/29 15:14:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.13 2009/05/14 08:18:08 ssuominen Exp $
+
+ 14 May 2009; Samuli Suominen <ssuominen@gentoo.org> kwave-0.8.2.ebuild:
+ If LINGUAS is unset, set it to en to avoid compilation failure.
29 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> kwave-0.8.2.ebuild:
Fix typo in patch path.
1.5 media-sound/kwave/kwave-0.8.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.8.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.8.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.8.2.ebuild?r1=1.4&r2=1.5
Index: kwave-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kwave-0.8.2.ebuild 29 Apr 2009 15:14:04 -0000 1.4
+++ kwave-0.8.2.ebuild 14 May 2009 08:18:08 -0000 1.5
@@ -1,9 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.2.ebuild,v 1.4 2009/04/29 15:14:04 scarabeus Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.2.ebuild,v 1.5 2009/05/14 08:18:08 ssuominen Exp $
+EAPI=2
KDE_LINGUAS="cs de en fr"
inherit kde4-base
@@ -32,6 +31,10 @@
PATCHES=( "${FILESDIR}/${PV}-fix_gettext.patch" )
+if [ -z "$LINGUAS" ]; then
+ LINGUAS="en"
+fi
+
src_configure() {
use mmx && append-flags "-mmmx"
mycmakeargs="${mycmakeargs}
next reply other threads:[~2009-05-14 8:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-14 8:18 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-05-21 17:10 [gentoo-commits] gentoo-x86 commit in media-sound/kwave: ChangeLog kwave-0.8.2.ebuild Samuli Suominen (ssuominen)
2009-04-29 15:14 Tomas Chvatal (scarabeus)
2009-04-28 19:44 Tomas Chvatal (scarabeus)
2009-04-27 16:43 Tomas Chvatal (scarabeus)
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=E1M4W8m-0002bE-8V@stork.gentoo.org \
--to=ssuominen@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