summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-18 13:21:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-18 13:21:14 +0000
commit66728f3e6b9cdefb9bc08a42e9297e1b00136f65 (patch)
tree188c92c1a2994addac2ed3d30bf0cf157a7004ad /net-im/ayttm
parentRemove USE="esd" because media-sound/esound isn't in tree anymore. (diff)
downloadhistorical-66728f3e6b9cdefb9bc08a42e9297e1b00136f65.tar.gz
historical-66728f3e6b9cdefb9bc08a42e9297e1b00136f65.tar.bz2
historical-66728f3e6b9cdefb9bc08a42e9297e1b00136f65.zip
Remove USE="esd" because media-sound/esound isn't in tree anymore.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'net-im/ayttm')
-rw-r--r--net-im/ayttm/ChangeLog7
-rw-r--r--net-im/ayttm/ayttm-0.6.3.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/net-im/ayttm/ChangeLog b/net-im/ayttm/ChangeLog
index bcfb27a88dd7..a264f142427a 100644
--- a/net-im/ayttm/ChangeLog
+++ b/net-im/ayttm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/ayttm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.18 2011/12/15 22:55:05 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.19 2012/03/18 13:17:27 ssuominen Exp $
+
+ 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> ayttm-0.6.3.ebuild:
+ Remove USE="esd" because media-sound/esound isn't in tree anymore.
15 Dec 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #353461
diff --git a/net-im/ayttm/ayttm-0.6.3.ebuild b/net-im/ayttm/ayttm-0.6.3.ebuild
index a1bd5942aa4c..e65f5ad541bc 100644
--- a/net-im/ayttm/ayttm-0.6.3.ebuild
+++ b/net-im/ayttm/ayttm-0.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.6.3.ebuild,v 1.2 2011/02/21 20:14:56 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.6.3.ebuild,v 1.3 2012/03/18 13:17:27 ssuominen Exp $
EAPI=4
inherit autotools eutils multilib
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ayttm/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="crypt esd icq irc jabber lj msn nls oscar smtp webcam xscreensaver yahoo"
+IUSE="crypt icq irc jabber lj msn nls oscar smtp webcam xscreensaver yahoo"
CDEPEND="app-text/enchant
dev-libs/glib:2
@@ -24,7 +24,6 @@ CDEPEND="app-text/enchant
x11-libs/libXpm
x11-libs/pango
crypt? ( app-crypt/gpgme )
- esd? ( media-sound/esound )
webcam? ( media-libs/jasper )
xscreensaver? ( x11-libs/libXScrnSaver )
yahoo? ( net-libs/libyahoo2 )"
@@ -44,7 +43,7 @@ src_prepare() {
src_configure() {
econf \
$(use_enable crypt aycryption) \
- $(use_enable esd) \
+ --disable-esd \
$(use_enable icq) \
$(use_enable irc) \
$(use_enable jabber) \