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/xedit: xedit-1.2.0.ebuild ChangeLog
Date: Mon, 01 Nov 2010 15:26:58
Message-Id: 20101101151346.39FD92005E@flycatcher.gentoo.org
1 scarabeus 10/11/01 15:13:46
2
3 Modified: ChangeLog
4 Added: xedit-1.2.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc98/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 x11-apps/xedit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 7 Jul 2009 01:34:59 -0000 1.30
24 +++ ChangeLog 1 Nov 2010 15:13:46 -0000 1.31
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-apps/xedit
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.30 2009/07/07 01:34:59 jer Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.31 2010/11/01 15:13:46 scarabeus Exp $
31 +
32 +*xedit-1.2.0 (01 Nov 2010)
33 +
34 + 01 Nov 2010; Tomáš Chvátal <scarabeus@g.o> +xedit-1.2.0.ebuild:
35 + Version bump
36
37 07 Jul 2009; Jeroen Roovers <jer@g.o> xedit-1.1.2.ebuild:
38 Stable for HPPA too.
39
40
41
42 1.1 x11-apps/xedit/xedit-1.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/xedit-1.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/xedit-1.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xedit-1.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.2.0.ebuild,v 1.1 2010/11/01 15:13:45 scarabeus Exp $
52
53 EAPI=3
54
55 inherit xorg-2
56
57 DESCRIPTION="simple text editor for X"
58 KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND="x11-libs/libXaw
62 x11-libs/libXt
63 x11-libs/libXmu
64 x11-libs/libX11"
65 DEPEND="${RDEPEND}"