commit: 63ed352543116acfe5d3f58ca482e275e2855e3f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 23:13:12 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 23:34:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ed3525
net-im/ayttm: [QA] Remove USE=webcam
Package-Manager: portage-2.3.2
net-im/ayttm/ayttm-0.6.3-r1.ebuild | 15 ++++++---------
net-im/ayttm/metadata.xml | 1 -
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/net-im/ayttm/ayttm-0.6.3-r1.ebuild
b/net-im/ayttm/ayttm-0.6.3-r1.ebuild
index ce6f529..f97a071 100644
--- a/net-im/ayttm/ayttm-0.6.3-r1.ebuild
+++ b/net-im/ayttm/ayttm-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,11 +12,11 @@ SRC_URI="mirror://sourceforge/ayttm/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="crypt icq irc xmpp lj msn nls oscar smtp webcam xscreensaver yahoo"
+IUSE="crypt icq irc xmpp lj msn nls oscar smtp xscreensaver yahoo"
-CDEPEND="app-text/enchant
+RDEPEND="app-text/enchant
dev-libs/glib:2
- dev-libs/openssl:0
+ dev-libs/openssl:0=
virtual/libiconv
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
@@ -24,12 +24,9 @@ CDEPEND="app-text/enchant
x11-libs/libXpm
x11-libs/pango
crypt? ( app-crypt/gpgme )
- webcam? ( media-libs/jasper )
xscreensaver? ( x11-libs/libXScrnSaver )
yahoo? ( net-libs/libyahoo2 )"
-RDEPEND="${CDEPEND}
- webcam? ( media-tv/xawtv )"
-DEPEND="${CDEPEND}
+DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
nls? ( sys-devel/gettext )"
@@ -52,9 +49,9 @@ src_configure() {
$(use_enable nls) \
$(use_enable oscar) \
$(use_enable smtp) \
- $(use_enable webcam) \
$(use_enable xscreensaver) \
$(use_enable yahoo) \
+ --disable-webcam \
--disable-arts \
--enable-posix-dlopen \
--disable-static
diff --git a/net-im/ayttm/metadata.xml b/net-im/ayttm/metadata.xml
index c4fe6c1..5cbaca7 100644
--- a/net-im/ayttm/metadata.xml
+++ b/net-im/ayttm/metadata.xml
@@ -11,7 +11,6 @@
<flag name="irc">Enable Internet Relay Chat support</flag>
<flag name="lj">Enable livejournal.com support</flag>
<flag name="smtp">Adds support for sending messages via RFC2821
SMTP</flag>
- <flag name="webcam">Adds webcam support for Yahoo
Messenger</flag>
</use>
<upstream>
<remote-id type="sourceforge">ayttm</remote-id>