diff options
Diffstat (limited to 'app-pda/synce-librra')
-rw-r--r-- | app-pda/synce-librra/ChangeLog | 12 | ||||
-rw-r--r-- | app-pda/synce-librra/Manifest | 6 | ||||
-rw-r--r-- | app-pda/synce-librra/metadata.xml | 11 | ||||
-rw-r--r-- | app-pda/synce-librra/synce-librra-0.11.1.ebuild | 25 | ||||
-rw-r--r-- | app-pda/synce-librra/synce-librra-0.12.ebuild | 25 |
5 files changed, 79 insertions, 0 deletions
diff --git a/app-pda/synce-librra/ChangeLog b/app-pda/synce-librra/ChangeLog new file mode 100644 index 000000000000..969c3b3f1cb6 --- /dev/null +++ b/app-pda/synce-librra/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-pda/synce-librra +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +*synce-librra-0.12 (13 Nov 2008) +*synce-librra-0.11.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-librra-0.11.1.ebuild, +synce-librra-0.12.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-librra/Manifest b/app-pda/synce-librra/Manifest new file mode 100644 index 000000000000..bebe62ded6dd --- /dev/null +++ b/app-pda/synce-librra/Manifest @@ -0,0 +1,6 @@ +DIST librra-0.11.1.tar.gz 433941 RMD160 8b3cd01013455fc29ba21588af981a5cbe379e0c SHA1 73aa49b65f7bbb6cf1c484dfd99c519e85db54e3 SHA256 6a0991c7af8472a882beb8738f2e8d9b8ccc9e2bea7709a5ad8137850541164e +DIST librra-0.12.tar.gz 434059 RMD160 be61b7e4cce2739075f14f8d80cc26f59896090c SHA1 dbc420e76387cf0b820564a2e59870b3f7c4a827 SHA256 6845bb2a0a47aacad981a825fbe6a937355498653b0d90ab2dd7d01e2d223fa1 +EBUILD synce-librra-0.11.1.ebuild 592 RMD160 72e90b2254d15309c8c73683f1e9e87890ca8a64 SHA1 571d47ef5188e0ced5f753e707b18436e666d9db SHA256 20522146d69027b04d38446068bacbcaa4153f1b5843a65faa21a7060d58d0fb +EBUILD synce-librra-0.12.ebuild 588 RMD160 fb9f936448fd0cdd189bcfa5fc778e812bc74d11 SHA1 e5e07b14315a7f0fa690748c1d199ea314689ed2 SHA256 ef49df358c2accd8ff9cbe35e0b41d3f9799aebd11308989fc2db313d675de90 +MISC ChangeLog 407 RMD160 e6c1887d7df99b1719e567a327ed34160393c9a1 SHA1 e1d86b94d4b6777d09aa5e26fae3e4980a8e9342 SHA256 b498b354d842fa23f312d9b066c3782fff847eb5a24391f6dab0ff2ece7e06b6 +MISC metadata.xml 414 RMD160 6578b22c7c6533f4815edfb2dc9cdec11b944b98 SHA1 6ca0bda8480bde4878d851f3d7c3e9df4b669690 SHA256 ce0164757aa244f492c6bd535d1d587f8908b025009abfc908cab23d4cd57aa1 diff --git a/app-pda/synce-librra/metadata.xml b/app-pda/synce-librra/metadata.xml new file mode 100644 index 000000000000..86a9a543ce3e --- /dev/null +++ b/app-pda/synce-librra/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +SynCE - RRA protocol library +Remote Replication Agent Connection protocol library. +RRA implements the Remote Replication Agent Connection protocol for +synchronising objects between a Windows CE device and other computer. +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-librra/synce-librra-0.11.1.ebuild b/app-pda/synce-librra/synce-librra-0.11.1.ebuild new file mode 100644 index 000000000000..5da84f4ffd06 --- /dev/null +++ b/app-pda/synce-librra/synce-librra-0.11.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.11.1.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +DESCRIPTION="SynCE - RRA protocol library" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex + dev-libs/libmimedir + !app-pda/synce-rra + ~app-pda/synce-libsynce-0.11.1 + ~app-pda/synce-librapi2-0.11.1" + +SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" +S="${WORKDIR}/librra-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} diff --git a/app-pda/synce-librra/synce-librra-0.12.ebuild b/app-pda/synce-librra/synce-librra-0.12.ebuild new file mode 100644 index 000000000000..ecdb9a7faba1 --- /dev/null +++ b/app-pda/synce-librra/synce-librra-0.12.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.12.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +DESCRIPTION="SynCE - RRA protocol library" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex + dev-libs/libmimedir + !app-pda/synce-rra + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12" + +SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" +S="${WORKDIR}/librra-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} |