diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-25 17:57:06 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-25 17:57:06 +0000 |
commit | 719386615fd792fc8bd32ed43bdf88c02ea0f6f3 (patch) | |
tree | 799e4d8617058824004e2bf57f5c1aa32e440a1b /app-pda/synce-librapi2 | |
parent | Added unzip to DEPEND. Closes #65176. (diff) | |
download | historical-719386615fd792fc8bd32ed43bdf88c02ea0f6f3.tar.gz historical-719386615fd792fc8bd32ed43bdf88c02ea0f6f3.tar.bz2 historical-719386615fd792fc8bd32ed43bdf88c02ea0f6f3.zip |
version bump (#61952)
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/synce-librapi2/Manifest | 2 | ||||
-rw-r--r-- | app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.0 | 1 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.9.0.ebuild | 25 |
4 files changed, 34 insertions, 1 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 +} |