summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2013-12-17 21:49:56 +0000
committerIan Whyman <thev00d00@gentoo.org>2013-12-17 21:49:56 +0000
commit3dd3b64d922116435e40bb896b9f990407dbb274 (patch)
treeeb5d161b957e4e3d1a34e6f50780b00f0b547b95 /x11-plugins
parentVersion bump thanks to Johan Bergström <bugs@bergstroem.nu>. Bug #492478 (diff)
downloadgentoo-2-3dd3b64d922116435e40bb896b9f990407dbb274.tar.gz
gentoo-2-3dd3b64d922116435e40bb896b9f990407dbb274.tar.bz2
gentoo-2-3dd3b64d922116435e40bb896b9f990407dbb274.zip
Version bump, tidy old, fixes #494550
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-sipe/ChangeLog8
-rw-r--r--x11-plugins/pidgin-sipe/pidgin-sipe-1.17.2.ebuild64
-rw-r--r--x11-plugins/pidgin-sipe/pidgin-sipe-1.17.3.ebuild (renamed from x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild)2
3 files changed, 8 insertions, 66 deletions
diff --git a/x11-plugins/pidgin-sipe/ChangeLog b/x11-plugins/pidgin-sipe/ChangeLog
index f1ea767f7fd1..9daffb524f0d 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.24 2013/12/16 08:27:58 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.25 2013/12/17 21:49:56 thev00d00 Exp $
+
+*pidgin-sipe-1.17.3 (17 Dec 2013)
+
+ 17 Dec 2013; Ian Whyman <thev00d00@gentoo.org> +pidgin-sipe-1.17.3.ebuild,
+ -pidgin-sipe-1.17.1.ebuild, -pidgin-sipe-1.17.2.ebuild:
+ Version bump, tidy old, fixes #494550
*pidgin-sipe-1.17.2 (16 Dec 2013)
diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.2.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.2.ebuild
deleted file mode 100644
index fe8f94534a1b..000000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.2.ebuild
+++ /dev/null
@@ -1,64 +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.17.2.ebuild,v 1.1 2013/12/16 08:27:58 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 telepathy 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:2
- net-im/pidgin[gnutls]
- )
- 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() {
- epatch "${FILESDIR}/${PN}-1.13.2-fix-sandbox-r1.patch"
- 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)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog NEWS TODO README
-}
diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.3.ebuild
index ae8a2ad2eb50..4da277b2c78c 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.1.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.3.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.17.1.ebuild,v 1.2 2013/11/28 15:51:34 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.17.3.ebuild,v 1.1 2013/12/17 21:49:56 thev00d00 Exp $
EAPI=5