Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.60.0.ebuild oregano-0.40.5.ebuild ChangeLog
Date: Mon, 21 Apr 2008 14:38:12
Message-Id: E1Jnx9l-0007Z4-RQ@stork.gentoo.org
1 calchan 08/04/21 14:38:09
2
3 Modified: oregano-0.60.0.ebuild oregano-0.40.5.ebuild
4 ChangeLog
5 Log:
6 Fixed pkgconfig dependencies, bug #217278.
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.6 sci-electronics/oregano/oregano-0.60.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild?r1=1.5&r2=1.6
15
16 Index: oregano-0.60.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- oregano-0.60.0.ebuild 9 Apr 2008 13:29:27 -0000 1.5
23 +++ oregano-0.60.0.ebuild 21 Apr 2008 14:38:09 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild,v 1.5 2008/04/09 13:29:27 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild,v 1.6 2008/04/21 14:38:09 calchan Exp $
29
30 inherit eutils fdo-mime
31
32 @@ -12,7 +12,7 @@
33 LICENSE="GPL-2"
34 IUSE=""
35
36 -DEPEND=">=dev-libs/libxml2-2.6.20
37 +RDEPEND=">=dev-libs/libxml2-2.6.20
38 >=app-text/scrollkeeper-0.3.14
39 >=x11-libs/gtk+-2.8
40 >=gnome-base/libglade-2.5
41 @@ -23,7 +23,8 @@
42 >=gnome-base/libgnomeprintui-2.12
43 >=x11-libs/cairo-1.0.0
44 =x11-libs/gtksourceview-1*
45 - >=dev-util/scons-0.96.1
46 + >=dev-util/scons-0.96.1"
47 +DEPEND="${RDEPEND}
48 dev-util/pkgconfig"
49
50 src_unpack() {
51
52
53
54 1.7 sci-electronics/oregano/oregano-0.40.5.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild?rev=1.7&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild?rev=1.7&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild?r1=1.6&r2=1.7
59
60 Index: oregano-0.40.5.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v
63 retrieving revision 1.6
64 retrieving revision 1.7
65 diff -u -r1.6 -r1.7
66 --- oregano-0.40.5.ebuild 9 Apr 2008 13:29:27 -0000 1.6
67 +++ oregano-0.40.5.ebuild 21 Apr 2008 14:38:09 -0000 1.7
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2008 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.6 2008/04/09 13:29:27 markusle Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.7 2008/04/21 14:38:09 calchan Exp $
73
74 inherit eutils
75
76 @@ -12,7 +12,7 @@
77 LICENSE="GPL-2"
78 IUSE=""
79
80 -DEPEND=">=dev-libs/libxml2-2.6.20
81 +RDEPEND=">=dev-libs/libxml2-2.6.20
82 >=app-text/scrollkeeper-0.3.14
83 >=x11-libs/gtk+-2.8
84 >=gnome-base/libglade-2.4
85 @@ -22,7 +22,8 @@
86 >=gnome-base/libgnomeprint-2.10
87 >=gnome-base/libgnomeprintui-2.10
88 >=x11-libs/cairo-1.0.0
89 - =x11-libs/gtksourceview-1*
90 + =x11-libs/gtksourceview-1*"
91 +DEPEND="${RDEPEND}
92 dev-util/pkgconfig"
93
94 src_compile() {
95
96
97
98 1.28 sci-electronics/oregano/ChangeLog
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/ChangeLog?rev=1.28&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/ChangeLog?rev=1.28&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/oregano/ChangeLog?r1=1.27&r2=1.28
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v
107 retrieving revision 1.27
108 retrieving revision 1.28
109 diff -u -r1.27 -r1.28
110 --- ChangeLog 9 Apr 2008 13:29:27 -0000 1.27
111 +++ ChangeLog 21 Apr 2008 14:38:09 -0000 1.28
112 @@ -1,6 +1,10 @@
113 # ChangeLog for sci-electronics/oregano
114 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.27 2008/04/09 13:29:27 markusle Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.28 2008/04/21 14:38:09 calchan Exp $
117 +
118 + 21 Apr 2008; Denis Dupeyron <calchan@g.o> oregano-0.40.5.ebuild,
119 + oregano-0.60.0.ebuild:
120 + Fixed pkgconfig dependencies, bug #217278.
121
122 09 Apr 2008; Markus Dittrich <markusle@g.o> oregano-0.40.5.ebuild,
123 oregano-0.60.0.ebuild:
124
125
126
127 --
128 gentoo-commits@l.g.o mailing list