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
commite868d744e5b069123f2e263c1a5101e97656bb80 (patch)
treea34d49c50485c0e18d3357e1ada209936ff44fa1 /app-pda
parentkeyworded sparc and hppa (diff)
downloadgentoo-2-e868d744e5b069123f2e263c1a5101e97656bb80.tar.gz
gentoo-2-e868d744e5b069123f2e263c1a5101e97656bb80.tar.bz2
gentoo-2-e868d744e5b069123f2e263c1a5101e97656bb80.zip
Initial import. Closes Bug #28481.
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/kitchensync/ChangeLog10
-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
5 files changed, 68 insertions, 1 deletions
diff --git a/app-pda/kitchensync/ChangeLog b/app-pda/kitchensync/ChangeLog
new file mode 100644
index 000000000000..1b66c872d538
--- /dev/null
+++ b/app-pda/kitchensync/ChangeLog
@@ -0,0 +1,10 @@
+# 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 $
+
+*kitchensync-0.0.6 (11 Jan 2004)
+
+ 11 Jan 2004; Troy Dack <tad@gentoo.org> kitchensync-0.0.6.ebuild:
+ Initial import. Thanks to Martin Höfling <martin.hoefling@gmx.de> for the
+ ebuild. Closes Bug #28481.
+
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>