summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-13 21:28:48 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-13 21:28:48 +0000
commite6ed0682c749253520a346f3ce2a08d31dfcfc36 (patch)
treed0b4b329bde13c457ac1f21724613da95e4960fa /app-pda
parentVersion bump. Removed slang.h header include and replaced it with the single ... (diff)
downloadgentoo-2-e6ed0682c749253520a346f3ce2a08d31dfcfc36.tar.gz
gentoo-2-e6ed0682c749253520a346f3ce2a08d31dfcfc36.tar.bz2
gentoo-2-e6ed0682c749253520a346f3ce2a08d31dfcfc36.zip
Version bump. (#135060)
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-librapi2/ChangeLog8
-rw-r--r--app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.23
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog
index ed1eb0b935b6..d80706b6e45d 100644
--- a/app-pda/synce-librapi2/ChangeLog
+++ b/app-pda/synce-librapi2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-librapi2
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.20 2006/04/27 13:42:15 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.21 2006/07/13 21:28:47 liquidx Exp $
+
+*synce-librapi2-0.9.2 (13 Jul 2006)
+
+ 13 Jul 2006; Alastair Tse <liquidx@gentoo.org>
+ +synce-librapi2-0.9.2.ebuild:
+ Version bump. (#135060)
27 Apr 2006; Marien Zwart <marienz@gentoo.org>
files/digest-synce-librapi2-0.7, files/digest-synce-librapi2-0.8.1,
diff --git a/app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.2 b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.2
new file mode 100644
index 000000000000..51abf40b65f7
--- /dev/null
+++ b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.2
@@ -0,0 +1,3 @@
+MD5 12c3ffeb435de5ff67ac5069e18f5a01 synce-librapi2-0.9.2.tar.gz 404303
+RMD160 7bf1014eb52d09a3707e60e7620db589dcc5f132 synce-librapi2-0.9.2.tar.gz 404303
+SHA256 7ba98dc2ecb9fc625aeeae25ca1c78849644e074d68725b2b8fcf0af8a6c5c3d synce-librapi2-0.9.2.tar.gz 404303
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild
new file mode 100644
index 000000000000..05b5f89798ea
--- /dev/null
+++ b/app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/07/13 21:28:47 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="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/check-0.8.2
+ >=app-pda/synce-libsynce-0.9.2"
+
+S=${WORKDIR}/librapi-${PV}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README README.contributing README.design
+}