diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-13 21:28:48 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-13 21:28:48 +0000 |
commit | aec5beca050d4f85cad31c2bca50f232e08fbb34 (patch) | |
tree | dc792a63824e99c49281f5b2b16df6677b444170 /app-pda/synce-librapi2 | |
parent | Version bump. Removed slang.h header include and replaced it with the single ... (diff) | |
download | historical-aec5beca050d4f85cad31c2bca50f232e08fbb34.tar.gz historical-aec5beca050d4f85cad31c2bca50f232e08fbb34.tar.bz2 historical-aec5beca050d4f85cad31c2bca50f232e08fbb34.zip |
Version bump. (#135060)
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/synce-librapi2/files/digest-synce-librapi2-0.9.2 | 3 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild | 22 |
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 +} |