public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.16.0.ebuild ChangeLog
@ 2013-06-20  7:55 Ian Whyman (thev00d00)
  0 siblings, 0 replies; only message in thread
From: Ian Whyman (thev00d00) @ 2013-06-20  7:55 UTC (permalink / raw
  To: gentoo-commits

thev00d00    13/06/20 07:55:33

  Modified:             ChangeLog
  Added:                pidgin-sipe-1.16.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha181/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.20                 x11-plugins/pidgin-sipe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	23 Apr 2013 19:54:19 -0000	1.19
+++ ChangeLog	20 Jun 2013 07:55:33 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/pidgin-sipe
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.19 2013/04/23 19:54:19 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.20 2013/06/20 07:55:33 thev00d00 Exp $
+
+*pidgin-sipe-1.16.0 (20 Jun 2013)
+
+  20 Jun 2013; Ian Whyman <thev00d00@gentoo.org> +pidgin-sipe-1.16.0.ebuild:
+  Version bump
 
 *pidgin-sipe-1.15.1 (23 Apr 2013)
 



1.1                  x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-sipe-1.16.0.ebuild
===================================================================
# 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.16.0.ebuild,v 1.1 2013/06/20 07:55:33 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-20  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20  7:55 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: pidgin-sipe-1.16.0.ebuild ChangeLog Ian Whyman (thev00d00)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox