diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-12-27 14:39:30 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-12-27 14:41:28 +0100 |
commit | de9810f1049fdd5d0129029ebb2184d2550ced06 (patch) | |
tree | b1cac4b498f2a9b055db627aa2708735d23b7083 /net-im/ayttm | |
parent | net-im/ayttm: EAPI bump (diff) | |
download | gentoo-de9810f1049fdd5d0129029ebb2184d2550ced06.tar.gz gentoo-de9810f1049fdd5d0129029ebb2184d2550ced06.tar.bz2 gentoo-de9810f1049fdd5d0129029ebb2184d2550ced06.zip |
net-im/ayttm: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/ayttm-0.6.3.ebuild | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/net-im/ayttm/ayttm-0.6.3.ebuild b/net-im/ayttm/ayttm-0.6.3.ebuild deleted file mode 100644 index 079efe16e8ac..000000000000 --- a/net-im/ayttm/ayttm-0.6.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools eutils multilib - -DESCRIPTION="A multi-protocol instant messaging client" -HOMEPAGE="http://ayttm.sourceforge.net/" -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" - -CDEPEND="app-text/enchant - dev-libs/glib:2 - dev-libs/openssl - virtual/libiconv - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libX11 - 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} - sys-devel/bison - sys-devel/flex - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-opt-xscreensaver.patch \ - "${FILESDIR}"/${P}-opt-webcam.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable crypt aycryption) \ - --disable-esd \ - $(use_enable icq) \ - $(use_enable irc) \ - $(use_enable xmpp jabber) \ - $(use_enable lj) \ - $(use_enable msn) \ - $(use_enable nls) \ - $(use_enable oscar) \ - $(use_enable smtp) \ - $(use_enable webcam) \ - $(use_enable xscreensaver) \ - $(use_enable yahoo) \ - --disable-arts \ - --enable-posix-dlopen \ - --disable-static -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README README.LINUX TODO - rm -f "${D}"/usr/$(get_libdir)/${PN}/*.la -} |