summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2004-03-26 12:34:10 +0000
committerTroy Dack <tad@gentoo.org>2004-03-26 12:34:10 +0000
commitdea8a4b39b3c11974835e58296bf0d62e43c13c2 (patch)
tree74ab4901d6ffb07304c9014fe53fd049b743a0b2 /app-pda/synce
parentAdding inherit eutils and IUSE (diff)
downloadhistorical-dea8a4b39b3c11974835e58296bf0d62e43c13c2.tar.gz
historical-dea8a4b39b3c11974835e58296bf0d62e43c13c2.tar.bz2
historical-dea8a4b39b3c11974835e58296bf0d62e43c13c2.zip
Version bump.
Diffstat (limited to 'app-pda/synce')
-rw-r--r--app-pda/synce/ChangeLog9
-rw-r--r--app-pda/synce/Manifest4
-rw-r--r--app-pda/synce/files/digest-synce-0.8.90
-rw-r--r--app-pda/synce/synce-0.8.9.ebuild26
4 files changed, 36 insertions, 3 deletions
diff --git a/app-pda/synce/ChangeLog b/app-pda/synce/ChangeLog
index 423a943caef1..1f6aaef9ccbb 100644
--- a/app-pda/synce/ChangeLog
+++ b/app-pda/synce/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.2 2003/09/22 14:05:43 abhishek Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.3 2004/03/26 12:34:10 tad Exp $
+
+*synce-0.8.9 (26 Mar 2004)
+
+ 26 Mar 2004; Troy Dack <troy@gentoo.org> synce-0.8.9.ebuild:
+ Version bump.
*synce-0.8.4-r1 (22 Sep 2003)
diff --git a/app-pda/synce/Manifest b/app-pda/synce/Manifest
index 078c96e0b00c..e886c5850e26 100644
--- a/app-pda/synce/Manifest
+++ b/app-pda/synce/Manifest
@@ -1,6 +1,8 @@
+MD5 f54b6b6519e1a08faafee3af567b1820 synce-0.8.9.ebuild 696
MD5 0e768d6b9a910b9a71a86537bb2f5a4a synce-0.8.4.ebuild 797
MD5 87f179297a1f9302a255edb560452aa3 synce-0.8.4-r1.ebuild 693
-MD5 f3c442fe2bc9dff5b2c17797d54842bc ChangeLog 542
+MD5 58920ff3e3ada4db7280e11ddfc8428b ChangeLog 650
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-synce-0.8.4 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-synce-0.8.9 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-synce-0.8.4-r1 0
diff --git a/app-pda/synce/files/digest-synce-0.8.9 b/app-pda/synce/files/digest-synce-0.8.9
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-pda/synce/files/digest-synce-0.8.9
diff --git a/app-pda/synce/synce-0.8.9.ebuild b/app-pda/synce/synce-0.8.9.ebuild
new file mode 100644
index 000000000000..d7f3af375fa4
--- /dev/null
+++ b/app-pda/synce/synce-0.8.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND=">=app-pda/synce-libsynce-0.8.9
+ >=app-pda/synce-librapi2-0.8.9
+ >=app-pda/synce-dccm-0.8.9
+ >=app-pda/synce-serial-0.8.9
+
+ gnome? ( >=app-pda/synce-gnomevfs-0.8
+ >=app-pda/synce-trayicon-0.8 )
+ >=app-pda/orange-0.2"
+
+src_compile() {
+ return
+}
+