summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-20 10:04:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-20 10:04:42 +0200
commite775862469084fa316eb7864858275939c523571 (patch)
treeed76b5021746f02f5bb7bd5aae379f98b0352988 /net-im/ayttm/ayttm-0.6.3-r1.ebuild
parentnet-im/climm: Remove last-rited pkg (diff)
downloadgentoo-e775862469084fa316eb7864858275939c523571.tar.gz
gentoo-e775862469084fa316eb7864858275939c523571.tar.bz2
gentoo-e775862469084fa316eb7864858275939c523571.zip
net-im/ayttm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/676242 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/ayttm/ayttm-0.6.3-r1.ebuild')
-rw-r--r--net-im/ayttm/ayttm-0.6.3-r1.ebuild63
1 files changed, 0 insertions, 63 deletions
diff --git a/net-im/ayttm/ayttm-0.6.3-r1.ebuild b/net-im/ayttm/ayttm-0.6.3-r1.ebuild
deleted file mode 100644
index 2f183105a741..000000000000
--- a/net-im/ayttm/ayttm-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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 xscreensaver yahoo"
-
-RDEPEND="app-text/enchant
- dev-libs/glib:2
- dev-libs/openssl:0=
- virtual/libiconv
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/pango
- crypt? ( app-crypt/gpgme )
- xscreensaver? ( x11-libs/libXScrnSaver )
- yahoo? ( net-libs/libyahoo2 )"
-DEPEND="${RDEPEND}
- 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 xscreensaver) \
- $(use_enable yahoo) \
- --disable-webcam \
- --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
-}