Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kid3: kid3-1.1.ebuild ChangeLog
Date: Tue, 28 Oct 2008 12:32:11
Message-Id: E1Kunk0-0000rZ-Vy@stork.gentoo.org
1 scarabeus 08/10/28 12:32:08
2
3 Modified: kid3-1.1.ebuild ChangeLog
4 Log:
5 Update ebuild so it actualy works for kde3 as expected.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/kid3/kid3-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: kid3-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- kid3-1.1.ebuild 27 Oct 2008 11:52:42 -0000 1.1
22 +++ kid3-1.1.ebuild 28 Oct 2008 12:32:08 -0000 1.2
23 @@ -1,10 +1,10 @@
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/kid3/kid3-1.1.ebuild,v 1.1 2008/10/27 11:52:42 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild,v 1.2 2008/10/28 12:32:08 scarabeus Exp $
28
29 EAPI="2"
30
31 -inherit eutils cmake-utils
32 +inherit eutils cmake-utils kde-functions
33
34 DESCRIPTION="A simple ID3 tag editor for QT/KDE."
35 HOMEPAGE="http://kid3.sourceforge.net/"
36 @@ -49,12 +49,16 @@
37 # we shall use kde3
38 # Compile fails without taglib, forced on.
39 # Ditto for vorbis, so there you go.
40 + set-qtdir 3
41 + set-kdedir 3
42 econf \
43 --with-kde \
44 --with-taglib \
45 --without-arts \
46 --with-vorbis \
47 - $(use_with flac)
48 - $(use_with musicbrainz)
49 + $(use_with flac) \
50 + $(use_with musicbrainz) \
51 + --with-extra-includes=/usr/kde/3.5/include/
52 + # there is noone having version older than 3.5 so this is no problem
53 fi
54 }
55
56
57
58 1.32 media-sound/kid3/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?rev=1.32&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?rev=1.32&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?r1=1.31&r2=1.32
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v
67 retrieving revision 1.31
68 retrieving revision 1.32
69 diff -u -r1.31 -r1.32
70 --- ChangeLog 27 Oct 2008 11:52:42 -0000 1.31
71 +++ ChangeLog 28 Oct 2008 12:32:08 -0000 1.32
72 @@ -1,6 +1,9 @@
73 # ChangeLog for media-sound/kid3
74 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.31 2008/10/27 11:52:42 scarabeus Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.32 2008/10/28 12:32:08 scarabeus Exp $
77 +
78 + 28 Oct 2008; Tomas Chvatal <scarabeus@g.o> kid3-1.1.ebuild:
79 + Update ebuild so it actualy works for kde3 as expected.
80
81 *kid3-1.1 (27 Oct 2008)