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.8.ebuild
Date: Sat, 20 Oct 2007 00:06:46
Message-Id: E1Ij1hH-0001pa-AE@stork.gentoo.org
1 philantrop 07/10/19 23:56:07
2
3 Modified: ChangeLog
4 Added: noatun-plugins-3.5.8.ebuild
5 Log:
6 Bump to KDE 3.5.8.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.75 kde-base/noatun-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 11 Aug 2007 16:43:39 -0000 1.74
23 +++ ChangeLog 19 Oct 2007 23:56:06 -0000 1.75
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/noatun-plugins
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.74 2007/08/11 16:43:39 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.75 2007/10/19 23:56:06 philantrop Exp $
29 +
30 +*noatun-plugins-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o>
33 + +noatun-plugins-3.5.8.ebuild:
34 + Bump to KDE 3.5.8.
35
36 11 Aug 2007; Raúl Porcel <armin76@g.o>
37 noatun-plugins-3.5.7.ebuild:
38
39
40
41 1.1 kde-base/noatun-plugins/noatun-plugins-3.5.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: noatun-plugins-3.5.8.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.8.ebuild,v 1.1 2007/10/19 23:56:06 philantrop Exp $
51 KMNAME=kdeaddons
52 MAXKDEVER=$PV
53 KM_DEPRANGE="$PV $MAXKDEVER"
54 inherit db-use kde-meta
55
56 DESCRIPTION="Various plugins for Noatun."
57 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
58 IUSE="arts sdl berkdb"
59
60 DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/noatun)
61 arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) )
62 sdl? ( >=media-libs/libsdl-1.2 )
63 berkdb? ( =sys-libs/db-4* )"
64
65 RDEPEND="${DEPEND}"
66
67 pkg_setup() {
68 kde_pkg_setup
69 if use sdl && ! built_with_use media-libs/libsdl X ; then
70 eerror "media-libs/libsdl is not build with X support."
71 die "Please reemerge media-libs/libsdl with USE=\"X\"."
72 fi
73 }
74
75 src_compile() {
76 local myconf="$(use_with sdl)"
77
78 if use berkdb; then
79 dblib="$(db_libname)"
80 myconf="${myconf} --with-berkeley-db --with-db-lib=${dblib/-/_cxx-}
81 --with-extra-includes=${ROOT}$(db_includedir)"
82 else
83 myconf="${myconf} --without-berkeley-db"
84 fi
85
86 kde-meta_src_compile
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list