Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/luit: luit-1.1.1.ebuild ChangeLog
Date: Fri, 23 Mar 2012 15:29:22
Message-Id: 20120323152902.845772004B@flycatcher.gentoo.org
1 chithanh 12/03/23 15:29:02
2
3 Modified: ChangeLog
4 Added: luit-1.1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.74 x11-apps/luit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/luit/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/luit/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/luit/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -u -r1.73 -r1.74
23 --- ChangeLog 7 Mar 2012 04:26:32 -0000 1.73
24 +++ ChangeLog 23 Mar 2012 15:29:02 -0000 1.74
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/luit
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.73 2012/03/07 04:26:32 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.74 2012/03/23 15:29:02 chithanh Exp $
30 +
31 +*luit-1.1.1 (23 Mar 2012)
32 +
33 + 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +luit-1.1.1.ebuild:
35 + Version bump.
36
37 07 Mar 2012; Jeremy Olexa <darkside@g.o> luit-1.1.0.ebuild:
38 add ~x64-macos, bug 395011
39
40
41
42 1.1 x11-apps/luit/luit-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/luit/luit-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/luit/luit-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: luit-1.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.1.1.ebuild,v 1.1 2012/03/23 15:29:02 chithanh Exp $
52
53 EAPI=4
54
55 inherit xorg-2
56
57 DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
58
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
60 IUSE=""
61 RDEPEND="sys-libs/zlib
62 x11-libs/libX11
63 x11-libs/libfontenc"
64 DEPEND="${RDEPEND}"