Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/rio500: rio500-0.7-r2.ebuild ChangeLog
Date: Mon, 19 Jan 2009 14:29:21
Message-Id: E1LOv7u-0007iM-Se@stork.gentoo.org
1 angelos 09/01/19 14:29:18
2
3 Modified: rio500-0.7-r2.ebuild ChangeLog
4 Log:
5 QA: Fix compilation with --as-needed (bug 246905)
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.29-rc2-00013-gf3b8436 x86_64)
7
8 Revision Changes Path
9 1.10 app-misc/rio500/rio500-0.7-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild?r1=1.9&r2=1.10
14
15 Index: rio500-0.7-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- rio500-0.7-r2.ebuild 31 Oct 2006 12:43:34 -0000 1.9
22 +++ rio500-0.7-r2.ebuild 19 Jan 2009 14:29:18 -0000 1.10
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild,v 1.9 2006/10/31 12:43:34 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild,v 1.10 2009/01/19 14:29:18 angelos Exp $
29
30 -inherit eutils
31 +inherit autotools eutils
32
33 DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500"
34 HOMEPAGE="http://rio500.sourceforge.net/"
35 @@ -17,8 +17,10 @@
36
37 src_unpack() {
38 unpack ${A}
39 - cd "${S}"/src/
40 - epatch "${FILESDIR}"/${P}_gcc34.patch
41 + cd "${S}"
42 + epatch "${FILESDIR}"/${P}_gcc34.patch \
43 + "${FILESDIR}"/${P}-asneeded.patch
44 + eautoreconf
45 }
46
47 src_compile() {
48 @@ -26,16 +28,16 @@
49 --with-fontpath=/usr/share/rio500/ \
50 --with-id3support || die
51 # --with-usbdevfs
52 - make || die
53 + emake || die
54 }
55
56 src_install() {
57 einstall \
58 - datadir=${D}/usr/share/rio500 || die
59 + datadir="${D}"/usr/share/rio500 || die
60
61 #delete /usr/include/getopt.h as it is part of glibc, and shouldn't be
62 #installed with rio500
63 - rm ${D}/usr/include/getopt.h 2>/dev/null
64 + rm "${D}"/usr/include/getopt.h 2>/dev/null
65
66 dodoc AUTHORS ChangeLog NEWS README TODO
67 dodoc fonts/Readme.txt
68
69
70
71 1.14 app-misc/rio500/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/ChangeLog?rev=1.14&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/ChangeLog?rev=1.14&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/ChangeLog?r1=1.13&r2=1.14
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/app-misc/rio500/ChangeLog,v
80 retrieving revision 1.13
81 retrieving revision 1.14
82 diff -u -r1.13 -r1.14
83 --- ChangeLog 6 Jan 2007 00:31:33 -0000 1.13
84 +++ ChangeLog 19 Jan 2009 14:29:18 -0000 1.14
85 @@ -1,6 +1,10 @@
86 # ChangeLog for app-misc/rio500
87 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/ChangeLog,v 1.13 2007/01/06 00:31:33 kugelfang Exp $
89 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/ChangeLog,v 1.14 2009/01/19 14:29:18 angelos Exp $
91 +
92 + 19 Jan 2009; Christoph Mende <angelos@g.o>
93 + +files/rio500-0.7-asneeded.patch, rio500-0.7-r2.ebuild:
94 + QA: Fix compilation with --as-needed (bug 246905)
95
96 06 Jan 2007; Danny van Dyk <kugelfang@g.o> -rio500-0.7-r1.ebuild:
97 QA: Removed unused versions.