summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-09-12 16:29:34 +0000
committerTroy Dack <tad@gentoo.org>2003-09-12 16:29:34 +0000
commit9d45c5b2af3e63fce2e72240b09f557c7c955dbc (patch)
tree5a3d851e9819bad153c7cda07a115be3215112dd /app-pda
parentresync virtuals with x86 to fix xemacs install (bug 28289) (diff)
downloadhistorical-9d45c5b2af3e63fce2e72240b09f557c7c955dbc.tar.gz
historical-9d45c5b2af3e63fce2e72240b09f557c7c955dbc.tar.bz2
historical-9d45c5b2af3e63fce2e72240b09f557c7c955dbc.zip
Dependency fixes, Bug #28524
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-multisync_plugin/ChangeLog8
-rw-r--r--app-pda/synce-multisync_plugin/Manifest5
-rw-r--r--app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild27
-rw-r--r--app-pda/synce-rra/ChangeLog7
-rw-r--r--app-pda/synce-rra/Manifest3
-rw-r--r--app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild26
-rw-r--r--app-pda/synce-serial/ChangeLog7
-rw-r--r--app-pda/synce-serial/Manifest7
-rw-r--r--app-pda/synce-serial/synce-serial-0.8-r1.ebuild26
9 files changed, 107 insertions, 9 deletions
diff --git a/app-pda/synce-multisync_plugin/ChangeLog b/app-pda/synce-multisync_plugin/ChangeLog
index fbb6f014f482..c34efa6900a0 100644
--- a/app-pda/synce-multisync_plugin/ChangeLog
+++ b/app-pda/synce-multisync_plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-multisync_plugin
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.2 2003/09/10 15:57:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.3 2003/09/12 16:29:29 tad Exp $
+
+*synce-multisync_plugin-0.8.2-r1 (13 Sep 2003)
+
+ 13 Sep 2003; Troy Dack <tad@gentoo.org>
+ synce-multisync_plugin-0.8.2-r1.ebuild:
+ Dependency fixes, Bug #28524
*synce-multisync_plugin-0.8.2 (09 Sep 2003)
diff --git a/app-pda/synce-multisync_plugin/Manifest b/app-pda/synce-multisync_plugin/Manifest
index 25fcf3f9cb00..cec68015ad80 100644
--- a/app-pda/synce-multisync_plugin/Manifest
+++ b/app-pda/synce-multisync_plugin/Manifest
@@ -1,4 +1,5 @@
-MD5 a5f2f9c533a14ab27aa9565e8860f7e8 files/digest-synce-multisync_plugin-0.8.2 80
MD5 931fda900ab3832ce88755e277ff4a61 synce-multisync_plugin-0.8.2.ebuild 771
-MD5 9558d6e66a460dedddda7b9c393611b6 ChangeLog 453
+MD5 6c3f7dce6aae173490c24844a0bf6882 synce-multisync_plugin-0.8.2-r1.ebuild 801
+MD5 219944f22cedd4a98896e7ba451b55eb ChangeLog 614
MD5 f535c81d12e32af4e46be4a1027fed85 metadata.xml 331
+MD5 a5f2f9c533a14ab27aa9565e8860f7e8 files/digest-synce-multisync_plugin-0.8.2 80
diff --git a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild
new file mode 100644
index 000000000000..ada7623b159c
--- /dev/null
+++ b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild
@@ -0,0 +1,27 @@
+# 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-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild,v 1.1 2003/09/12 16:29:29 tad Exp $
+
+DESCRIPTION="Multisync plugin to 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=""
+
+DEPEND="virtual/glibc
+ >=dev-libs/check-0.8.2
+ >=app-pda/synce-libsynce-0.3
+ >=app-pda/synce-rra-0.8.4
+ >=app-pda/multisync-0.80"
+
+src_compile() {
+ econf -with-multisync-include=/usr/include/multisync
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D%/}" install || die
+}
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog
index 23cc3fa71a86..742a80d277b5 100644
--- a/app-pda/synce-rra/ChangeLog
+++ b/app-pda/synce-rra/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-rra
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.1 2003/09/08 14:24:00 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.2 2003/09/12 16:25:08 tad Exp $
+
+*synce-rra-0.8.4-r1 (13 Sep 2003)
+
+ 13 Sep 2003; Troy Dack <tad@gentoo.org> synce-rra-0.8.4-r1.ebuild:
+ Dependency fixes, Bug #28524
*synce-rra-0.8.4 (09 Sep 2003)
diff --git a/app-pda/synce-rra/Manifest b/app-pda/synce-rra/Manifest
index 1aec239d6709..788894fe223a 100644
--- a/app-pda/synce-rra/Manifest
+++ b/app-pda/synce-rra/Manifest
@@ -1,4 +1,5 @@
MD5 b7b57259ecc6aa287a47a9a88dae448b synce-rra-0.8.4.ebuild 640
-MD5 a22760fac96248dd73aca21253506f7f ChangeLog 426
+MD5 c7face2050039ab05c31b8ae91f2a4d6 ChangeLog 562
MD5 031eb45f2680e105a2b27e362c5bd472 metadata.xml 313
+MD5 ec995de0799f9245f2041f96baee50aa synce-rra-0.8.4-r1.ebuild 678
MD5 9f0b8f60164fc14c9920e012284136b1 files/digest-synce-rra-0.8.4 67
diff --git a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild b/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild
new file mode 100644
index 000000000000..e66dbab4322b
--- /dev/null
+++ b/app-pda/synce-rra/synce-rra-0.8.4-r1.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-rra/synce-rra-0.8.4-r1.ebuild,v 1.1 2003/09/12 16:25:08 tad 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
+ >=dev-libs/libmimedir-0.3
+ >=app-pda/synce-libsynce-0.3"
+
+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 48e1061b418c..6aa336d69221 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.4 2003/09/02 19:40:09 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.5 2003/09/12 16:23:33 tad Exp $
+
+*synce-serial-0.8-r1 (13 Sep 2003)
+
+ 13 Sep 2003; Troy Dack <tad@gentoo.org> synce-serial-0.8-r1.ebuild:
+ Dependency fixes, Bug #28524
*synce-serial-0.8 (02 Sep 2003)
diff --git a/app-pda/synce-serial/Manifest b/app-pda/synce-serial/Manifest
index d74bef1ceedb..4765e2feb397 100644
--- a/app-pda/synce-serial/Manifest
+++ b/app-pda/synce-serial/Manifest
@@ -1,8 +1,9 @@
-MD5 247607e221010327d39ea244b60ec85d ChangeLog 671
-MD5 aaba97c4e7fb552eed97589a021ee6ff synce-serial-0.4.ebuild 611
MD5 d2247d10ce8fcabbc59fd337737cff76 synce-serial-0.7.ebuild 611
-MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
+MD5 aaba97c4e7fb552eed97589a021ee6ff synce-serial-0.4.ebuild 611
+MD5 9dedd158e6ee78afbfaad7f663149163 synce-serial-0.8-r1.ebuild 656
MD5 f6986e796268a7f07855ac0ba63358d8 synce-serial-0.8.ebuild 602
+MD5 b11d792b5f8c2953c365ea15e6967af5 ChangeLog 805
+MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
MD5 5aeb344f79c54f1718317cb6044214ff files/digest-synce-serial-0.4 68
MD5 7867511576c1ea287aa343d3bf4b5459 files/digest-synce-serial-0.7 68
MD5 32067d75ed04171b7279bdefa5c3d50c files/digest-synce-serial-0.8 68
diff --git a/app-pda/synce-serial/synce-serial-0.8-r1.ebuild b/app-pda/synce-serial/synce-serial-0.8-r1.ebuild
new file mode 100644
index 000000000000..09e365c872a0
--- /dev/null
+++ b/app-pda/synce-serial/synce-serial-0.8-r1.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-serial/synce-serial-0.8-r1.ebuild,v 1.1 2003/09/12 16:23:33 tad 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="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=app-pda/synce-0.8
+ >=net-dialup/ppp-2.4.1"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README
+}