diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2014-08-19 08:29:37 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2014-08-19 08:29:37 +0000 |
commit | 2e5e6d0e334a66f8a5c3f05ff824ec5eb031a79d (patch) | |
tree | 6df066941be658eceb838f958087e06578725946 /x11-plugins | |
parent | New release adds hardware support for TE436/TE236 cards and updated firmware ... (diff) | |
download | gentoo-2-2e5e6d0e334a66f8a5c3f05ff824ec5eb031a79d.tar.gz gentoo-2-2e5e6d0e334a66f8a5c3f05ff824ec5eb031a79d.tar.bz2 gentoo-2-2e5e6d0e334a66f8a5c3f05ff824ec5eb031a79d.zip |
Version bump, tidy old
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-sipe/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.18.2.ebuild | 67 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild (renamed from x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild) | 2 |
3 files changed, 8 insertions, 69 deletions
diff --git a/x11-plugins/pidgin-sipe/ChangeLog b/x11-plugins/pidgin-sipe/ChangeLog index b478b9ee8839..331560fb5551 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.31 2014/06/14 16:31:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.32 2014/08/19 08:29:37 thev00d00 Exp $ + +*pidgin-sipe-1.18.3 (19 Aug 2014) + + 19 Aug 2014; Ian Whyman <thev00d00@gentoo.org> +pidgin-sipe-1.18.3.ebuild, + -pidgin-sipe-1.18.1.ebuild, -pidgin-sipe-1.18.2.ebuild: + Version bump, tidy old *pidgin-sipe-1.18.2 (14 Jun 2014) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.2.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.2.ebuild deleted file mode 100644 index b89219527671..000000000000 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2014 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.18.2.ebuild,v 1.1 2014/06/14 16:31:15 mrueg 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 openssl telepathy voice" - -RDEPEND=">=dev-libs/gmime-2.4.16 - dev-libs/libxml2 - openssl? ( dev-libs/openssl ) - !openssl? ( 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 - ) - !voice? ( - >=dev-libs/glib-2.12.0:2 - net-im/pidgin - ) - telepathy? ( - >=sys-apps/dbus-1.1.0 - >=dev-libs/dbus-glib-0.61 - >=dev-libs/glib-2.28:2 - >=net-libs/telepathy-glib-0.18.0 - ) -" - -DEPEND="dev-util/intltool - virtual/pkgconfig - ${RDEPEND} -" - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - --enable-purple \ - --disable-quality-check \ - $(use_enable telepathy) \ - $(use_enable debug) \ - $(use_enable ocs2005-message-hack) \ - $(use_with kerberos krb5) \ - $(use_with voice vv) \ - $(use_enable !openssl nss) \ - $(use_enable openssl) -} - -src_install() { - emake install DESTDIR="${D}" - dodoc AUTHORS ChangeLog NEWS TODO README -} diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild index c5b2fad905ee..206604aacccd 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.1.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.18.1.ebuild,v 1.1 2014/05/10 09:11:26 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.3.ebuild,v 1.1 2014/08/19 08:29:37 thev00d00 Exp $ EAPI=5 |