summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-09-25 17:43:07 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-09-25 17:43:07 +0000
commit88f75fdb0f9b50bf6e97bb10cfc7bdf0e704fec5 (patch)
tree8e9ea17617865a122d018eff57cb20b9d7f7ac51 /app-pda
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-88f75fdb0f9b50bf6e97bb10cfc7bdf0e704fec5.tar.gz
gentoo-2-88f75fdb0f9b50bf6e97bb10cfc7bdf0e704fec5.tar.bz2
gentoo-2-88f75fdb0f9b50bf6e97bb10cfc7bdf0e704fec5.zip
version bump (#61952)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-librapi2/ChangeLog7
-rw-r--r--app-pda/synce-librapi2/Manifest2
-rw-r--r--app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.01
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.9.0.ebuild25
-rw-r--r--app-pda/synce-libsynce/ChangeLog7
-rw-r--r--app-pda/synce-libsynce/Manifest10
-rw-r--r--app-pda/synce-libsynce/files/digest-synce-libsynce-0.9.01
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.9.0.ebuild21
8 files changed, 68 insertions, 6 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog
index 167003ea24cb..f3cd845767f8 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.11 2004/09/02 18:09:41 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.12 2004/09/25 17:43:07 liquidx Exp $
+
+*synce-librapi2-0.9.0 (25 Sep 2004)
+
+ 25 Sep 2004; Alastair Tse <liquidx@gentoo.org> +synce-librapi2-0.9.0.ebuild:
+ version bump (#61952)
02 Sep 2004; David Holm <dholm@gentoo.org> synce-librapi2-0.8.9.ebuild:
Added to ~ppc.
diff --git a/app-pda/synce-librapi2/Manifest b/app-pda/synce-librapi2/Manifest
index 4b2a10cff82e..994b26e9ceb9 100644
--- a/app-pda/synce-librapi2/Manifest
+++ b/app-pda/synce-librapi2/Manifest
@@ -3,6 +3,8 @@ MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
MD5 5295ed323511105070d504923eee1055 synce-librapi2-0.7.ebuild 659
MD5 3cf38a9d690b78dd4cdeb6a5e9f3c10f synce-librapi2-0.8.1.ebuild 708
MD5 c46a7abf376bc095d29f2b2328aba0a9 synce-librapi2-0.8.9.ebuild 710
+MD5 b0da6014968fdad88ba4804511fcdc7a synce-librapi2-0.9.0.ebuild 681
MD5 b8f8dd3fb65bc8010c1888e973947998 files/digest-synce-librapi2-0.7 70
MD5 80909d9cc67db76633d236fa62ac7c00 files/digest-synce-librapi2-0.8.1 72
MD5 7763746ee0503aaef267d97285ef8544 files/digest-synce-librapi2-0.8.9 72
+MD5 1cf4989a7fa70f83e3296dcb6d8cda6c files/digest-synce-librapi2-0.9.0 72
diff --git a/app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.0 b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.0
new file mode 100644
index 000000000000..7c6230e337db
--- /dev/null
+++ b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.0
@@ -0,0 +1 @@
+MD5 f585e8d56c83d4e811197d671fd4c201 synce-librapi2-0.9.0.tar.gz 383260
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.9.0.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.9.0.ebuild
new file mode 100644
index 000000000000..1ee173d0c48e
--- /dev/null
+++ b/app-pda/synce-librapi2/synce-librapi2-0.9.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.9.0.ebuild,v 1.1 2004/09/25 17:43:07 liquidx Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with Linux. RAPI DLL emulation."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/check-0.8.2
+ >=app-pda/synce-libsynce-0.9.0"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README README.contributing README.design
+}
diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog
index e81f9fa5fa00..ca0491743580 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.11 2004/07/01 19:23:59 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.12 2004/09/25 17:41:08 liquidx Exp $
+
+*synce-libsynce-0.9.0 (25 Sep 2004)
+
+ 25 Sep 2004; Alastair Tse <liquidx@gentoo.org> +synce-libsynce-0.9.0.ebuild:
+ version bump (#61952)
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
synce-libsynce-0.7.ebuild:
diff --git a/app-pda/synce-libsynce/Manifest b/app-pda/synce-libsynce/Manifest
index 77f4b82df721..372c716b308d 100644
--- a/app-pda/synce-libsynce/Manifest
+++ b/app-pda/synce-libsynce/Manifest
@@ -1,9 +1,11 @@
-MD5 fd7e874df4306b9c86f26a217ffe8dbb synce-libsynce-0.7.ebuild 622
-MD5 7ee6822bf3c9b63de20e8935de5462e5 synce-libsynce-0.8.9.ebuild 677
-MD5 27873399dee1b046770c7d82296c8e26 synce-libsynce-0.8.1.ebuild 620
MD5 fcc2c1daeb7cbe82f107c952544654d3 ChangeLog 1555
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
+MD5 fd7e874df4306b9c86f26a217ffe8dbb synce-libsynce-0.7.ebuild 622
+MD5 27873399dee1b046770c7d82296c8e26 synce-libsynce-0.8.1.ebuild 620
+MD5 7ee6822bf3c9b63de20e8935de5462e5 synce-libsynce-0.8.9.ebuild 677
+MD5 7a1cd7d2ce6784ba4a8a3b0cbe46456b synce-libsynce-0.9.0.ebuild 580
+MD5 7d9811314c87ae1229c45598d0bb2c95 files/digest-synce-libsynce-0.7 70
MD5 c178478ce18853e31d781c5808d7ee74 files/digest-synce-libsynce-0.8.1 72
MD5 f7dab5c224f57f0f02ce747c58c0342d files/digest-synce-libsynce-0.8.9 72
-MD5 7d9811314c87ae1229c45598d0bb2c95 files/digest-synce-libsynce-0.7 70
+MD5 aeb7b4bf53b2d175dfa22980a8698163 files/digest-synce-libsynce-0.9.0 72
MD5 32106e3bd72b88a593e10392242917fa files/0.8.9/synce-libsynce-0.8.9-gcc33.patch 431
diff --git a/app-pda/synce-libsynce/files/digest-synce-libsynce-0.9.0 b/app-pda/synce-libsynce/files/digest-synce-libsynce-0.9.0
new file mode 100644
index 000000000000..12c60e7faf37
--- /dev/null
+++ b/app-pda/synce-libsynce/files/digest-synce-libsynce-0.9.0
@@ -0,0 +1 @@
+MD5 497efcbf55453da808041e7f8d55690b synce-libsynce-0.9.0.tar.gz 348860
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.9.0.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.9.0.ebuild
new file mode 100644
index 000000000000..529e7b505f34
--- /dev/null
+++ b/app-pda/synce-libsynce/synce-libsynce-0.9.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.0.ebuild,v 1.1 2004/09/25 17:41:08 liquidx Exp $
+
+inherit eutils
+
+DESCRIPTION="Common Library for Synce (connecting WinCE devices to Linux)"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND=">=dev-libs/check-0.8.3.1"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README
+}