Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libid3tag: ChangeLog libid3tag-0.15.1b-r1.ebuild
Date: Mon, 05 May 2008 09:43:20
Message-Id: E1JsxE5-0001b3-BZ@stork.gentoo.org
1 rbu 08/05/05 09:43:17
2
3 Modified: ChangeLog libid3tag-0.15.1b-r1.ebuild
4 Log:
5 Fix quoting so patches are found and applied, thanks to Natanael Copa (bug
6 #220325).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.33 media-libs/libid3tag/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 5 May 2008 02:53:45 -0000 1.32
23 +++ ChangeLog 5 May 2008 09:43:16 -0000 1.33
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/libid3tag
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v 1.32 2008/05/05 02:53:45 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v 1.33 2008/05/05 09:43:16 rbu Exp $
29 +
30 + 05 May 2008; Robert Buchholz <rbu@g.o> libid3tag-0.15.1b-r1.ebuild:
31 + Fix quoting so patches are found and applied, thanks to Natanael Copa (bug
32 + #220325).
33
34 *libid3tag-0.15.1b-r1 (05 May 2008)
35
36
37
38
39 1.2 media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: libid3tag-0.15.1b-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libid3tag-0.15.1b-r1.ebuild 5 May 2008 02:53:45 -0000 1.1
52 +++ libid3tag-0.15.1b-r1.ebuild 5 May 2008 09:43:16 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild,v 1.1 2008/05/05 02:53:45 tester Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild,v 1.2 2008/05/05 09:43:16 rbu Exp $
58
59 inherit eutils multilib
60
61 @@ -23,7 +23,7 @@
62 cd "${S}"
63 epunt_cxx #74489
64
65 - epatch "${FILESDIR}/${PV}/*.patch"
66 + epatch "${FILESDIR}/${PV}"/*.patch
67 }
68
69 src_compile() {
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list