Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cuetools: ChangeLog cuetools-1.3.1.ebuild cuetools-1.3.1-r1.ebuild
Date: Sat, 20 Jun 2009 22:10:08
Message-Id: E1MI8lB-0002D6-Nv@stork.gentoo.org
1 flameeyes 09/06/20 22:10:05
2
3 Modified: ChangeLog cuetools-1.3.1.ebuild
4 Added: cuetools-1.3.1-r1.ebuild
5 Log:
6 Correct some huge QA problems with this ebuild: the .bz2 patch should not be in $FILESDIR, and shouldn't be applied conditionally to ppc at all! Add an -r1 that applies the patch unconditionally, and move the patch to mirrors.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 app-cdr/cuetools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cuetools/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 6 Jun 2008 21:14:19 -0000 1.14
23 +++ ChangeLog 20 Jun 2009 22:10:05 -0000 1.15
24 @@ -1,6 +1,15 @@
25 # ChangeLog for app-cdr/cuetools
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/ChangeLog,v 1.14 2008/06/06 21:14:19 drac Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/ChangeLog,v 1.15 2009/06/20 22:10:05 flameeyes Exp $
30 +
31 +*cuetools-1.3.1-r1 (20 Jun 2009)
32 +
33 + 20 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
34 + cuetools-1.3.1.ebuild, +cuetools-1.3.1-r1.ebuild, -files/ppc.patch.bz2:
35 + Correct some huge QA problems with this ebuild: the .bz2 patch should not
36 + be in $FILESDIR, and shouldn't be applied conditionally to ppc at all! Add
37 + an -r1 that applies the patch unconditionally, and move the patch to
38 + mirrors.
39
40 06 Jun 2008; Samuli Suominen <drac@g.o> cuetools-1.3.1.ebuild:
41 Use mirrors:// for berlios.
42
43
44
45 1.6 app-cdr/cuetools/cuetools-1.3.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1.ebuild?r1=1.5&r2=1.6
50
51 Index: cuetools-1.3.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- cuetools-1.3.1.ebuild 6 Jun 2008 21:14:19 -0000 1.5
58 +++ cuetools-1.3.1.ebuild 20 Jun 2009 22:10:05 -0000 1.6
59 @@ -1,12 +1,13 @@
60 -# Copyright 1999-2008 Gentoo Foundation
61 +# Copyright 1999-2009 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1.ebuild,v 1.5 2008/06/06 21:14:19 drac Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1.ebuild,v 1.6 2009/06/20 22:10:05 flameeyes Exp $
65
66 inherit eutils
67
68 DESCRIPTION="Utilities to manipulate and convert cue and toc files"
69 HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
70 -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
71 +SRC_URI="mirror://berlios/${PN}/${P}.tar.gz
72 + mirror://gentoo/${P}-debian.patch.bz2"
73
74 LICENSE="GPL-2"
75 SLOT="0"
76 @@ -16,8 +17,8 @@
77 src_unpack() {
78 unpack ${A}
79 cd "${S}"
80 - # What in earth is bzip2 archive doing in tree?
81 - use ppc && epatch "${FILESDIR}"/ppc.patch.bz2
82 +
83 + use ppc && epatch "${WORKDIR}/${P}-debian.patch"
84 }
85
86 src_install() {
87
88
89
90 1.1 app-cdr/cuetools/cuetools-1.3.1-r1.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1-r1.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1-r1.ebuild?rev=1.1&content-type=text/plain
94
95 Index: cuetools-1.3.1-r1.ebuild
96 ===================================================================
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-1.3.1-r1.ebuild,v 1.1 2009/06/20 22:10:05 flameeyes Exp $
100
101 inherit eutils
102
103 DESCRIPTION="Utilities to manipulate and convert cue and toc files"
104 HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
105 SRC_URI="mirror://berlios/${PN}/${P}.tar.gz
106 mirror://gentoo/${P}-debian.patch.bz2"
107
108 LICENSE="GPL-2"
109 SLOT="0"
110 KEYWORDS="~amd64 ~ppc ~x86"
111 IUSE=""
112
113 src_unpack() {
114 unpack ${A}
115 cd "${S}"
116
117 epatch "${WORKDIR}/${P}-debian.patch"
118 }
119
120 src_install() {
121 emake DESTDIR="${D}" install || die "emake install failed."
122 dodoc AUTHORS NEWS README TODO || die
123 docinto extras
124 dodoc extras/{cue{convert.cgi,tag.sh},*.txt} || die
125 }