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/gtkguitune: gtkguitune-0.7-r1.ebuild ChangeLog
Date: Sat, 19 Apr 2008 13:01:03
Message-Id: E1JnCgc-0006uu-4j@stork.gentoo.org
1 drac 08/04/19 13:00:58
2
3 Modified: gtkguitune-0.7-r1.ebuild ChangeLog
4 Log:
5 Fix building with GCC 4.3, thanks to Peter Alfredsen.
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.4 media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: gtkguitune-0.7-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gtkguitune-0.7-r1.ebuild 29 Feb 2008 20:08:44 -0000 1.3
22 +++ gtkguitune-0.7-r1.ebuild 19 Apr 2008 13:00:57 -0000 1.4
23 @@ -1,6 +1,6 @@
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/gtkguitune/gtkguitune-0.7-r1.ebuild,v 1.3 2008/02/29 20:08:44 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild,v 1.4 2008/04/19 13:00:57 drac Exp $
28
29 inherit eutils
30
31 @@ -10,13 +10,19 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="x86 ~ppc sparc amd64"
36 +KEYWORDS="amd64 ~ppc sparc x86"
37 IUSE=""
38
39 RDEPEND="=x11-libs/gtk+-1.2*
40 =dev-cpp/gtkmm-1.2*"
41 DEPEND="${RDEPEND}"
42
43 +src_unpack() {
44 + unpack ${A}
45 + cd "${S}"
46 + epatch "${FILESDIR}"/${P}-gcc43.patch
47 +}
48 +
49 src_install() {
50 emake DESTDIR="${D}" install || die "emake install failed."
51 dodoc README AUTHORS
52
53
54
55 1.16 media-sound/gtkguitune/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/ChangeLog?rev=1.16&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/ChangeLog?rev=1.16&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/ChangeLog?r1=1.15&r2=1.16
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v
64 retrieving revision 1.15
65 retrieving revision 1.16
66 diff -u -r1.15 -r1.16
67 --- ChangeLog 29 Feb 2008 20:08:44 -0000 1.15
68 +++ ChangeLog 19 Apr 2008 13:00:57 -0000 1.16
69 @@ -1,6 +1,10 @@
70 # ChangeLog for media-sound/gtkguitune
71 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.15 2008/02/29 20:08:44 carlo Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.16 2008/04/19 13:00:57 drac Exp $
74 +
75 + 19 Apr 2008; Samuli Suominen <drac@g.o>
76 + +files/gtkguitune-0.7-gcc43.patch, gtkguitune-0.7-r1.ebuild:
77 + Fix building with GCC 4.3, thanks to Peter Alfredsen.
78
79 29 Feb 2008; Carsten Lohrke <carlo@g.o> gtkguitune-0.7-r1.ebuild:
80 Remove icon extension from desktop entry to match Icon Theme Specification.
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list