Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/adie: adie-1.7.42.ebuild ChangeLog
Date: Sat, 05 Oct 2013 17:23:25
Message-Id: 20131005172321.C81DB2004C@flycatcher.gentoo.org
1 mabi 13/10/05 17:23:21
2
3 Modified: ChangeLog
4 Added: adie-1.7.42.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
9
10 Revision Changes Path
11 1.43 app-editors/adie/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 13 Sep 2013 20:47:41 -0000 1.42
24 +++ ChangeLog 5 Oct 2013 17:23:21 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/adie
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.42 2013/09/13 20:47:41 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.43 2013/10/05 17:23:21 mabi Exp $
30 +
31 +*adie-1.7.42 (05 Oct 2013)
32 +
33 + 05 Oct 2013; Matti Bickel <mabi@g.o> +adie-1.7.42.ebuild:
34 + version bump
35
36 *adie-1.7.41 (13 Sep 2013)
37
38
39
40
41 1.1 app-editors/adie/adie-1.7.42.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/adie-1.7.42.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/adie/adie-1.7.42.ebuild?rev=1.1&content-type=text/plain
45
46 Index: adie-1.7.42.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.42.ebuild,v 1.1 2013/10/05 17:23:21 mabi Exp $
51
52 EAPI="4"
53
54 inherit fox
55
56 DESCRIPTION="Text editor based on the FOX Toolkit"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="~x11-libs/fox-${PV}"
64 RDEPEND="${DEPEND}"