diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:03:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:03:07 +0000 |
commit | f5fd7123c56bdb2723bfe9dbd2e769138aef6a21 (patch) | |
tree | 601601625ec1051e64c30c923166d650d72885a6 /app-mobilephone | |
parent | ARTS_REQUIRED=never (diff) | |
download | gentoo-2-f5fd7123c56bdb2723bfe9dbd2e769138aef6a21.tar.gz gentoo-2-f5fd7123c56bdb2723bfe9dbd2e769138aef6a21.tar.bz2 gentoo-2-f5fd7123c56bdb2723bfe9dbd2e769138aef6a21.zip |
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild b/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild index f386305af7b7..206913b99375 100644 --- a/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild +++ b/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild,v 1.7 2008/05/29 21:29:54 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.4.3.3.ebuild,v 1.8 2009/11/11 12:03:07 ssuominen Exp $ +ARTS_REQUIRED=never inherit kde DESCRIPTION="KMobiletools is a KDE-based application that allows to control mobile phones with your PC." SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.kmobiletools.org/" -LICENSE="GPL-2" -IUSE="" +LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~ppc x86" +IUSE="" need-kde 3.5 src_unpack() { kde_src_unpack - rm -f "${S}/configure" } |