Gentoo Archives: gentoo-commits

From: "Nguyen Thai Ngoc Duy (pclouds)" <pclouds@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: ChangeLog amyedit-1.0-r1.ebuild
Date: Mon, 07 Jan 2008 14:20:07
Message-Id: E1JBsoX-00089D-G5@stork.gentoo.org
1 pclouds 08/01/07 14:18:53
2
3 Modified: ChangeLog
4 Added: amyedit-1.0-r1.ebuild
5 Log:
6 Remove private Glib::KeyFile usage as >=glibmm-2.14 provides an alternative, #204624
7 (Portage version: 2.1.3_rc8)
8
9 Revision Changes Path
10 1.15 app-editors/amyedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 11 Oct 2007 18:48:29 -0000 1.14
23 +++ ChangeLog 7 Jan 2008 14:18:52 -0000 1.15
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-editors/amyedit
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.14 2007/10/11 18:48:29 remi Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.15 2008/01/07 14:18:52 pclouds Exp $
30 +
31 +*amyedit-1.0-r1 (07 Jan 2008)
32 +
33 + 07 Jan 2008; Nguyễn Thái Ngọc Duy <pclouds@g.o>
34 + +files/amyedit-1.0-keyfile.patch, +amyedit-1.0-r1.ebuild:
35 + Remove private Glib::KeyFile usage as >=glibmm-2.14 provides an alternative,
36 + #204624
37
38 11 Oct 2007; Rémi Cardona <remi@g.o> amyedit-0.9.ebuild,
39 amyedit-1.0.ebuild:
40
41
42
43 1.1 app-editors/amyedit/amyedit-1.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: amyedit-1.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.1 2008/01/07 14:18:52 pclouds Exp $
53
54 inherit eutils
55
56 DESCRIPTION=" AmyEdit is a LaTeX editor"
57 HOMEPAGE="http://amyedit.sf.net"
58 SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2"
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63 DEPEND=">=dev-cpp/gtkmm-2.6
64 >=dev-cpp/glibmm-2.14
65 =x11-libs/gtksourceview-1*
66 app-text/aspell"
67
68 src_unpack() {
69 unpack ${A}
70 epatch "${FILESDIR}/${P}-keyfile.patch"
71 }
72
73 src_install() {
74 einstall
75 dodoc ChangeLog README TODO || die
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list