Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: man-pages-2.78.ebuild
Date: Wed, 27 Feb 2008 06:37:57
Message-Id: E1JUFvO-0007Tl-JM@stork.gentoo.org
1 zmedico 08/02/27 06:37:54
2
3 Modified: man-pages-2.78.ebuild
4 Log:
5 Bug #211554 - Add linguas_* flags to IUSE since bug #133327 hasn't
6 been implemented yet.
7 (Portage version: 9330-svn, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 sys-apps/man-pages/man-pages-2.78.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.78.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.78.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.78.ebuild?r1=1.1&r2=1.2
15
16 Index: man-pages-2.78.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.78.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- man-pages-2.78.ebuild 15 Feb 2008 14:48:57 -0000 1.1
23 +++ man-pages-2.78.ebuild 27 Feb 2008 06:37:54 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.78.ebuild,v 1.1 2008/02/15 14:48:57 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.78.ebuild,v 1.2 2008/02/27 06:37:54 zmedico Exp $
29
30 inherit eutils
31
32 @@ -11,7 +11,8 @@
33 LICENSE="freedist"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
36 -IUSE="nls"
37 +IUSE="nls linguas_cs linguas_da linguas_de linguas_es linguas_fr linguas_it
38 + linguas_ja linguas_nl linguas_pl linguas_ro linguas_ru linguas_zh_CN"
39 RESTRICT="binchecks"
40
41 RDEPEND="virtual/man"
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list