Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gammu: gammu-1.26.0.ebuild
Date: Sat, 05 Sep 2009 07:23:04
Message-Id: E1Mjpby-0000QV-IP@stork.gentoo.org
1 mrness 09/09/05 07:23:02
2
3 Modified: gammu-1.26.0.ebuild
4 Log:
5 Add linguas_sw USE flag.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-mobilephone/gammu/gammu-1.26.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gammu/gammu-1.26.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gammu/gammu-1.26.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gammu/gammu-1.26.0.ebuild?r1=1.1&r2=1.2
14
15 Index: gammu-1.26.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.26.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gammu-1.26.0.ebuild 5 Sep 2009 06:19:02 -0000 1.1
22 +++ gammu-1.26.0.ebuild 5 Sep 2009 07:23:02 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.26.0.ebuild,v 1.1 2009/09/05 06:19:02 mrness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.26.0.ebuild,v 1.2 2009/09/05 07:23:02 mrness Exp $
28
29 EAPI="2"
30
31 @@ -32,7 +32,7 @@
32 # sys-devel/gettext is needed for creating .mo files
33 # Supported languages and translated documentation
34 # Be sure all languages are prefixed with a single space!
35 -MY_AVAILABLE_LINGUAS=" af bg ca cs da de el es et fi fr gl he hu id it ko nl pl pt_BR ru sk sv zh_CN zh_TW"
36 +MY_AVAILABLE_LINGUAS=" af bg ca cs da de el es et fi fr gl he hu id it ko nl pl pt_BR ru sk sv sw zh_CN zh_TW"
37 IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
38
39 src_prepare() {