summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Welch <zwelch@gentoo.org>2003-02-25 05:01:10 +0000
committerZack Welch <zwelch@gentoo.org>2003-02-25 05:01:10 +0000
commitcc690758ff3739f00aa0376cb8e22189dfced76a (patch)
tree93ff8ce97c282d25ba2250b9b2ace02680d6f0a2 /app-pda
parentquick fix to ccache-2.1.1-r2 ebuild (diff)
downloadgentoo-2-cc690758ff3739f00aa0376cb8e22189dfced76a.tar.gz
gentoo-2-cc690758ff3739f00aa0376cb8e22189dfced76a.tar.bz2
gentoo-2-cc690758ff3739f00aa0376cb8e22189dfced76a.zip
update synce ebuilds to new version; add two new related ebuilds
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/rapip/ChangeLog9
-rw-r--r--app-pda/rapip/files/digest-rapip-0.41
-rw-r--r--app-pda/rapip/rapip-0.4.ebuild24
-rw-r--r--app-pda/synce-dccm/ChangeLog7
-rw-r--r--app-pda/synce-dccm/files/digest-synce-dccm-0.71
-rw-r--r--app-pda/synce-dccm/synce-dccm-0.7.ebuild24
-rw-r--r--app-pda/synce-gnomevfs/ChangeLog9
-rw-r--r--app-pda/synce-gnomevfs/files/digest-synce-gnomevfs-0.21
-rw-r--r--app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild24
-rw-r--r--app-pda/synce-librapi2/ChangeLog7
-rw-r--r--app-pda/synce-librapi2/files/digest-synce-librapi2-0.71
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.7.ebuild25
-rw-r--r--app-pda/synce-libsynce/ChangeLog7
-rw-r--r--app-pda/synce-libsynce/files/digest-synce-libsynce-0.71
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.7.ebuild23
-rw-r--r--app-pda/synce-serial/ChangeLog7
-rw-r--r--app-pda/synce-serial/files/digest-synce-serial-0.71
-rw-r--r--app-pda/synce-serial/synce-serial-0.7.ebuild23
-rw-r--r--app-pda/synce-trayicon/ChangeLog7
-rw-r--r--app-pda/synce-trayicon/files/digest-synce-trayicon-0.71
-rw-r--r--app-pda/synce-trayicon/synce-trayicon-0.7.ebuild26
21 files changed, 224 insertions, 5 deletions
diff --git a/app-pda/rapip/ChangeLog b/app-pda/rapip/ChangeLog
new file mode 100644
index 000000000000..811b038687ff
--- /dev/null
+++ b/app-pda/rapip/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-pda/rapip
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/rapip/ChangeLog,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+*rapip-0.4 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> rapip-0.4.ebuild files/digest-rapip-0.4 :
+ Add new ebuild; see bug 16105
+
diff --git a/app-pda/rapip/files/digest-rapip-0.4 b/app-pda/rapip/files/digest-rapip-0.4
new file mode 100644
index 000000000000..8c0b29bbff77
--- /dev/null
+++ b/app-pda/rapip/files/digest-rapip-0.4
@@ -0,0 +1 @@
+MD5 27f9e67466b0373769f5dcecc50fa1e8 rapip-0.4.tar.gz 622077
diff --git a/app-pda/rapip/rapip-0.4.ebuild b/app-pda/rapip/rapip-0.4.ebuild
new file mode 100644
index 000000000000..180b6c08a4a8
--- /dev/null
+++ b/app-pda/rapip/rapip-0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/rapip/rapip-0.4.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc
+ app-pda/synce-libsynce"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-dccm/ChangeLog b/app-pda/synce-dccm/ChangeLog
index 58762874bf40..cbd2e02a2c2d 100644
--- a/app-pda/synce-dccm/ChangeLog
+++ b/app-pda/synce-dccm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-dccm
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/ChangeLog,v 1.2 2003/02/12 05:14:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $
+
+*synce-dccm-0.7 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-dccm-0.7.ebuild files/digest-synce-dccm-0.7 :
+ Bump version; see bug 16105
*synce-dccm-0.3.1 (27 Nov 2002)
diff --git a/app-pda/synce-dccm/files/digest-synce-dccm-0.7 b/app-pda/synce-dccm/files/digest-synce-dccm-0.7
new file mode 100644
index 000000000000..61d6d542c8a1
--- /dev/null
+++ b/app-pda/synce-dccm/files/digest-synce-dccm-0.7
@@ -0,0 +1 @@
+MD5 bc1cd563870642cc5bbd16e9b31bf208 synce-dccm-0.7.tar.gz 183384
diff --git a/app-pda/synce-dccm/synce-dccm-0.7.ebuild b/app-pda/synce-dccm/synce-dccm-0.7.ebuild
new file mode 100644
index 000000000000..15a65426f657
--- /dev/null
+++ b/app-pda/synce-dccm/synce-dccm-0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/synce-dccm-0.7.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc
+ app-pda/synce-libsynce"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-gnomevfs/ChangeLog b/app-pda/synce-gnomevfs/ChangeLog
new file mode 100644
index 000000000000..129b9b040be8
--- /dev/null
+++ b/app-pda/synce-gnomevfs/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-pda/synce-gnomevfs
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/ChangeLog,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+*synce-gnomevfs-0.2 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-gnomevfs-0.2.ebuild files/digest-synce-gnomevfs-0.2 :
+ Add new ebuild; see bug 16105
+
diff --git a/app-pda/synce-gnomevfs/files/digest-synce-gnomevfs-0.2 b/app-pda/synce-gnomevfs/files/digest-synce-gnomevfs-0.2
new file mode 100644
index 000000000000..99ecd7f8e8b1
--- /dev/null
+++ b/app-pda/synce-gnomevfs/files/digest-synce-gnomevfs-0.2
@@ -0,0 +1 @@
+MD5 6b76cb92d7fda6f2c698f24151f235ab synce-gnomevfs-0.2.tar.gz 176409
diff --git a/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild b/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild
new file mode 100644
index 000000000000..d2424e5a1e3a
--- /dev/null
+++ b/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc
+ app-pda/synce-libsynce"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog
index 49bf8a9dd08f..bcd9314f100c 100644
--- a/app-pda/synce-librapi2/ChangeLog
+++ b/app-pda/synce-librapi2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-librapi2
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.2 2003/02/12 05:14:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $
+
+*synce-librapi2-0.7 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-librapi2-0.7.ebuild files/digest-synce-librapi2-0.7 :
+ New version; see bug 16105
*synce-librapi2-0.3 (27 Nov 2002)
diff --git a/app-pda/synce-librapi2/files/digest-synce-librapi2-0.7 b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.7
new file mode 100644
index 000000000000..0b4ca186ad66
--- /dev/null
+++ b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.7
@@ -0,0 +1 @@
+MD5 ef33965cb97127a54053f8084487a347 synce-librapi2-0.7.tar.gz 269400
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
new file mode 100644
index 000000000000..a04c60f59733
--- /dev/null
+++ b/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc
+ >=check-0.8.2
+ >=synce-libsynce-0.3"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog
index 63638381c286..f13d87ccae32 100644
--- a/app-pda/synce-libsynce/ChangeLog
+++ b/app-pda/synce-libsynce/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-libsynce
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.2 2003/02/12 05:14:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $
+
+*synce-libsynce-0.7 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-libsynce-0.7.ebuild files/digest-synce-libsynce-0.7 :
+ New version; see bug 16105
*synce-libsynce-0.3 (27 Nov 2002)
diff --git a/app-pda/synce-libsynce/files/digest-synce-libsynce-0.7 b/app-pda/synce-libsynce/files/digest-synce-libsynce-0.7
new file mode 100644
index 000000000000..6c8165c2168f
--- /dev/null
+++ b/app-pda/synce-libsynce/files/digest-synce-libsynce-0.7
@@ -0,0 +1 @@
+MD5 7525c33252bd4bb72397fa89cdf2c432 synce-libsynce-0.7.tar.gz 233065
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild
new file mode 100644
index 000000000000..3a77cecd1f8c
--- /dev/null
+++ b/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-serial/ChangeLog b/app-pda/synce-serial/ChangeLog
index d5e8f3203a4e..62933ba5d5a7 100644
--- a/app-pda/synce-serial/ChangeLog
+++ b/app-pda/synce-serial/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-serial
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.2 2003/02/12 05:15:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $
+
+*synce-serial-0.7 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-serial-0.7.ebuild files/digest-synce-serial-0.7 :
+ New version; see bug 16105
*synce-serial-0.4 (27 Nov 2002)
diff --git a/app-pda/synce-serial/files/digest-synce-serial-0.7 b/app-pda/synce-serial/files/digest-synce-serial-0.7
new file mode 100644
index 000000000000..79e8771dd585
--- /dev/null
+++ b/app-pda/synce-serial/files/digest-synce-serial-0.7
@@ -0,0 +1 @@
+MD5 bd8db5dc4bc69d02e36004aa53a028b5 synce-serial-0.7.tar.gz 177597
diff --git a/app-pda/synce-serial/synce-serial-0.7.ebuild b/app-pda/synce-serial/synce-serial-0.7.ebuild
new file mode 100644
index 000000000000..ade38246fdf5
--- /dev/null
+++ b/app-pda/synce-serial/synce-serial-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.7.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog
index fcc2ffc6ea27..bf238a2116a5 100644
--- a/app-pda/synce-trayicon/ChangeLog
+++ b/app-pda/synce-trayicon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-trayicon
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.2 2003/02/12 05:15:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $
+
+*synce-trayicon-0.7 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-trayicon-0.7.ebuild files/digest-synce-trayicon-0.7 :
+ New version; see bug 16105
*synce-trayicon-0.1 (27 Nov 2002)
diff --git a/app-pda/synce-trayicon/files/digest-synce-trayicon-0.7 b/app-pda/synce-trayicon/files/digest-synce-trayicon-0.7
new file mode 100644
index 000000000000..dde053031ccf
--- /dev/null
+++ b/app-pda/synce-trayicon/files/digest-synce-trayicon-0.7
@@ -0,0 +1 @@
+MD5 272dd0e4b7e23ace41b44e50e6994b96 synce-trayicon-0.7.tar.gz 223040
diff --git a/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild
new file mode 100644
index 000000000000..b195a31dba2d
--- /dev/null
+++ b/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild,v 1.1 2003/02/25 05:01:10 zwelch Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="gnome"
+
+DEPEND="virtual/glibc
+ app-pda/synce-librapi2
+ >=x11-libs/gtk+-2.0*
+ >=gnome-base/libgnomeui-2.0*"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}