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: amyedit-0.9.ebuild amyedit-1.0.ebuild ChangeLog amyedit-1.0-r1.ebuild
Date: Wed, 09 Jan 2008 12:35:45
Message-Id: E1JCa87-0008HW-RE@stork.gentoo.org
1 pclouds 08/01/09 12:33:59
2
3 Modified: amyedit-0.9.ebuild amyedit-1.0.ebuild ChangeLog
4 amyedit-1.0-r1.ebuild
5 Log:
6 Added DEPEND dev-util/pkgconfig, #205033
7 (Portage version: 2.1.3_rc8)
8
9 Revision Changes Path
10 1.9 app-editors/amyedit/amyedit-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild?r1=1.8&r2=1.9
15
16 Index: amyedit-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- amyedit-0.9.ebuild 11 Oct 2007 18:48:29 -0000 1.8
23 +++ amyedit-0.9.ebuild 9 Jan 2008 12:33:59 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.8 2007/10/11 18:48:29 remi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.9 2008/01/09 12:33:59 pclouds Exp $
30
31 inherit eutils
32
33 @@ -11,9 +11,11 @@
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc x86"
36 IUSE=""
37 -DEPEND=">=dev-cpp/gtkmm-2.4.8
38 +RDEPEND=">=dev-cpp/gtkmm-2.4.8
39 =x11-libs/gtksourceview-1*
40 app-text/aspell"
41 +DEPEND="${RDEPEND}
42 + dev-util/pkgconfig"
43
44 src_install() {
45 einstall
46
47
48
49 1.5 app-editors/amyedit/amyedit-1.0.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild?r1=1.4&r2=1.5
54
55 Index: amyedit-1.0.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- amyedit-1.0.ebuild 11 Oct 2007 18:48:29 -0000 1.4
62 +++ amyedit-1.0.ebuild 9 Jan 2008 12:33:59 -0000 1.5
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2007 Gentoo Foundation
65 +# Copyright 1999-2008 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.4 2007/10/11 18:48:29 remi Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.5 2008/01/09 12:33:59 pclouds Exp $
69
70 inherit eutils
71
72 @@ -11,9 +11,11 @@
73 SLOT="0"
74 KEYWORDS="~amd64 ~ppc ~x86"
75 IUSE=""
76 -DEPEND=">=dev-cpp/gtkmm-2.6
77 +RDEPEND=">=dev-cpp/gtkmm-2.6
78 =x11-libs/gtksourceview-1*
79 app-text/aspell"
80 +DEPEND="${RDEPEND}
81 + dev-util/pkgconfig"
82
83 src_install() {
84 einstall
85
86
87
88 1.16 app-editors/amyedit/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.16&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.16&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?r1=1.15&r2=1.16
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
97 retrieving revision 1.15
98 retrieving revision 1.16
99 diff -u -r1.15 -r1.16
100 --- ChangeLog 7 Jan 2008 14:18:52 -0000 1.15
101 +++ ChangeLog 9 Jan 2008 12:33:59 -0000 1.16
102 @@ -1,6 +1,10 @@
103 # ChangeLog for app-editors/amyedit
104 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.15 2008/01/07 14:18:52 pclouds Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.16 2008/01/09 12:33:59 pclouds Exp $
107 +
108 + 09 Jan 2008; Nguyễn Thái Ngọc Duy <pclouds@g.o>
109 + amyedit-0.9.ebuild, amyedit-1.0.ebuild, amyedit-1.0-r1.ebuild:
110 + Added DEPEND dev-util/pkgconfig, #205033
111
112 *amyedit-1.0-r1 (07 Jan 2008)
113
114
115
116
117 1.2 app-editors/amyedit/amyedit-1.0-r1.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.2&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.2&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?r1=1.1&r2=1.2
122
123 Index: amyedit-1.0-r1.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v
126 retrieving revision 1.1
127 retrieving revision 1.2
128 diff -u -r1.1 -r1.2
129 --- amyedit-1.0-r1.ebuild 7 Jan 2008 14:18:52 -0000 1.1
130 +++ amyedit-1.0-r1.ebuild 9 Jan 2008 12:33:59 -0000 1.2
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2008 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.1 2008/01/07 14:18:52 pclouds Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.2 2008/01/09 12:33:59 pclouds Exp $
136
137 inherit eutils
138
139 @@ -11,10 +11,12 @@
140 SLOT="0"
141 KEYWORDS="~amd64 ~ppc ~x86"
142 IUSE=""
143 -DEPEND=">=dev-cpp/gtkmm-2.6
144 +RDEPEND=">=dev-cpp/gtkmm-2.6
145 >=dev-cpp/glibmm-2.14
146 =x11-libs/gtksourceview-1*
147 app-text/aspell"
148 +DEPEND="${RDEPEND}
149 + dev-util/pkgconfig"
150
151 src_unpack() {
152 unpack ${A}
153
154
155
156 --
157 gentoo-commits@l.g.o mailing list