diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 01:58:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 01:58:28 +0000 |
commit | 5535f9988b497bf965d7873e4b1e737a4526eb8d (patch) | |
tree | c68894ab12dd9e796124b4ddec2e5711361f4c72 /app-laptop/kthinkbat | |
parent | old, with invalid arts depend (diff) | |
download | gentoo-2-5535f9988b497bf965d7873e4b1e737a4526eb8d.tar.gz gentoo-2-5535f9988b497bf965d7873e4b1e737a4526eb8d.tar.bz2 gentoo-2-5535f9988b497bf965d7873e4b1e737a4526eb8d.zip |
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/kthinkbat')
-rw-r--r-- | app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild b/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild index 66fbebb77d0e..ba0d7906b8a3 100644 --- a/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild +++ b/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild @@ -1,27 +1,28 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild,v 1.5 2009/07/08 21:04:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild,v 1.6 2009/11/11 01:58:28 ssuominen Exp $ EAPI=1 - +ARTS_REQUIRED=never inherit kde DESCRIPTION="A ThinkPad Battery Viewer Applet" HOMEPAGE="https://lepetitfou.dyndns.org/KThinkBat" SRC_URI="http://lepetitfou.dyndns.org/download/kthinkbat/src/kthinkbat-0.2.x/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="3.5" KEYWORDS="amd64 x86" IUSE="+smapi" -DEPEND="" RDEPEND="smapi? ( app-laptop/tp_smapi )" +DEPEND="" -need-kde 3.3 +need-kde 3.5 src_install() { kde_src_install - dodoc COPYING* Contributors README + dodoc Contributors README } pkg_postinst() { |