Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/heap-buddy: heap-buddy-0.1.ebuild heap-buddy-0.2.ebuild ChangeLog
Date: Sat, 01 Mar 2008 23:20:05
Message-Id: E1JVazp-00066d-OM@stork.gentoo.org
1 compnerd 08/03/01 23:20:01
2
3 Modified: heap-buddy-0.1.ebuild heap-buddy-0.2.ebuild
4 ChangeLog
5 Log:
6 add pkgconfig dep (bug #206099)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild?r1=1.3&r2=1.4
15
16 Index: heap-buddy-0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- heap-buddy-0.1.ebuild 19 Mar 2006 15:50:25 -0000 1.3
23 +++ heap-buddy-0.1.ebuild 1 Mar 2008 23:20:01 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 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/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v 1.3 2006/03/19 15:50:25 metalgod Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.1.ebuild,v 1.4 2008/03/01 23:20:01 compnerd Exp $
30
31 inherit mono
32
33 @@ -15,9 +15,10 @@
34
35 RDEPEND=">=dev-lang/mono-1.1.10
36 >=dev-libs/glib-2.0"
37 -DEPEND="${RDEPEND}"
38 +DEPEND="${RDEPEND}
39 + >=dev-util/pkgconfig-0.20"
40
41 src_install() {
42 - make DESTDIR=${D} install || die
43 + make DESTDIR="${D}" install || die
44 dodoc AUTHORS NEWS README
45 }
46
47
48
49 1.2 dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild?r1=1.1&r2=1.2
54
55 Index: heap-buddy-0.2.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- heap-buddy-0.2.ebuild 5 Feb 2007 00:57:35 -0000 1.1
62 +++ heap-buddy-0.2.ebuild 1 Mar 2008 23:20:01 -0000 1.2
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/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild,v 1.1 2007/02/05 00:57:35 jurek Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/heap-buddy-0.2.ebuild,v 1.2 2008/03/01 23:20:01 compnerd Exp $
69
70 inherit mono
71
72 @@ -15,9 +15,10 @@
73
74 RDEPEND=">=dev-lang/mono-1.1.10
75 >=dev-libs/glib-2.0"
76 -DEPEND="${RDEPEND}"
77 +DEPEND="${RDEPEND}
78 + >=dev-util/pkgconfig-0.20"
79
80 src_install() {
81 - make DESTDIR=${D} install || die
82 + make DESTDIR="${D}" install || die
83 dodoc AUTHORS ChangeLog NEWS README
84 }
85
86
87
88 1.6 dev-dotnet/heap-buddy/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog?rev=1.6&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog?rev=1.6&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog?r1=1.5&r2=1.6
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v
97 retrieving revision 1.5
98 retrieving revision 1.6
99 diff -u -r1.5 -r1.6
100 --- ChangeLog 21 Feb 2007 23:08:54 -0000 1.5
101 +++ ChangeLog 1 Mar 2008 23:20:01 -0000 1.6
102 @@ -1,6 +1,10 @@
103 # ChangeLog for dev-dotnet/heap-buddy
104 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v 1.5 2007/02/21 23:08:54 peper Exp $
106 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
107 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/heap-buddy/ChangeLog,v 1.6 2008/03/01 23:20:01 compnerd Exp $
108 +
109 + 01 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
110 + heap-buddy-0.1.ebuild, heap-buddy-0.2.ebuild:
111 + Fix quoting and add dep on pkgconfig (bug #206099)
112
113 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
114 Transition to Manifest2.
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list