summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2004-01-10 14:17:20 +0000
committerTroy Dack <tad@gentoo.org>2004-01-10 14:17:20 +0000
commit7edbdd9d25227878303e9dee8f29a3586842924f (patch)
treeefc36ca7c5aef2d28a17645909d91e23028eebe9 /app-pda/kitchensync
parentkeyworded sparc and hppa (diff)
downloadhistorical-7edbdd9d25227878303e9dee8f29a3586842924f.tar.gz
historical-7edbdd9d25227878303e9dee8f29a3586842924f.tar.bz2
historical-7edbdd9d25227878303e9dee8f29a3586842924f.zip
Initial import. Closes Bug #28481.
Diffstat (limited to 'app-pda/kitchensync')
-rw-r--r--app-pda/kitchensync/Manifest4
-rw-r--r--app-pda/kitchensync/files/digest-kitchensync-0.0.61
-rw-r--r--app-pda/kitchensync/kitchensync-0.0.6.ebuild32
-rw-r--r--app-pda/kitchensync/metadata.xml22
4 files changed, 58 insertions, 1 deletions
diff --git a/app-pda/kitchensync/Manifest b/app-pda/kitchensync/Manifest
index 0ec4db5648d2..3e05228dc5d9 100644
--- a/app-pda/kitchensync/Manifest
+++ b/app-pda/kitchensync/Manifest
@@ -1,2 +1,4 @@
-MD5 74815236412fee113aad91ef9cc98f3d kitchensync-0.0.6.ebuild 655
+MD5 fd90eb52be304f03332e677c2754f356 kitchensync-0.0.6.ebuild 761
+MD5 f6ea6bcbe1d6064db4b959eda74ec6af ChangeLog 425
+MD5 cc12fca56917304641b63cc335314f71 metadata.xml 640
MD5 523e6566c90b56f95c03bc08b94abdd0 files/digest-kitchensync-0.0.6 70
diff --git a/app-pda/kitchensync/files/digest-kitchensync-0.0.6 b/app-pda/kitchensync/files/digest-kitchensync-0.0.6
new file mode 100644
index 000000000000..9b3fbe1f043f
--- /dev/null
+++ b/app-pda/kitchensync/files/digest-kitchensync-0.0.6
@@ -0,0 +1 @@
+MD5 9ed14ae2f343a2c97af38655ef843c91 kitchensync-0.0.6.tar.gz 2020261
diff --git a/app-pda/kitchensync/kitchensync-0.0.6.ebuild b/app-pda/kitchensync/kitchensync-0.0.6.ebuild
new file mode 100644
index 000000000000..9a1dbfa842a5
--- /dev/null
+++ b/app-pda/kitchensync/kitchensync-0.0.6.ebuild
@@ -0,0 +1,32 @@
+# 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 $
+
+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"
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=`kde-config --prefix` \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}
diff --git a/app-pda/kitchensync/metadata.xml b/app-pda/kitchensync/metadata.xml
new file mode 100644
index 000000000000..cb443736e95d
--- /dev/null
+++ b/app-pda/kitchensync/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!--
+
+This is the example metadata file.
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed: herd, maintainer, and
+longdescription. herd is a required subelement.
+
+For a full description look at:
+http://www.gentoo.org/proj/en/metastructure/herds
+
+
+Before committing, please remove the comments from this file. They are
+not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+<herd>pda</herd>
+<maintainer>
+ <email>tad@gentoo.org</email>
+</maintainer>
+</pkgmetadata>