Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/kthinkbat: kthinkbat-0.2.9.ebuild
Date: Wed, 11 Nov 2009 01:58:30
Message-Id: E1N82Td-00053n-3n@stork.gentoo.org
1 ssuominen 09/11/11 01:58:29
2
3 Modified: kthinkbat-0.2.9.ebuild
4 Log:
5 ARTS_REQUIRED=never
6 (Portage version: 2.2_rc49/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild?r1=1.5&r2=1.6
14
15 Index: kthinkbat-0.2.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- kthinkbat-0.2.9.ebuild 8 Jul 2009 21:04:50 -0000 1.5
22 +++ kthinkbat-0.2.9.ebuild 11 Nov 2009 01:58:28 -0000 1.6
23 @@ -1,27 +1,28 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild,v 1.5 2009/07/08 21:04:50 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild,v 1.6 2009/11/11 01:58:28 ssuominen Exp $
28
29 EAPI=1
30 -
31 +ARTS_REQUIRED=never
32 inherit kde
33
34 DESCRIPTION="A ThinkPad Battery Viewer Applet"
35 HOMEPAGE="https://lepetitfou.dyndns.org/KThinkBat"
36 SRC_URI="http://lepetitfou.dyndns.org/download/kthinkbat/src/kthinkbat-0.2.x/${P}.tar.bz2"
37 +
38 LICENSE="GPL-2"
39 SLOT="3.5"
40 KEYWORDS="amd64 x86"
41 IUSE="+smapi"
42
43 -DEPEND=""
44 RDEPEND="smapi? ( app-laptop/tp_smapi )"
45 +DEPEND=""
46
47 -need-kde 3.3
48 +need-kde 3.5
49
50 src_install() {
51 kde_src_install
52 - dodoc COPYING* Contributors README
53 + dodoc Contributors README
54 }
55
56 pkg_postinst() {