summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2004-03-26 12:34:10 +0000
committerTroy Dack <tad@gentoo.org>2004-03-26 12:34:10 +0000
commitf0e1f36d7dd366b9b8f0c01d1b414fd58eee06af (patch)
treeb80b7837246d57e11df1c14e127632a6ec2afcda /app-pda/synce-librapi2
parentAdding inherit eutils and IUSE (Manifest recommit) (diff)
downloadgentoo-2-f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af.tar.gz
gentoo-2-f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af.tar.bz2
gentoo-2-f0e1f36d7dd366b9b8f0c01d1b414fd58eee06af.zip
Version bump.
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r--app-pda/synce-librapi2/ChangeLog7
-rw-r--r--app-pda/synce-librapi2/Manifest8
-rw-r--r--app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.91
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild25
4 files changed, 37 insertions, 4 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog
index 9c704903d848..25a7168ecb09 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 Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.5 2004/02/29 00:12:44 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.6 2004/03/26 12:34:10 tad Exp $
+
+*synce-librapi2-0.8.9 (26 Mar 2004)
+
+ 26 Mar 2004; Troy Dack <troy@gentoo.org> synce-librapi2-0.8.9.ebuild:
+ Version bump.
29 Feb 2004; Alastair Tse <liquidx@gentoo.org> synce-librapi2-0.3.ebuild,
synce-librapi2-0.7.ebuild, synce-librapi2-0.8.1.ebuild:
diff --git a/app-pda/synce-librapi2/Manifest b/app-pda/synce-librapi2/Manifest
index 679bda96d8bc..73178b2dfd95 100644
--- a/app-pda/synce-librapi2/Manifest
+++ b/app-pda/synce-librapi2/Manifest
@@ -1,6 +1,8 @@
-MD5 8c6cbc24487ebe7a71195679eefefd43 ChangeLog 852
-MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
-MD5 7393af21e1bcf3d1db653a92555b36a1 synce-librapi2-0.7.ebuild 651
+MD5 7698f2804e6ba81c1c2ca71e87bb4da8 synce-librapi2-0.8.9.ebuild 694
MD5 aeb3450935fef156b36fcacaab590ede synce-librapi2-0.8.1.ebuild 694
+MD5 7393af21e1bcf3d1db653a92555b36a1 synce-librapi2-0.7.ebuild 651
+MD5 9336a6470938d28c15ba8ca583554e11 ChangeLog 978
+MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
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
diff --git a/app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.9 b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.9
new file mode 100644
index 000000000000..46ecfeeebbce
--- /dev/null
+++ b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.9
@@ -0,0 +1 @@
+MD5 1717151a7760ee2d12f234153f88e2ef synce-librapi2-0.8.9.tar.gz 282486
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild
new file mode 100644
index 000000000000..b8ce1932f1ee
--- /dev/null
+++ b/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 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.8.9.ebuild,v 1.1 2004/03/26 12:34:10 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=">=dev-libs/check-0.8.2
+ >=app-pda/synce-libsynce-0.8.9"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README README.contributing README.design
+}