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/taglib-sharp: ChangeLog taglib-sharp-1.9.75474.ebuild taglib-sharp-1.1.73998-r1.ebuild taglib-sharp-2.0.2.0.ebuild
Date: Sun, 02 Mar 2008 08:04:08
Message-Id: E1JVjAy-0008Mp-2G@stork.gentoo.org
1 compnerd 08/03/02 08:04:04
2
3 Modified: ChangeLog taglib-sharp-1.9.75474.ebuild
4 taglib-sharp-1.1.73998-r1.ebuild
5 taglib-sharp-2.0.2.0.ebuild
6 Log:
7 add pkgconfig (bug #206125)
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.5 dev-dotnet/taglib-sharp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 3 Jan 2008 22:08:48 -0000 1.4
24 +++ ChangeLog 2 Mar 2008 08:04:03 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-dotnet/taglib-sharp
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.4 2008/01/03 22:08:48 jurek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.5 2008/03/02 08:04:03 compnerd Exp $
30 +
31 + 02 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
32 + taglib-sharp-1.1.73998-r1.ebuild, taglib-sharp-1.9.75474.ebuild,
33 + taglib-sharp-2.0.2.0.ebuild:
34 + add pkgconfig dep (bug #206125)
35
36 *taglib-sharp-2.0.2.0 (03 Jan 2008)
37
38
39
40
41 1.2 dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild?r1=1.1&r2=1.2
46
47 Index: taglib-sharp-1.9.75474.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- taglib-sharp-1.9.75474.ebuild 10 Sep 2007 19:22:45 -0000 1.1
54 +++ taglib-sharp-1.9.75474.ebuild 2 Mar 2008 08:04:03 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild,v 1.1 2007/09/10 19:22:45 jurek Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild,v 1.2 2008/03/02 08:04:03 compnerd Exp $
61
62 inherit mono eutils
63
64 @@ -13,11 +13,12 @@
65 KEYWORDS="~amd64 ~x86"
66 IUSE="doc"
67
68 -RDEPEND=">=dev-lang/mono-1.1"
69 -DEPEND="${RDEPEND}
70 +RDEPEND=">=dev-lang/mono-1.1
71 doc? ( >=dev-util/monodoc-1.1.9
72 app-arch/unzip )
73 media-libs/taglib"
74 +DEPEND="${RDEPEND}
75 + >=dev-util/pkgconfig-0.20"
76
77 src_compile() {
78 # taglib-sharp configure script is a bit messed up
79
80
81
82 1.2 dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild?r1=1.1&r2=1.2
87
88 Index: taglib-sharp-1.1.73998-r1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- taglib-sharp-1.1.73998-r1.ebuild 4 Jul 2007 21:04:21 -0000 1.1
95 +++ taglib-sharp-1.1.73998-r1.ebuild 2 Mar 2008 08:04:03 -0000 1.2
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2007 Gentoo Foundation
98 +# Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild,v 1.1 2007/07/04 21:04:21 jurek Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild,v 1.2 2008/03/02 08:04:03 compnerd Exp $
102
103 inherit mono eutils
104
105 @@ -13,11 +13,12 @@
106 KEYWORDS="~amd64 ~x86"
107 IUSE="doc"
108
109 -RDEPEND=">=dev-lang/mono-1.1"
110 -DEPEND="${RDEPEND}
111 +RDEPEND=">=dev-lang/mono-1.1
112 doc? ( >=dev-util/monodoc-1.1.9
113 app-arch/unzip )
114 media-libs/taglib"
115 +DEPEND="${RDEPEND}
116 + >=dev-util/pkgconfig-0.20"
117
118 src_compile() {
119 # taglib-sharp configure script is a bit messed up
120
121
122
123 1.2 dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild?rev=1.2&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild?rev=1.2&content-type=text/plain
127 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild?r1=1.1&r2=1.2
128
129 Index: taglib-sharp-2.0.2.0.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild,v
132 retrieving revision 1.1
133 retrieving revision 1.2
134 diff -u -r1.1 -r1.2
135 --- taglib-sharp-2.0.2.0.ebuild 3 Jan 2008 22:08:48 -0000 1.1
136 +++ taglib-sharp-2.0.2.0.ebuild 2 Mar 2008 08:04:03 -0000 1.2
137 @@ -1,6 +1,6 @@
138 # Copyright 1999-2008 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild,v 1.1 2008/01/03 22:08:48 jurek Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild,v 1.2 2008/03/02 08:04:03 compnerd Exp $
142
143 EAPI=1
144
145 @@ -15,14 +15,16 @@
146 KEYWORDS="~amd64 ~x86"
147 IUSE="doc gnome"
148
149 -RDEPEND="${DEPEND}"
150 -DEPEND="dev-lang/mono
151 - gnome? ( >=dev-dotnet/gnome-sharp-2.0 )
152 - doc? ( dev-util/monodoc )"
153 +RDEPEND="dev-lang/mono
154 + gnome? ( >=dev-dotnet/gnome-sharp-2.0 )
155 + doc? ( dev-util/monodoc )"
156 +DEPEND="${RDEPEND}
157 + >=dev-util/pkgconfig-0.20"
158
159 src_unpack() {
160 - unpack "${A}"
161 + unpack ${A}
162 cd "${S}"
163 +
164 # Cleaning up docdir mess (bug #184149)
165 epatch "${FILESDIR}"/${PN}-fix-docdir.patch
166 # taglib-sharp configure script is a bit messed up
167
168
169
170 --
171 gentoo-commits@l.g.o mailing list