diff options
author | Andreas K. Huettel <mail@akhuettel.de> | 2010-12-09 09:34:05 +0100 |
---|---|---|
committer | Andreas K. Huettel <mail@akhuettel.de> | 2010-12-09 09:34:05 +0100 |
commit | ed0cb0d811761b75db15e735d7865e5357d5eb58 (patch) | |
tree | 1ce44501143795ac6561d1d0ae3d0cfa457db40f /app-pda | |
parent | [app-pda/libsyncml] Added svn snapshot (diff) | |
download | dilfridge-ed0cb0d811761b75db15e735d7865e5357d5eb58.tar.gz dilfridge-ed0cb0d811761b75db15e735d7865e5357d5eb58.tar.bz2 dilfridge-ed0cb0d811761b75db15e735d7865e5357d5eb58.zip |
[app-pda/libopensync-plugin-syncml] Experimental SVN version
(Portage version: 2.1.9.25/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'app-pda')
3 files changed, 57 insertions, 0 deletions
diff --git a/app-pda/libopensync-plugin-syncml/Manifest b/app-pda/libopensync-plugin-syncml/Manifest new file mode 100644 index 0000000..5cfbe6e --- /dev/null +++ b/app-pda/libopensync-plugin-syncml/Manifest @@ -0,0 +1,2 @@ +EBUILD libopensync-plugin-syncml-0.40_pre06162.ebuild 1072 RMD160 a143bf46634c2cb5d1d1250338f884d4ec9a5a3c SHA1 5b8372e8ad876c8341286ea6bd4c164e946fcaa4 SHA256 8c2c7209312318057dd9a18c1c4485d910c232318efaa4a85b1044b4b195e647 +MISC metadata.xml 364 RMD160 408b0b30de7d795baa419ced6e65315501ce6fdd SHA1 aa168c9eb3f715e5c07d77322a312da061d0b0d0 SHA256 790d641de2c481d0df4d90df39d003ab8c28806d0300b7833c2f1cb22b3242b0 diff --git a/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.40_pre06162.ebuild b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.40_pre06162.ebuild new file mode 100644 index 0000000..fa74af9 --- /dev/null +++ b/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-0.40_pre06162.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-syncml/libopensync-plugin-syncml-9999.ebuild,v 1.4 2010/05/19 19:14:50 bangert Exp $ + +EAPI="2" + +inherit cmake-utils subversion + +DESCRIPTION="OpenSync SyncML Plugin" +HOMEPAGE="http://www.opensync.org/" +SRC_URI="" + +ESVN_REPO_URI="http://svn.opensync.org/plugins/syncml/trunk@6162" + +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +LICENSE="LGPL-2.1" +IUSE="http +obex" + +RDEPEND="=app-pda/libopensync-${PV}* + dev-libs/glib:2 + dev-libs/libxml2 + >=app-pda/libsyncml-0.5.99[obex?,http?]" +DEPEND="${RDEPEND}" + +pkg_setup() { + if ! use obex && ! use http; then + eerror "${CATEGORY}/${P} without support for obex nor http is unusable." + eerror "Please enable \"obex\" or/and \"http\" USE flags." + die "Please enable \"obex\" or/and \"http\" USE flags." + fi +} + +src_configure() { + DOCS="AUTHORS" + + local mycmakeargs=" + $(cmake-utils_use_enable http HTTP) + $(cmake-utils_use_enable obex OBEX)" + + cmake-utils_src_configure +} diff --git a/app-pda/libopensync-plugin-syncml/metadata.xml b/app-pda/libopensync-plugin-syncml/metadata.xml new file mode 100644 index 0000000..fef3ef1 --- /dev/null +++ b/app-pda/libopensync-plugin-syncml/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<maintainer> + <email>peper@gentoo.org</email> + <name>Piotr Jaroszyński</name> +</maintainer> +<use> + <flag name='http'>Enable http transports</flag> + <flag name='obex'>Enable obex transports</flag> +</use> +</pkgmetadata> |