From ba1cd89d59de3c7b90cedb111817dcc87e2e8df6 Mon Sep 17 00:00:00 2001 From: Ian Whyman Date: Thu, 21 Nov 2013 16:43:41 +0000 Subject: Bump to 1.17.1, thanks to Andrew Waters for reporting in #491878 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) --- x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild | 58 ----------------------- 1 file changed, 58 deletions(-) delete mode 100644 x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild (limited to 'x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild') diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild deleted file mode 100644 index 726937938b40..000000000000 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.15.1.ebuild,v 1.1 2013/04/23 19:54:19 thev00d00 Exp $ - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" -HOMEPAGE="http://sipe.sourceforge.net/" -SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug kerberos ocs2005-message-hack voice" - -RDEPEND=">=dev-libs/gmime-2.4.16 - dev-libs/libxml2 - dev-libs/nss - kerberos? ( virtual/krb5 ) - voice? ( - >=dev-libs/glib-2.28.0 - >=net-libs/libnice-0.1.0 - media-libs/gstreamer:0.10 - >=net-im/pidgin-2.8.0[gnutls] - ) - !voice? ( - >=dev-libs/glib-2.12.0 - net-im/pidgin[gnutls] - ) -" - -DEPEND="dev-util/intltool - virtual/pkgconfig - ${RDEPEND} -" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.13.2-fix-sandbox-r1.patch" - eautoreconf -} - -src_configure() { - econf \ - --enable-purple \ - --disable-quality-check \ - --disable-telepathy \ - $(use_enable debug) \ - $(use_enable ocs2005-message-hack) \ - $(use_with kerberos krb5) \ - $(use_with voice vv) -} - -src_install() { - emake install DESTDIR="${D}" - dodoc AUTHORS ChangeLog NEWS TODO README -} -- cgit v1.2.3-65-gdbad