From 7aa1cbac29ee6ebc1711259b0f267ff54411101d Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Wed, 19 May 2010 18:41:22 +0000 Subject: osynctool - msynctool renamed - ebuild from #276220 svn path=/ebuilds/; revision=104 --- app-pda/osynctool/ChangeLog | 10 ++++++++++ app-pda/osynctool/Manifest | 4 ++++ app-pda/osynctool/metadata.xml | 13 +++++++++++++ app-pda/osynctool/osynctool-0.39.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 app-pda/osynctool/ChangeLog create mode 100644 app-pda/osynctool/Manifest create mode 100644 app-pda/osynctool/metadata.xml create mode 100644 app-pda/osynctool/osynctool-0.39.ebuild (limited to 'app-pda') diff --git a/app-pda/osynctool/ChangeLog b/app-pda/osynctool/ChangeLog new file mode 100644 index 0000000..9c91d3a --- /dev/null +++ b/app-pda/osynctool/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-pda/osynctool +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*osynctool-0.39 (19 May 2010) + + 19 May 2010; Thilo Bangert +osynctool-0.39.ebuild, + +metadata.xml: + ebuild from #276220 + diff --git a/app-pda/osynctool/Manifest b/app-pda/osynctool/Manifest new file mode 100644 index 0000000..b36bdbd --- /dev/null +++ b/app-pda/osynctool/Manifest @@ -0,0 +1,4 @@ +DIST osynctool-0.39.tar.bz2 55850 RMD160 98f2e52822f1c097354a218f37f00daa844d3755 SHA1 dd1e50e9a16f57bac77489c62b611238e08e33d5 SHA256 9690bc7720fadd1517c56f04b480d99c87304a43dc6e04b89bf1f59bb7e6764d +EBUILD osynctool-0.39.ebuild 531 RMD160 520820e47a0b0fc362bd7c994a76bdc352254480 SHA1 3b65ce8528552ec034dffddb698dc33d643fe509 SHA256 e542f6e4760021175bef987217eab7961fba51c185342cce90a32e7f3c10aa03 +MISC ChangeLog 263 RMD160 439d1234d1121135b581057ed7855bc0e4c1f1e7 SHA1 1ac4ef37348e46a2d591eccbfd3816a74aca7e02 SHA256 ead3bdad970976cd2994c3c83a5d2ec0bc86f411f6fb0e3808eea021365f4046 +MISC metadata.xml 426 RMD160 8d99d6d0d508596a7303ac8718689b221ddd2551 SHA1 ccd5701188cd81601180d6927670d08fab1ba04d SHA256 e3a9290009a67f6d60358edb4cb73a11466fc584f4d0569b040057756b505f39 diff --git a/app-pda/osynctool/metadata.xml b/app-pda/osynctool/metadata.xml new file mode 100644 index 0000000..f3a6766 --- /dev/null +++ b/app-pda/osynctool/metadata.xml @@ -0,0 +1,13 @@ + + + +no-herd + + bangert@gentoo.org + + +Command line interface for OpenSync. +You can use this tool to synchronize your devices and applications using the OpenSync framework from the command line. + + + diff --git a/app-pda/osynctool/osynctool-0.39.ebuild b/app-pda/osynctool/osynctool-0.39.ebuild new file mode 100644 index 0000000..55505c2 --- /dev/null +++ b/app-pda/osynctool/osynctool-0.39.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit cmake-utils + +DESCRIPTION="Command line interface for OpenSync" +HOMEPAGE="http://www.opensync.org/" +SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND="=app-pda/libopensync-${PV}*" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i 's:/etc/bash_completion.d:/share/bash-completion:g' tools/CMakeLists.txt || die +} -- cgit v1.2.3-65-gdbad