Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/autopano-sift: autopano-sift-2.4-r1.ebuild ChangeLog
Date: Sun, 20 Apr 2008 15:33:35
Message-Id: E1JnbXp-0005Zf-AZ@stork.gentoo.org
1 maekke 08/04/20 15:33:33
2
3 Modified: autopano-sift-2.4-r1.ebuild ChangeLog
4 Log:
5 move pkgconfig to DEPEND, bug #217278
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.6 media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: autopano-sift-2.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- autopano-sift-2.4-r1.ebuild 16 Mar 2008 00:53:57 -0000 1.5
22 +++ autopano-sift-2.4-r1.ebuild 20 Apr 2008 15:33:32 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.5 2008/03/16 00:53:57 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.6 2008/04/20 15:33:32 maekke Exp $
28
29 inherit mono eutils
30
31 @@ -13,10 +13,11 @@
32 SLOT="0"
33 IUSE=""
34
35 -DEPEND="dev-lang/mono
36 +RDEPEND="dev-lang/mono
37 dev-dotnet/glade-sharp
38 dev-dotnet/gtk-sharp
39 - >=dev-dotnet/libgdiplus-1.1.11
40 + >=dev-dotnet/libgdiplus-1.1.11"
41 +DEPEND="${RDEPEND}
42 dev-util/pkgconfig"
43
44 src_unpack() {
45
46
47
48 1.20 media-gfx/autopano-sift/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift/ChangeLog?rev=1.20&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift/ChangeLog?rev=1.20&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift/ChangeLog?r1=1.19&r2=1.20
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v
57 retrieving revision 1.19
58 retrieving revision 1.20
59 diff -u -r1.19 -r1.20
60 --- ChangeLog 16 Mar 2008 00:53:57 -0000 1.19
61 +++ ChangeLog 20 Apr 2008 15:33:32 -0000 1.20
62 @@ -1,6 +1,9 @@
63 # ChangeLog for media-gfx/autopano-sift
64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.19 2008/03/16 00:53:57 maekke Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.20 2008/04/20 15:33:32 maekke Exp $
67 +
68 + 20 Apr 2008; Markus Meier <maekke@g.o> autopano-sift-2.4-r1.ebuild:
69 + move pkgconfig to DEPEND, bug #217278
70
71 16 Mar 2008; Markus Meier <maekke@g.o> -autopano-sift-2.4.ebuild,
72 autopano-sift-2.4-r1.ebuild:
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list