diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2013-07-18 08:26:27 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2013-07-18 08:26:27 +0000 |
commit | b796409aa77c7f0dec19b564bc2f64209c9abb73 (patch) | |
tree | 05d1fb10d32ed4b320243abb0cd61a60fb6723cf /x11-plugins/pidgin-sipe | |
parent | Revision bump, took snapshot of SVN repository. (diff) | |
download | gentoo-2-b796409aa77c7f0dec19b564bc2f64209c9abb73.tar.gz gentoo-2-b796409aa77c7f0dec19b564bc2f64209c9abb73.tar.bz2 gentoo-2-b796409aa77c7f0dec19b564bc2f64209c9abb73.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-plugins/pidgin-sipe')
-rw-r--r-- | x11-plugins/pidgin-sipe/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild | 58 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.16.1.ebuild (renamed from x11-plugins/pidgin-sipe/pidgin-sipe-1.14.1.ebuild) | 2 |
3 files changed, 8 insertions, 60 deletions
diff --git a/x11-plugins/pidgin-sipe/ChangeLog b/x11-plugins/pidgin-sipe/ChangeLog index 09408d9a5d07..753e2ee3ed75 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.20 2013/06/20 07:55:33 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.21 2013/07/18 08:26:27 thev00d00 Exp $ + +*pidgin-sipe-1.16.1 (18 Jul 2013) + + 18 Jul 2013; Ian Whyman <thev00d00@gentoo.org> +pidgin-sipe-1.16.1.ebuild, + -pidgin-sipe-1.14.1.ebuild, -pidgin-sipe-1.16.0.ebuild: + Version bump, drop old *pidgin-sipe-1.16.0 (20 Jun 2013) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild deleted file mode 100644 index 1b10dcf2968e..000000000000 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.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.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 -} diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.14.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.1.ebuild index 27ca34f5f016..8ab7812d5bce 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.14.1.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.1.ebuild @@ -1,6 +1,6 @@ # 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.14.1.ebuild,v 1.2 2013/03/17 19:27:42 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.1.ebuild,v 1.1 2013/07/18 08:26:27 thev00d00 Exp $ EAPI=5 |