diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 23:30:54 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 23:30:54 +0000 |
commit | e830f652c99cbe12b792cb38bfff38a95dd589ef (patch) | |
tree | 2e50acbd236f1f266153f495ec4c739ca6e3fd0d /app-pda | |
parent | restoring the only stable version of this (diff) | |
download | gentoo-2-e830f652c99cbe12b792cb38bfff38a95dd589ef.tar.gz gentoo-2-e830f652c99cbe12b792cb38bfff38a95dd589ef.tar.bz2 gentoo-2-e830f652c99cbe12b792cb38bfff38a95dd589ef.zip |
restoring the only stable version of this
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild | 20 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog index 15fd864b9181..4ed056aa0a6b 100644 --- a/app-pda/synce-librapi2/ChangeLog +++ b/app-pda/synce-librapi2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-librapi2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.33 2009/08/05 13:42:25 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.34 2009/08/05 23:30:54 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + +synce-librapi2-0.9.1.ebuild: + restoring the only stable version of this 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> -synce-librapi2-0.9.2.ebuild: diff --git a/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild new file mode 100644 index 000000000000..1cf1893df552 --- /dev/null +++ b/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.1.ebuild,v 1.7 2009/08/05 23:30:54 mescalinum 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.1" + +src_install() { + make DESTDIR=${D} install || die + dodoc README README.contributing README.design +} |