Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-g15-spectrum: audacious-g15-spectrum-2.5.2.ebuild ChangeLog
Date: Mon, 31 Dec 2007 10:19:25
Message-Id: E1J9Hjr-0003gM-Ji@stork.gentoo.org
1 jokey 07/12/31 10:19:19
2
3 Modified: audacious-g15-spectrum-2.5.2.ebuild ChangeLog
4 Log:
5 Add audacious-1.4 build patch from bug #203853
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild?r1=1.1&r2=1.2
14
15 Index: audacious-g15-spectrum-2.5.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- audacious-g15-spectrum-2.5.2.ebuild 25 Dec 2007 14:42:42 -0000 1.1
22 +++ audacious-g15-spectrum-2.5.2.ebuild 31 Dec 2007 10:19:19 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild,v 1.1 2007/12/25 14:42:42 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/audacious-g15-spectrum-2.5.2.ebuild,v 1.2 2007/12/31 10:19:19 jokey Exp $
28
29 inherit eutils versionator
30
31 @@ -24,7 +24,15 @@
32
33 RDEPEND="${DEPEND}"
34
35 -S="$WORKDIR/${MY_PN}-${MY_PV}"
36 +S="${WORKDIR}/${MY_PN}-${PV}"
37 +
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + if has_version '>=media-sound/audacious-1.4'; then
42 + epatch "${FILESDIR}"/${P}-audacious-1.4.patch
43 + fi
44 +}
45
46 src_install() {
47 emake DESTDIR="${D}" install || die "emake install failed"
48
49
50
51 1.5 media-plugins/audacious-g15-spectrum/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog?rev=1.5&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog?rev=1.5&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog?r1=1.4&r2=1.5
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog,v
60 retrieving revision 1.4
61 retrieving revision 1.5
62 diff -u -r1.4 -r1.5
63 --- ChangeLog 25 Dec 2007 14:42:42 -0000 1.4
64 +++ ChangeLog 31 Dec 2007 10:19:19 -0000 1.5
65 @@ -1,6 +1,11 @@
66 # ChangeLog for media-plugins/audacious-g15-spectrum
67 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog,v 1.4 2007/12/25 14:42:42 jokey Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-g15-spectrum/ChangeLog,v 1.5 2007/12/31 10:19:19 jokey Exp $
70 +
71 + 31 Dec 2007; Markus Ullmann <jokey@g.o>
72 + +files/audacious-g15-spectrum-2.5.2-audacious-1.4.patch,
73 + audacious-g15-spectrum-2.5.2.ebuild:
74 + Add audacious-1.4 build patch from bug #203853
75
76 *audacious-g15-spectrum-2.5.2 (25 Dec 2007)
77
78
79
80
81 --
82 gentoo-commits@g.o mailing list