summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-13 21:30:48 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-13 21:30:48 +0000
commitd8190b49e243b17719dcfd3a974fcda139f057f6 (patch)
treeeccd4756bbee85d65866327d8d2a0219ea1293c2 /app-pda
parentVersion bump. (#135060) (diff)
downloadgentoo-2-d8190b49e243b17719dcfd3a974fcda139f057f6.tar.gz
gentoo-2-d8190b49e243b17719dcfd3a974fcda139f057f6.tar.bz2
gentoo-2-d8190b49e243b17719dcfd3a974fcda139f057f6.zip
version bump
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce/ChangeLog8
-rw-r--r--app-pda/synce/files/digest-synce-0.9.21
-rw-r--r--app-pda/synce/synce-0.9.2.ebuild28
3 files changed, 36 insertions, 1 deletions
diff --git a/app-pda/synce/ChangeLog b/app-pda/synce/ChangeLog
index d5af187fbee9..99a76e01fb2b 100644
--- a/app-pda/synce/ChangeLog
+++ b/app-pda/synce/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.9 2006/06/22 10:37:33 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.10 2006/07/13 21:30:48 liquidx Exp $
+
+*synce-0.9.2 (13 Jul 2006)
+
+ 13 Jul 2006; Alastair Tse <liquidx@gentoo.org> -synce-0.8.4.ebuild,
+ -synce-0.8.4-r1.ebuild, -synce-0.9.0.ebuild, +synce-0.9.2.ebuild:
+ version bump
22 Jun 2006; Karol Wojtaszek <sekretarz@gentoo.org> synce-0.9.1.ebuild:
~amd64 keyworded
diff --git a/app-pda/synce/files/digest-synce-0.9.2 b/app-pda/synce/files/digest-synce-0.9.2
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/app-pda/synce/files/digest-synce-0.9.2
@@ -0,0 +1 @@
+
diff --git a/app-pda/synce/synce-0.9.2.ebuild b/app-pda/synce/synce-0.9.2.ebuild
new file mode 100644
index 000000000000..19d36213be20
--- /dev/null
+++ b/app-pda/synce/synce-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.9.2.ebuild,v 1.1 2006/07/13 21:30:48 liquidx Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with Linux."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc"
+IUSE="gnome kde"
+
+DEPEND=">=app-pda/synce-libsynce-0.9.2
+ >=app-pda/synce-librapi2-0.9.2
+ >=app-pda/synce-dccm-0.9.1
+ >=app-pda/synce-serial-0.9.1
+ >=app-pda/orange-0.3
+ >=app-arch/unshield-0.5
+ gnome? ( >=app-pda/synce-gnomevfs-0.9.0
+ >=app-pda/synce-trayicon-0.9.0
+ >=app-pda/synce-software-manager-0.9.0
+ >=app-pda/synce-multisync_plugin-0.9.0 )
+ kde? ( >=app-pda/synce-kde-0.8 )"
+
+src_compile() {
+ return
+}