diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-08 07:34:08 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-08 07:34:08 +0000 |
commit | 7420c13d4df40ec324ca8adc5e4d71b74f4a0d75 (patch) | |
tree | 6006b1b9eadb338a95cf856fd4a987dda8974c1c /app-mobilephone/kmobiletools | |
parent | Add symlink for update-rc -> rc-update. (diff) | |
download | gentoo-2-7420c13d4df40ec324ca8adc5e4d71b74f4a0d75.tar.gz gentoo-2-7420c13d4df40ec324ca8adc5e4d71b74f4a0d75.tar.bz2 gentoo-2-7420c13d4df40ec324ca8adc5e4d71b74f4a0d75.zip |
Version bump thanks to teidakankan and Thomas A. <gentoofan23@gmail.com> in bug 173701
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-mobilephone/kmobiletools')
3 files changed, 40 insertions, 2 deletions
diff --git a/app-mobilephone/kmobiletools/ChangeLog b/app-mobilephone/kmobiletools/ChangeLog index b64933911d53..1ad3df1df601 100644 --- a/app-mobilephone/kmobiletools/ChangeLog +++ b/app-mobilephone/kmobiletools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-mobilephone/kmobiletools -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/ChangeLog,v 1.14 2006/09/03 16:08:51 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/ChangeLog,v 1.15 2007/04/08 07:34:08 genstef Exp $ + +*kmobiletools-0.5.0_beta2 (08 Apr 2007) + + 08 Apr 2007; Stefan Schweizer <genstef@gentoo.org> + +kmobiletools-0.5.0_beta2.ebuild: + Version bump thanks to teidakankan and Thomas A. <gentoofan23@gmail.com> in + bug 173701 03 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> -files/kmobiletools-0.4.3.1-gcc41.patch, -kmobiletools-0.4.3.1.ebuild, diff --git a/app-mobilephone/kmobiletools/files/digest-kmobiletools-0.5.0_beta2 b/app-mobilephone/kmobiletools/files/digest-kmobiletools-0.5.0_beta2 new file mode 100644 index 000000000000..1e4f3320581b --- /dev/null +++ b/app-mobilephone/kmobiletools/files/digest-kmobiletools-0.5.0_beta2 @@ -0,0 +1,3 @@ +MD5 b7f193f8fff0a92008dd536f9facc383 kmobiletools-0.5.0-beta2.tar.bz2 1171134 +RMD160 10d9f4b1c5b80a37e9a8d59f7cd8cb38657cfbc6 kmobiletools-0.5.0-beta2.tar.bz2 1171134 +SHA256 24d6a4f9a4136ce68a27c8b8b402dd6ccb2360df2295f5187b024eeac25d25c8 kmobiletools-0.5.0-beta2.tar.bz2 1171134 diff --git a/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta2.ebuild b/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta2.ebuild new file mode 100644 index 000000000000..03c97c78c6ad --- /dev/null +++ b/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta2.ebuild,v 1.1 2007/04/08 07:34:08 genstef Exp $ + +inherit kde + +MY_P=${P/_beta/-beta} +DESCRIPTION="KMobiletools is a KDE-based application that allows to control mobile phones with your PC." +SRC_URI="http://download.berlios.de/kmobiletools/${MY_P}.tar.bz2" +HOMEPAGE="http://www.kmobiletools.org/" +LICENSE="GPL-2" + +IUSE="kde" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="kde? ( || ( ( kde-base/libkcal kde-base/kontact ) kde-base/kdepim ) ) + >=net-wireless/kdebluetooth-1.0_beta2" + +need-kde 3.4 + +S=${WORKDIR}/${MY_P} + +src_compile() { + myconf="$(use_enable kde libkcal) + $(use_enable kde kontact-plugin)" + + kde_src_compile +} |