summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 10:05:52 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 10:05:52 +0000
commit5f95b7d98985b70b623b8bc6b697dbff754c9a62 (patch)
treec80635c358c32240333cf58cf4daa64e75619ff9 /app-pda
parent*** empty log message *** (diff)
downloadgentoo-2-5f95b7d98985b70b623b8bc6b697dbff754c9a62.tar.gz
gentoo-2-5f95b7d98985b70b623b8bc6b697dbff754c9a62.tar.bz2
gentoo-2-5f95b7d98985b70b623b8bc6b697dbff754c9a62.zip
*** empty log message ***
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/pocketpccommunication/Manifest2
-rw-r--r--app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.11
-rw-r--r--app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild27
-rw-r--r--app-pda/syncekonnector/Manifest3
-rw-r--r--app-pda/syncekonnector/files/digest-syncekonnector-0.2.11
-rw-r--r--app-pda/syncekonnector/files/syncekonnector-0.2.1-configure.in.in13
-rw-r--r--app-pda/syncekonnector/syncekonnector-0.2.1.ebuild33
7 files changed, 80 insertions, 0 deletions
diff --git a/app-pda/pocketpccommunication/Manifest b/app-pda/pocketpccommunication/Manifest
new file mode 100644
index 000000000000..b796f540bee2
--- /dev/null
+++ b/app-pda/pocketpccommunication/Manifest
@@ -0,0 +1,2 @@
+MD5 c39bd65c86ea9d054195c2f67a1b8bce pocketpccommunication-0.1.1.ebuild 606
+MD5 959505f5f77e26b1483ac4df3eeb7591 files/digest-pocketpccommunication-0.1.1 79
diff --git a/app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.1 b/app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.1
new file mode 100644
index 000000000000..93546489d206
--- /dev/null
+++ b/app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.1
@@ -0,0 +1 @@
+MD5 44633736d27943a5441266ed703e59d7 pocketpccommunication_0_1_1.tar.gz 726404
diff --git a/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild b/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild
new file mode 100644
index 000000000000..2604ba2d1ebb
--- /dev/null
+++ b/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild,v 1.1 2005/11/30 10:02:26 chriswhite Exp $
+
+inherit kde versionator autotools
+MY_PV=$(replace_all_version_separators '_')
+MY_P="${PN}_${MY_PV}"
+S=${WORKDIR}/${PN}
+
+DESCRIPTION="Konnector and utilities for kde pocket pc integration"
+HOMEPAGE="http://synce.sourceforge.net/synce/kde/konnector"
+SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="|| ( kde-base/kdepim-meta kde-base/kdepim )
+ app-pda/synce-kde"
+
+need-kde 3.2
+
+src_unpack() {
+ kde_src_unpack
+ eautoreconf
+}
diff --git a/app-pda/syncekonnector/Manifest b/app-pda/syncekonnector/Manifest
new file mode 100644
index 000000000000..1aa16c99ca70
--- /dev/null
+++ b/app-pda/syncekonnector/Manifest
@@ -0,0 +1,3 @@
+MD5 676027b5dd940cea1b929b6ee805bbb3 syncekonnector-0.2.1.ebuild 788
+MD5 eec13d229bb82896de30fe9113e9d787 files/digest-syncekonnector-0.2.1 72
+MD5 194181682125a9331ab009c397137a35 files/syncekonnector-0.2.1-configure.in.in 251
diff --git a/app-pda/syncekonnector/files/digest-syncekonnector-0.2.1 b/app-pda/syncekonnector/files/digest-syncekonnector-0.2.1
new file mode 100644
index 000000000000..c2c19965bca9
--- /dev/null
+++ b/app-pda/syncekonnector/files/digest-syncekonnector-0.2.1
@@ -0,0 +1 @@
+MD5 63042acc5683291cf2b8f3f4f69de4f7 syncekonnector-0.2.1.tar.gz 635690
diff --git a/app-pda/syncekonnector/files/syncekonnector-0.2.1-configure.in.in b/app-pda/syncekonnector/files/syncekonnector-0.2.1-configure.in.in
new file mode 100644
index 000000000000..d516ceb70e91
--- /dev/null
+++ b/app-pda/syncekonnector/files/syncekonnector-0.2.1-configure.in.in
@@ -0,0 +1,13 @@
+SYNCE_CHECK_RRA
+
+LIB_KABC_FILE="-lkabc_file"
+AC_SUBST(LIB_KABC_FILE)
+
+LIB_KONNECTOR="-lkonnector"
+AC_SUBST(LIB_KONNECTOR)
+
+LIB_KSYNC="-lksync"
+AC_SUBST(LIB_KSYNC)
+
+KITCHENSYNC_INCLUDES="-I$kde_includes/kitchensync"
+AC_SUBST(KITCHENSYNC_INCLUDES)
diff --git a/app-pda/syncekonnector/syncekonnector-0.2.1.ebuild b/app-pda/syncekonnector/syncekonnector-0.2.1.ebuild
new file mode 100644
index 000000000000..df8c468e9012
--- /dev/null
+++ b/app-pda/syncekonnector/syncekonnector-0.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/syncekonnector/syncekonnector-0.2.1.ebuild,v 1.1 2005/11/30 10:02:22 chriswhite Exp $
+
+inherit kde autotools
+
+DESCRIPTION="Synchronize Windows CE devices with Linux. KDE Konnector."
+HOMEPAGE="http://synce.sourceforge.net/synce/kde/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-pda/synce-libsynce-0.9
+ >=app-pda/synce-rra-0.9
+ >=app-pda/orange-0.2
+ >=app-arch/unshield-0.4
+ app-pda/dynamite
+ !app-pda/rapip"
+
+need-kde 3.2
+
+src_unpack() {
+ kde_src_unpack
+ cp "${FILESDIR}/${P}-configure.in.in" "${S}/src/configure.in.in"
+}
+
+src_compile() {
+ make -f Makefile.cvs
+ kde_src_compile
+}