summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-05-26 15:54:07 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-05-26 15:54:07 +0000
commite17da81441c74af2eaf6de4cbc011baf361c7e4a (patch)
tree522f9eea93283ed8574acf38cea5569380006cd4 /app-pda
parent (Manifest recommit) (diff)
downloadgentoo-2-e17da81441c74af2eaf6de4cbc011baf361c7e4a.tar.gz
gentoo-2-e17da81441c74af2eaf6de4cbc011baf361c7e4a.tar.bz2
gentoo-2-e17da81441c74af2eaf6de4cbc011baf361c7e4a.zip
Minor cleanups
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/kitchensync/ChangeLog5
-rw-r--r--app-pda/kitchensync/kitchensync-0.0.6.ebuild12
2 files changed, 7 insertions, 10 deletions
diff --git a/app-pda/kitchensync/ChangeLog b/app-pda/kitchensync/ChangeLog
index 1b66c872d538..327c1081ee1d 100644
--- a/app-pda/kitchensync/ChangeLog
+++ b/app-pda/kitchensync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/kitchensync
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/kitchensync/ChangeLog,v 1.1 2004/01/10 14:17:08 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/kitchensync/ChangeLog,v 1.2 2004/05/26 15:54:07 caleb Exp $
+
+ 26 May 2004; Caleb Tennis <caleb@gentoo.org> kitchensync-0.0.6.ebuild:
+ Minor cleanups
*kitchensync-0.0.6 (11 Jan 2004)
diff --git a/app-pda/kitchensync/kitchensync-0.0.6.ebuild b/app-pda/kitchensync/kitchensync-0.0.6.ebuild
index 9a1dbfa842a5..e8e032793ea9 100644
--- a/app-pda/kitchensync/kitchensync-0.0.6.ebuild
+++ b/app-pda/kitchensync/kitchensync-0.0.6.ebuild
@@ -1,24 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/kitchensync/kitchensync-0.0.6.ebuild,v 1.1 2004/01/10 14:17:08 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/kitchensync/kitchensync-0.0.6.ebuild,v 1.2 2004/05/26 15:54:07 caleb Exp $
DESCRIPTION="KitchenSync is a synchronization framework for KDE3 and will be part of KDEPIM3.3"
-
HOMEPAGE="http://www.handhelds.org/~zecke/kitchensync.html"
-
SRC_URI="http://www.handhelds.org/~zecke/${P}.tar.gz"
-
LICENSE="GPL-2"
-
SLOT="0"
-
KEYWORDS="~x86"
-
IUSE=""
-
-DEPEND=">=kdepim-3.1"
+DEPEND=">=kde-base/kdepim-3.1"
src_compile() {
+ addwrite "${QTDIR}/etc/settings"
./configure \
--host=${CHOST} \
--prefix=`kde-config --prefix` \