diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-02-26 05:35:51 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-02-26 05:35:51 +0000 |
commit | 292f185c33d58284e73a87bf59586783caf1da61 (patch) | |
tree | d0cb7d153caf130556a8be647ace967af310faa3 /app-pda/osynctool | |
parent | EAPI 3, dependencies, docs, etc. (diff) | |
download | gentoo-2-292f185c33d58284e73a87bf59586783caf1da61.tar.gz gentoo-2-292f185c33d58284e73a87bf59586783caf1da61.tar.bz2 gentoo-2-292f185c33d58284e73a87bf59586783caf1da61.zip |
EAPI 3, dependencies, docs, etc.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/osynctool')
-rw-r--r-- | app-pda/osynctool/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/osynctool/osynctool-0.39.ebuild | 17 | ||||
-rw-r--r-- | app-pda/osynctool/osynctool-9999.ebuild | 20 |
3 files changed, 31 insertions, 14 deletions
diff --git a/app-pda/osynctool/ChangeLog b/app-pda/osynctool/ChangeLog index 32932d8f64a2..ae1b59006f9f 100644 --- a/app-pda/osynctool/ChangeLog +++ b/app-pda/osynctool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/osynctool -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/osynctool/ChangeLog,v 1.2 2010/05/26 12:43:13 bangert Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/osynctool/ChangeLog,v 1.3 2011/02/26 05:35:51 dirtyepic Exp $ + + 26 Feb 2011; Ryan Hill <dirtyepic@gentoo.org> osynctool-0.39.ebuild, + osynctool-9999.ebuild: + EAPI 3, dependencies, docs, etc. *osynctool-9999 (26 May 2010) diff --git a/app-pda/osynctool/osynctool-0.39.ebuild b/app-pda/osynctool/osynctool-0.39.ebuild index 47cb7ae18bf6..8af7522d8408 100644 --- a/app-pda/osynctool/osynctool-0.39.ebuild +++ b/app-pda/osynctool/osynctool-0.39.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/osynctool/osynctool-0.39.ebuild,v 1.2 2011/02/26 05:35:51 dirtyepic Exp $ -EAPI="2" +EAPI="3" inherit cmake-utils @@ -15,10 +15,13 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="=app-pda/libopensync-${PV}* - !app-pda/msynctool" -RDEPEND="${DEPEND}" +RDEPEND="~app-pda/libopensync-${PV} + dev-libs/glib:2" +DEPEND="${DEPEND}" + +DOCS="AUTHORS CODING" src_prepare() { - sed -i 's:/etc/bash_completion.d:/share/bash-completion:g' tools/CMakeLists.txt || die + sed -i -e 's:/etc/bash_completion.d:/share/bash-completion:g' \ + tools/CMakeLists.txt } diff --git a/app-pda/osynctool/osynctool-9999.ebuild b/app-pda/osynctool/osynctool-9999.ebuild index 3cac46d7291a..1705048a8f2f 100644 --- a/app-pda/osynctool/osynctool-9999.ebuild +++ b/app-pda/osynctool/osynctool-9999.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/osynctool/osynctool-9999.ebuild,v 1.1 2010/05/26 12:43:13 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/osynctool/osynctool-9999.ebuild,v 1.2 2011/02/26 05:35:51 dirtyepic Exp $ + +EAPI="3" inherit cmake-utils subversion @@ -10,10 +12,18 @@ SRC_URI="" ESVN_REPO_URI="http://svn.opensync.org/osynctool/trunk" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="=app-pda/libopensync-${PV}*" -RDEPEND="${DEPEND}" +RDEPEND="~app-pda/libopensync-${PV} + dev-libs/glib:2" +DEPEND="${DEPEND}" + +DOCS="AUTHORS CODING" + +src_prepare() { + sed -i -e 's:/etc/bash_completion.d:/share/bash-completion:g' \ + tools/CMakeLists.txt +} |