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/listres: ChangeLog listres-1.0.3.ebuild
Date: Sun, 04 Mar 2012 21:01:35
Message-Id: 20120304210124.F10592004B@flycatcher.gentoo.org
1 chithanh 12/03/04 21:01:24
2
3 Modified: ChangeLog
4 Added: listres-1.0.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.33 x11-apps/listres/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/listres/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/listres/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/listres/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 10 Oct 2010 11:48:27 -0000 1.32
24 +++ ChangeLog 4 Mar 2012 21:01:24 -0000 1.33
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/listres
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.32 2010/10/10 11:48:27 scarabeus Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.33 2012/03/04 21:01:24 chithanh Exp $
31 +
32 +*listres-1.0.3 (04 Mar 2012)
33 +
34 + 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +listres-1.0.3.ebuild:
36 + Version bump.
37
38 10 Oct 2010; Tomáš Chvátal <scarabeus@g.o>
39 -listres-1.0.1-r1.ebuild:
40
41
42
43 1.1 x11-apps/listres/listres-1.0.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/listres/listres-1.0.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/listres/listres-1.0.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: listres-1.0.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/listres-1.0.3.ebuild,v 1.1 2012/03/04 21:01:24 chithanh Exp $
53
54 EAPI=4
55
56 inherit xorg-2
57
58 DESCRIPTION="list resources in widgets"
59 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61 RDEPEND="x11-libs/libX11
62 x11-libs/libXt
63 x11-libs/libXmu
64 x11-libs/libXaw"
65 DEPEND="${RDEPEND}"