Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/noatun-plugins: ChangeLog noatun-plugins-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:34:15
Message-Id: E1JRyS4-0000AX-At@stork.gentoo.org
1 philantrop 08/02/20 23:34:12
2
3 Modified: ChangeLog
4 Added: noatun-plugins-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.82 kde-base/noatun-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/ChangeLog?rev=1.82&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/ChangeLog?rev=1.82&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/ChangeLog?r1=1.81&r2=1.82
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v
19 retrieving revision 1.81
20 retrieving revision 1.82
21 diff -u -r1.81 -r1.82
22 --- ChangeLog 17 Feb 2008 02:18:36 -0000 1.81
23 +++ ChangeLog 20 Feb 2008 23:34:11 -0000 1.82
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/noatun-plugins
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.81 2008/02/17 02:18:36 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.82 2008/02/20 23:34:11 philantrop Exp $
29 +
30 +*noatun-plugins-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o>
33 + +noatun-plugins-3.5.9.ebuild:
34 + Version bump to KDE 3.5.9.
35
36 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o>
37 -noatun-plugins-3.5.5.ebuild, -noatun-plugins-3.5.6.ebuild,
38
39
40
41 1.1 kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: noatun-plugins-3.5.9.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild,v 1.1 2008/02/20 23:34:11 philantrop Exp $
51 KMNAME=kdeaddons
52 EAPI="1"
53 inherit db-use kde-meta
54
55 DESCRIPTION="Various plugins for Noatun."
56 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
57 IUSE="arts sdl berkdb"
58
59 DEPEND=">=kde-base/noatun-${PV}:${SLOT}
60 arts? ( >=kde-base/arts-${PV}:${SLOT} )
61 sdl? ( >=media-libs/libsdl-1.2 )
62 berkdb? ( =sys-libs/db-4* )"
63
64 RDEPEND="${DEPEND}"
65
66 pkg_setup() {
67 kde_pkg_setup
68 if use sdl && ! built_with_use media-libs/libsdl X ; then
69 eerror "media-libs/libsdl is not build with X support."
70 die "Please reemerge media-libs/libsdl with USE=\"X\"."
71 fi
72 }
73
74 src_compile() {
75 local myconf="$(use_with sdl)"
76
77 if use berkdb; then
78 dblib="$(db_libname)"
79 myconf="${myconf} --with-berkeley-db --with-db-lib=${dblib/-/_cxx-}
80 --with-extra-includes=${ROOT}$(db_includedir)"
81 else
82 myconf="${myconf} --without-berkeley-db"
83 fi
84
85 kde-meta_src_compile
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list