Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/luit: luit-1.0.4.ebuild ChangeLog
Date: Sat, 03 Oct 2009 11:22:41
Message-Id: E1Mu2hD-0002Qr-EE@stork.gentoo.org
1 scarabeus 09/10/03 11:22:39
2
3 Modified: ChangeLog
4 Added: luit-1.0.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.42 x11-apps/luit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/luit/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/luit/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/luit/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 23 Jun 2009 21:23:26 -0000 1.41
23 +++ ChangeLog 3 Oct 2009 11:22:39 -0000 1.42
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-apps/luit
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.41 2009/06/23 21:23:26 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.42 2009/10/03 11:22:39 scarabeus Exp $
29 +
30 +*luit-1.0.4 (03 Oct 2009)
31 +
32 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o> +luit-1.0.4.ebuild:
33 + Version bump.
34
35 23 Jun 2009; Tobias Klausmann <klausman@g.o> luit-1.0.3.ebuild:
36 Stable on alpha for xorg-server-1.5/xorg-x11-7.4
37
38
39
40 1.1 x11-apps/luit/luit-1.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/luit/luit-1.0.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/luit/luit-1.0.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: luit-1.0.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.0.4.ebuild,v 1.1 2009/10/03 11:22:39 scarabeus Exp $
50
51 # Must be before x-modular eclass is inherited
52 #SNAPSHOT="yes"
53
54 inherit x-modular
55
56 DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60 RDEPEND="x11-libs/libX11
61 x11-libs/libfontenc"
62 DEPEND="${RDEPEND}"
63
64 CONFIGURE_OPTIONS="--with-localealiasfile=${XDIR}/share/X11/locale/locale.alias"