diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-03-19 05:46:23 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-03-19 05:46:23 +0000 |
commit | 46f0dd725829be2715ca4d4faddc557e29a35188 (patch) | |
tree | 4e7175f9e0e77d71aa0cae95df3a762eaa6cd97f /app-pda/msynctool | |
parent | Add blocker on app-pda/msynctool. (diff) | |
download | gentoo-2-46f0dd725829be2715ca4d4faddc557e29a35188.tar.gz gentoo-2-46f0dd725829be2715ca4d4faddc557e29a35188.tar.bz2 gentoo-2-46f0dd725829be2715ca4d4faddc557e29a35188.zip |
Add blocker on app-pda/osynctool. Drop 0.36.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/msynctool')
-rw-r--r-- | app-pda/msynctool/msynctool-0.22.ebuild | 5 | ||||
-rw-r--r-- | app-pda/msynctool/msynctool-0.36.ebuild | 23 |
2 files changed, 3 insertions, 25 deletions
diff --git a/app-pda/msynctool/msynctool-0.22.ebuild b/app-pda/msynctool/msynctool-0.22.ebuild index d4c36c8d3608..2b74b31051ff 100644 --- a/app-pda/msynctool/msynctool-0.22.ebuild +++ b/app-pda/msynctool/msynctool-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.22.ebuild,v 1.3 2011/02/26 05:32:34 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.22.ebuild,v 1.4 2011/03/19 05:46:23 dirtyepic Exp $ EAPI="3" @@ -15,7 +15,8 @@ IUSE="" RDEPEND="~app-pda/libopensync-${PV} dev-libs/glib:2 - dev-libs/libxml2" + dev-libs/libxml2 + !app-pda/osynctool" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0" diff --git a/app-pda/msynctool/msynctool-0.36.ebuild b/app-pda/msynctool/msynctool-0.36.ebuild deleted file mode 100644 index b6a171762e70..000000000000 --- a/app-pda/msynctool/msynctool-0.36.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.36.ebuild,v 1.2 2011/02/26 05:32:34 dirtyepic Exp $ - -EAPI="3" - -inherit cmake-utils - -DESCRIPTION="OpenSync msync tool" -HOMEPAGE="http://www.opensync.org/" -SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" - -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -RDEPEND="~app-pda/libopensync-${PV} - dev-libs/glib:2" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9.0" - -DOCS="AUTHORS CODING" |