summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/barry/barry-0.18.3.ebuild8
-rw-r--r--app-pda/barry/metadata.xml1
2 files changed, 3 insertions, 6 deletions
diff --git a/app-pda/barry/barry-0.18.3.ebuild b/app-pda/barry/barry-0.18.3.ebuild
index 7fcd3964340c..09e88fbcdc64 100644
--- a/app-pda/barry/barry-0.18.3.ebuild
+++ b/app-pda/barry/barry-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/barry/${P}.tar.bz2"
LICENSE="CC-BY-SA-3.0 GPL-2" #See logo/README for CCPL
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="boost desktop doc gui opensync nls static-libs"
+IUSE="boost desktop doc gui nls static-libs"
RDEPEND=">=dev-cpp/libxmlpp-2.6
>=dev-libs/glib-2
@@ -27,8 +27,7 @@ RDEPEND=">=dev-cpp/libxmlpp-2.6
dev-cpp/glibmm:2
dev-cpp/gtkmm:2.4
dev-cpp/libglademm:2.4
- )
- opensync? ( ~app-pda/libopensync-0.22 )"
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( >=app-doc/doxygen-1.5.6 )
@@ -47,7 +46,6 @@ src_configure() {
$(use_enable static-libs static) \
$(use_enable boost) \
$(use_enable gui) \
- $(use_enable opensync opensync-plugin) \
$(use_enable desktop) \
--disable-rpath
}
diff --git a/app-pda/barry/metadata.xml b/app-pda/barry/metadata.xml
index 2ac61ee9e44a..a6931b40bf82 100644
--- a/app-pda/barry/metadata.xml
+++ b/app-pda/barry/metadata.xml
@@ -14,7 +14,6 @@
<flag name="boost">Enable boost support</flag>
<flag name="desktop">Install the GUI desktop control panel</flag>
<flag name="gui">Install the GUI backup tool</flag>
- <flag name="opensync">Install the barry-sync plugin for OpenSync 0.22</flag>
</use>
<upstream>
<remote-id type="sourceforge">barry</remote-id>