Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkcompactdisc: ChangeLog libkcompactdisc-4.3.3.ebuild
Date: Mon, 02 Nov 2009 21:56:59
Message-Id: E1N54tV-0006PD-EP@stork.gentoo.org
1 wired 09/11/02 21:56:57
2
3 Modified: ChangeLog
4 Added: libkcompactdisc-4.3.3.ebuild
5 Log:
6 Version bump KDE 4.3.3
7 (Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.35 kde-base/libkcompactdisc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcompactdisc/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcompactdisc/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcompactdisc/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 18 Oct 2009 13:42:48 -0000 1.34
23 +++ ChangeLog 2 Nov 2009 21:56:56 -0000 1.35
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/libkcompactdisc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.34 2009/10/18 13:42:48 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.35 2009/11/02 21:56:56 wired Exp $
29 +
30 +*libkcompactdisc-4.3.3 (02 Nov 2009)
31 +
32 + 02 Nov 2009; Alex Alexander <wired@g.o>
33 + +libkcompactdisc-4.3.3.ebuild:
34 + Version bump
35
36 18 Oct 2009; Markus Meier <maekke@g.o>
37 libkcompactdisc-4.3.1.ebuild:
38
39
40
41 1.1 kde-base/libkcompactdisc/libkcompactdisc-4.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libkcompactdisc-4.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.3.3.ebuild,v 1.1 2009/11/02 21:56:56 wired Exp $
51
52 EAPI="2"
53
54 KMNAME="kdemultimedia"
55 inherit kde4-meta
56
57 DESCRIPTION="KDE library for playing & ripping CDs"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
59 IUSE="alsa debug"
60
61 src_configure() {
62 mycmakeargs="${mycmakeargs}
63 $(cmake-utils_use_with alsa)"
64 kde4-meta_src_configure
65 }