diff options
author | Thilo Bangert <bangert@gentoo.org> | 2010-05-23 12:38:07 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2010-05-23 12:38:07 +0000 |
commit | 52a17260f4701f826d212883ba8398d8d28c704d (patch) | |
tree | b5818d01aec119d4d92e99d8cbab099c8a629cf9 /app-pda/osynctool/osynctool-0.39.ebuild | |
parent | Mask >=sys-devel/binutils-2.20.51.0.7 on solaris, because it seems to produce... (diff) | |
download | historical-52a17260f4701f826d212883ba8398d8d28c704d.tar.gz historical-52a17260f4701f826d212883ba8398d8d28c704d.tar.bz2 historical-52a17260f4701f826d212883ba8398d8d28c704d.zip |
add osynctool - replaces msynctool for >=opensync-0.39 - bug #283228
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'app-pda/osynctool/osynctool-0.39.ebuild')
-rw-r--r-- | app-pda/osynctool/osynctool-0.39.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-pda/osynctool/osynctool-0.39.ebuild b/app-pda/osynctool/osynctool-0.39.ebuild new file mode 100644 index 000000000000..47cb7ae18bf6 --- /dev/null +++ b/app-pda/osynctool/osynctool-0.39.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/osynctool/osynctool-0.39.ebuild,v 1.1 2010/05/23 12:38:07 bangert Exp $ + +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}* + !app-pda/msynctool" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i 's:/etc/bash_completion.d:/share/bash-completion:g' tools/CMakeLists.txt || die +} |