Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/apetag: apetag-1.10.ebuild ChangeLog
Date: Sun, 29 Jun 2008 11:14:47
Message-Id: E1KCurh-0006vO-Hk@stork.gentoo.org
1 drac 08/06/29 11:14:41
2
3 Modified: apetag-1.10.ebuild ChangeLog
4 Log:
5 Restore ~amd64 wrt #227141, thanks to Chad A. Simmons and Pierre Guinoiseau for testing.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/apetag/apetag-1.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild?r1=1.1&r2=1.2
14
15 Index: apetag-1.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- apetag-1.10.ebuild 15 Jun 2008 11:09:43 -0000 1.1
22 +++ apetag-1.10.ebuild 29 Jun 2008 11:14:41 -0000 1.2
23 @@ -1,23 +1,22 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild,v 1.1 2008/06/15 11:09:43 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/apetag-1.10.ebuild,v 1.2 2008/06/29 11:14:41 drac Exp $
28
29 inherit eutils toolchain-funcs base
30
31 DESCRIPTION="Command-line ape 2.0 tagger"
32 HOMEPAGE="http://muth.org/Robert/Apetag/"
33 SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz"
34 +
35 LICENSE="GPL-3"
36 SLOT="0"
37 -
38 +KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 -KEYWORDS="-amd64 ~x86"
42 -
43 DEPEND=""
44 RDEPEND="dev-lang/python"
45
46 -S="${WORKDIR}/Apetag"
47 +S=${WORKDIR}/Apetag
48
49 PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
50
51
52
53
54 1.6 media-sound/apetag/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/apetag/ChangeLog?rev=1.6&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/apetag/ChangeLog?rev=1.6&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/apetag/ChangeLog?r1=1.5&r2=1.6
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-sound/apetag/ChangeLog,v
63 retrieving revision 1.5
64 retrieving revision 1.6
65 diff -u -r1.5 -r1.6
66 --- ChangeLog 15 Jun 2008 11:09:43 -0000 1.5
67 +++ ChangeLog 29 Jun 2008 11:14:41 -0000 1.6
68 @@ -1,6 +1,10 @@
69 # ChangeLog for media-sound/apetag
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/ChangeLog,v 1.5 2008/06/15 11:09:43 loki_val Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/apetag/ChangeLog,v 1.6 2008/06/29 11:14:41 drac Exp $
73 +
74 + 29 Jun 2008; Samuli Suominen <drac@g.o> apetag-1.10.ebuild:
75 + Restore ~amd64 wrt #227141, thanks to Chad A. Simmons and Pierre
76 + Guinoiseau for testing.
77
78 *apetag-1.10 (15 Jun 2008)
79
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list