Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/cdtool: metadata.xml cdtool-2.1.8.ebuild ChangeLog cdtool-2.1.8-r1.ebuild
Date: Fri, 19 Jun 2009 17:17:53
Message-Id: E1MHhip-0007Rv-66@stork.gentoo.org
1 ssuominen 09/06/19 17:17:51
2
3 Modified: metadata.xml cdtool-2.1.8.ebuild ChangeLog
4 Added: cdtool-2.1.8-r1.ebuild
5 Log:
6 Fix compile with glibc 2.10
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-sound/cdtool/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/cdtool/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 1 Mar 2004 03:52:43 -0000 1.1
23 +++ metadata.xml 19 Jun 2009 17:17:51 -0000 1.2
24 @@ -1,5 +1,5 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sound</herd>
29 + <herd>sound</herd>
30 </pkgmetadata>
31
32
33
34 1.6 media-sound/cdtool/cdtool-2.1.8.ebuild
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild?rev=1.6&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild?rev=1.6&content-type=text/plain
38 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild?r1=1.5&r2=1.6
39
40 Index: cdtool-2.1.8.ebuild
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild,v
43 retrieving revision 1.5
44 retrieving revision 1.6
45 diff -u -r1.5 -r1.6
46 --- cdtool-2.1.8.ebuild 12 Dec 2007 15:45:38 -0000 1.5
47 +++ cdtool-2.1.8.ebuild 19 Jun 2009 17:17:51 -0000 1.6
48 @@ -1,6 +1,6 @@
49 -# Copyright 1999-2007 Gentoo Foundation
50 +# Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild,v 1.5 2007/12/12 15:45:38 fmccor Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/cdtool-2.1.8.ebuild,v 1.6 2009/06/19 17:17:51 ssuominen Exp $
54
55 DESCRIPTION="Collection of command-line utilities to control cdrom devices."
56 HOMEPAGE="http://hinterhof.net/cdtool"
57 @@ -11,9 +11,10 @@
58 KEYWORDS="amd64 ppc sparc x86"
59 IUSE=""
60
61 +RDEPEND=""
62 DEPEND="!media-sound/cdplay"
63
64 src_install() {
65 - emake DESTDIR="${D}" install || die "emake install failed."
66 + emake DESTDIR="${D}" install || die "emake install failed"
67 dodoc CHANGES CREDITS README TODO
68 }
69
70
71
72 1.19 media-sound/cdtool/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/ChangeLog?rev=1.19&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/ChangeLog?rev=1.19&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/ChangeLog?r1=1.18&r2=1.19
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-sound/cdtool/ChangeLog,v
81 retrieving revision 1.18
82 retrieving revision 1.19
83 diff -u -r1.18 -r1.19
84 --- ChangeLog 12 Dec 2007 15:45:38 -0000 1.18
85 +++ ChangeLog 19 Jun 2009 17:17:51 -0000 1.19
86 @@ -1,6 +1,13 @@
87 # ChangeLog for media-sound/cdtool
88 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/ChangeLog,v 1.18 2007/12/12 15:45:38 fmccor Exp $
90 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/ChangeLog,v 1.19 2009/06/19 17:17:51 ssuominen Exp $
92 +
93 +*cdtool-2.1.8-r1 (19 Jun 2009)
94 +
95 + 19 Jun 2009; Samuli Suominen <ssuominen@g.o> +cdtool-2.1.8-r1.ebuild,
96 + +files/cdtool-2.1.8-glibc-2.10.patch:
97 + Fix compile with glibc 2.10 wrt #273764, thanks to Diego E. Pettenò for
98 + reporting.
99
100 12 Dec 2007; Ferris McCormick <fmccor@g.o> cdtool-2.1.8.ebuild:
101 Sparc stable, Bug #200098.
102 @@ -16,7 +23,7 @@
103
104 *cdtool-2.1.8 (27 Jul 2007)
105
106 - 27 Jul 2007; Samuli Suominen <drac@g.o> +cdtool-2.1.8.ebuild:
107 + 27 Jul 2007; Samuli Suominen <ssuominen@g.o> +cdtool-2.1.8.ebuild:
108 Version bump.
109
110 03 Feb 2007; Steve Dibb <beandog@g.o> cdtool-2.1.5-r1.ebuild:
111
112
113
114 1.1 media-sound/cdtool/cdtool-2.1.8-r1.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/cdtool-2.1.8-r1.ebuild?rev=1.1&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cdtool/cdtool-2.1.8-r1.ebuild?rev=1.1&content-type=text/plain
118
119 Index: cdtool-2.1.8-r1.ebuild
120 ===================================================================
121 # Copyright 1999-2009 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 # $Header: /var/cvsroot/gentoo-x86/media-sound/cdtool/cdtool-2.1.8-r1.ebuild,v 1.1 2009/06/19 17:17:51 ssuominen Exp $
124
125 EAPI=2
126 inherit eutils
127
128 DESCRIPTION="Collection of command-line utilities to control cdrom devices."
129 HOMEPAGE="http://hinterhof.net/cdtool"
130 SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz"
131
132 LICENSE="GPL-2"
133 SLOT="0"
134 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
135 IUSE=""
136
137 RDEPEND=""
138 DEPEND="!media-sound/cdplay"
139
140 src_prepare() {
141 epatch "${FILESDIR}"/${P}-glibc-2.10.patch
142 }
143
144 src_install() {
145 emake DESTDIR="${D}" install || die "emake install failed"
146 dodoc CHANGES CREDITS README TODO
147 }