diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2012-08-29 07:35:37 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2012-08-29 07:35:37 +0000 |
commit | 1efce45faf4145c3252cf36e527825ce33f97403 (patch) | |
tree | dd6b652551926608e9e87041a4baad049f544f1d /x11-plugins | |
parent | Bump to 9.2rc1 (diff) | |
download | gentoo-2-1efce45faf4145c3252cf36e527825ce33f97403.tar.gz gentoo-2-1efce45faf4145c3252cf36e527825ce33f97403.tar.bz2 gentoo-2-1efce45faf4145c3252cf36e527825ce33f97403.zip |
Version
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-sipe/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild (renamed from x11-plugins/pidgin-sipe/pidgin-sipe-1.13.1.ebuild) | 28 |
2 files changed, 28 insertions, 8 deletions
diff --git a/x11-plugins/pidgin-sipe/ChangeLog b/x11-plugins/pidgin-sipe/ChangeLog index 15045218ea08..41d59abdd335 100644 --- a/x11-plugins/pidgin-sipe/ChangeLog +++ b/x11-plugins/pidgin-sipe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.15 2012/06/30 22:00:30 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.16 2012/08/29 07:35:37 thev00d00 Exp $ + +*pidgin-sipe-1.13.3 (29 Aug 2012) + + 29 Aug 2012; Ian Whyman <thev00d00@gentoo.org> -pidgin-sipe-1.13.1.ebuild, + +pidgin-sipe-1.13.3.ebuild: + Version bump *pidgin-sipe-1.13.2-r1 (30 Jun 2012) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild index 252e6472f270..734b820b69a7 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.1.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2012 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.13.1.ebuild,v 1.2 2012/06/26 19:53:26 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild,v 1.1 2012/08/29 07:35:37 thev00d00 Exp $ EAPI=4 +inherit autotools eutils + DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" HOMEPAGE="http://sipe.sourceforge.net/" SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" @@ -11,31 +13,43 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug kerberos voice" +IUSE="debug kerberos ocs2005-message-hack voice" RDEPEND="net-im/pidgin[gnutls] >=dev-libs/gmime-2.4.16 dev-libs/libxml2 - kerberos? ( app-crypt/mit-krb5 ) + kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 - media-libs/gstreamer ) - !voice? ( >=dev-libs/glib-2.12.0 ) + media-libs/gstreamer + >=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_with voice vv) \ $(use_enable debug) \ - $(use_with kerberos krb5) + $(use_enable ocs2005-message-hack) \ + $(use_with kerberos krb5) \ + $(use_with voice vv) } src_install() { |