summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-02 19:40:09 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-02 19:40:09 +0000
commit2bf71617302646ad9a76314b1e6812a3d5389344 (patch)
tree766993a41c67ede63d4e9cb66a86a005b11bc4cb /app-pda/synce-serial
parentversion bump with newer docs (diff)
downloadhistorical-2bf71617302646ad9a76314b1e6812a3d5389344.tar.gz
historical-2bf71617302646ad9a76314b1e6812a3d5389344.tar.bz2
historical-2bf71617302646ad9a76314b1e6812a3d5389344.zip
version bumping synce* packages
Diffstat (limited to 'app-pda/synce-serial')
-rw-r--r--app-pda/synce-serial/ChangeLog7
-rw-r--r--app-pda/synce-serial/Manifest2
-rw-r--r--app-pda/synce-serial/files/digest-synce-serial-0.81
-rw-r--r--app-pda/synce-serial/synce-serial-0.8.ebuild24
4 files changed, 33 insertions, 1 deletions
diff --git a/app-pda/synce-serial/ChangeLog b/app-pda/synce-serial/ChangeLog
index 62933ba5d5a7..48e1061b418c 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.3 2003/02/25 05:01:10 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.4 2003/09/02 19:40:09 liquidx Exp $
+
+*synce-serial-0.8 (02 Sep 2003)
+
+ 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> synce-serial-0.8.ebuild:
+ version bump and cleanup
*synce-serial-0.7 (24 Feb 2003)
diff --git a/app-pda/synce-serial/Manifest b/app-pda/synce-serial/Manifest
index 898337196a30..8007bfeafdda 100644
--- a/app-pda/synce-serial/Manifest
+++ b/app-pda/synce-serial/Manifest
@@ -2,5 +2,7 @@ MD5 edd49870a463716527fa846266825653 ChangeLog 535
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
MD5 f709c2741140b5a8dbc68a4d384e05c7 synce-serial-0.4.ebuild 609
MD5 fbb10d15e60651968466214f820acc6f synce-serial-0.7.ebuild 609
+MD5 fbb10d15e60651968466214f820acc6f synce-serial-0.8.ebuild 609
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/files/digest-synce-serial-0.8 b/app-pda/synce-serial/files/digest-synce-serial-0.8
new file mode 100644
index 000000000000..456e9dd69bf6
--- /dev/null
+++ b/app-pda/synce-serial/files/digest-synce-serial-0.8
@@ -0,0 +1 @@
+MD5 08ea6628bb773de883fc5ab4984c8f1f synce-serial-0.8.tar.gz 254238
diff --git a/app-pda/synce-serial/synce-serial-0.8.ebuild b/app-pda/synce-serial/synce-serial-0.8.ebuild
new file mode 100644
index 000000000000..cc34402e2e50
--- /dev/null
+++ b/app-pda/synce-serial/synce-serial-0.8.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-serial/synce-serial-0.8.ebuild,v 1.1 2003/09/02 19:40:09 liquidx 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=""
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README
+}