Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kget: kget-4.3.5.ebuild ChangeLog
Date: Mon, 25 Jan 2010 15:54:31
Message-Id: E1NZRGn-0007aJ-Pd@stork.gentoo.org
1 scarabeus 10/01/25 15:54:29
2
3 Modified: ChangeLog
4 Added: kget-4.3.5.ebuild
5 Log:
6 Version bump KDE 4.3.5
7 (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.149 kde-base/kget/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kget/ChangeLog?rev=1.149&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kget/ChangeLog?rev=1.149&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kget/ChangeLog?r1=1.148&r2=1.149
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v
19 retrieving revision 1.148
20 retrieving revision 1.149
21 diff -u -r1.148 -r1.149
22 --- ChangeLog 22 Jan 2010 04:37:12 -0000 1.148
23 +++ ChangeLog 25 Jan 2010 15:54:29 -0000 1.149
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/kget
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.148 2010/01/22 04:37:12 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.149 2010/01/25 15:54:29 scarabeus Exp $
29 +
30 +*kget-4.3.5 (25 Jan 2010)
31 +
32 + 25 Jan 2010; Tomáš Chvátal <scarabeus@g.o> +kget-4.3.5.ebuild:
33 + Version bump
34
35 22 Jan 2010; Jonathan Callen <abcd@g.o> kget-4.3.4.ebuild:
36 Keyword ~amd64-linux/~x86-linux
37
38
39
40 1.1 kde-base/kget/kget-4.3.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kget/kget-4.3.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kget/kget-4.3.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kget-4.3.5.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.3.5.ebuild,v 1.1 2010/01/25 15:54:29 scarabeus Exp $
50
51 EAPI="2"
52
53 KMNAME="kdenetwork"
54 inherit kde4-meta
55
56 DESCRIPTION="An advanced download manager for KDE"
57 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
58 IUSE="debug +handbook +plasma semantic-desktop sqlite"
59
60 DEPEND="
61 app-crypt/qca:2
62 dev-libs/gmp
63 dev-libs/libpcre
64 $(add_kdebase_dep kdelibs 'semantic-desktop?')
65 $(add_kdebase_dep libkonq)
66 $(add_kdebase_dep libkworkspace)
67 sqlite? ( dev-db/sqlite:3 )
68 "
69 RDEPEND="${DEPEND}"
70
71 src_configure() {
72 mycmakeargs=(
73 -DENABLE_EMBEDDED_TORRENT_SUPPORT=ON
74 -DWITH_KdeWebKit=OFF
75 -DWITH_WebKitPart=OFF
76 $(cmake-utils_use_with plasma)
77 $(cmake-utils_use_with semantic-desktop Nepomuk)
78 $(cmake-utils_use_with semantic-desktop Soprano)
79 $(cmake-utils_use_with sqlite)
80 )
81
82 kde4-meta_src_configure
83 }