public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2015-09-02 19:24 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2015-09-02 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6733268d9bade727e278ec6f7caca7fc522b7773
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 19:21:36 2015 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 19:23:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6733268d

x11-plugins/pidgin-sipe: Version bump

This release fixes compatibility with office 365 by adding
support for additional cyphers.

Bug: 558782

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild | 67 +++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index b864635..304ef9a 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
 DIST pidgin-sipe-1.19.0.tar.gz 1127851 SHA256 bc144de259e858c57d82ee7ac00a78cc3a0875ab67da6b25be05808ed274c856 SHA512 96fd7f852c7225d2ae71ec4916491c6c4facbddf9f19285334a47b6abbaa80ad7f2aa299fc1b453a7f5782f65b8f56557f5992ba8e3e2c386318d96f1f59824e WHIRLPOOL 90c1069b38e96f6bc2c39957f9c76635f404a3188abb59004fe3a83e177803db06b6c6bcfdef5cf5fb645d901751130b15e619bf2d8fac17fb70660cf2e2ff2c
 DIST pidgin-sipe-1.19.1.tar.gz 1134961 SHA256 92c8a4611f1594096fac3c5b983df49cb8d1612cab7352799c855fd9dda0454a SHA512 4ac85f5e2ae590677b73ec339051c210173a37c974076d696409c81680e91818d9a3b75a95b4ae556a61ec0246f0cd6fb2a644889bbbb02528d5ea75140efef0 WHIRLPOOL d31044889ae6d9d146e4a9e9bb9fd1ec84ded6597b783cfedb1f1a0478760aeca41fd574bbe8021223957fd6c84cc3082cc2cabdd0da245365573e35697d680f
+DIST pidgin-sipe-1.20.0.tar.gz 1141962 SHA256 3a6b81f40d7a80d5e467c36b92d550b3c5377b39b67953b576308ce257c2a891 SHA512 f0c9df51d3d16aeca5cf04a2cf68c1b61796a5c97ea444d86995d7034994d3e7fa66b8fa258a1fed765d6b055138b397641316c9b4f43b03b7f152ef5d66ecfd WHIRLPOOL eb100cac4714d4e7b830e7d50ccf034ec036b121a50348ea3148370fb5a54e130edd910ecdb010df1a23ad8b68b41a206c313ea7ee3f2f8bd37deb469853fcf4

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
new file mode 100644
index 0000000..e145d21
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2015-11-07 12:57 Manuel Rüger
  0 siblings, 0 replies; 27+ messages in thread
From: Manuel Rüger @ 2015-11-07 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     091e130dc2c100c402c27be73f3d1a017ae6d8f7
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 12:57:24 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 12:57:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091e130d

x11-plugins/pidgin-sipe: Version bump

Package-Manager: portage-2.2.24

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild | 67 +++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 304ef9a..376dbc9 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -2,3 +2,4 @@ DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f6
 DIST pidgin-sipe-1.19.0.tar.gz 1127851 SHA256 bc144de259e858c57d82ee7ac00a78cc3a0875ab67da6b25be05808ed274c856 SHA512 96fd7f852c7225d2ae71ec4916491c6c4facbddf9f19285334a47b6abbaa80ad7f2aa299fc1b453a7f5782f65b8f56557f5992ba8e3e2c386318d96f1f59824e WHIRLPOOL 90c1069b38e96f6bc2c39957f9c76635f404a3188abb59004fe3a83e177803db06b6c6bcfdef5cf5fb645d901751130b15e619bf2d8fac17fb70660cf2e2ff2c
 DIST pidgin-sipe-1.19.1.tar.gz 1134961 SHA256 92c8a4611f1594096fac3c5b983df49cb8d1612cab7352799c855fd9dda0454a SHA512 4ac85f5e2ae590677b73ec339051c210173a37c974076d696409c81680e91818d9a3b75a95b4ae556a61ec0246f0cd6fb2a644889bbbb02528d5ea75140efef0 WHIRLPOOL d31044889ae6d9d146e4a9e9bb9fd1ec84ded6597b783cfedb1f1a0478760aeca41fd574bbe8021223957fd6c84cc3082cc2cabdd0da245365573e35697d680f
 DIST pidgin-sipe-1.20.0.tar.gz 1141962 SHA256 3a6b81f40d7a80d5e467c36b92d550b3c5377b39b67953b576308ce257c2a891 SHA512 f0c9df51d3d16aeca5cf04a2cf68c1b61796a5c97ea444d86995d7034994d3e7fa66b8fa258a1fed765d6b055138b397641316c9b4f43b03b7f152ef5d66ecfd WHIRLPOOL eb100cac4714d4e7b830e7d50ccf034ec036b121a50348ea3148370fb5a54e130edd910ecdb010df1a23ad8b68b41a206c313ea7ee3f2f8bd37deb469853fcf4
+DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild
new file mode 100644
index 0000000..e145d21
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2015-12-18 11:48 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2015-12-18 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4a28517960f05b1905c477e19cc541f6984c2c8e
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 11:34:43 2015 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 11:34:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a285179

x11-plugins/pidgin-sipe: remove old

Package-Manager: portage-2.2.26

 x11-plugins/pidgin-sipe/Manifest                  |  3 -
 x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild | 67 -----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild | 67 -----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild | 67 -----------------------
 4 files changed, 204 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 376dbc9..ee5e2bf 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,5 +1,2 @@
 DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
-DIST pidgin-sipe-1.19.0.tar.gz 1127851 SHA256 bc144de259e858c57d82ee7ac00a78cc3a0875ab67da6b25be05808ed274c856 SHA512 96fd7f852c7225d2ae71ec4916491c6c4facbddf9f19285334a47b6abbaa80ad7f2aa299fc1b453a7f5782f65b8f56557f5992ba8e3e2c386318d96f1f59824e WHIRLPOOL 90c1069b38e96f6bc2c39957f9c76635f404a3188abb59004fe3a83e177803db06b6c6bcfdef5cf5fb645d901751130b15e619bf2d8fac17fb70660cf2e2ff2c
-DIST pidgin-sipe-1.19.1.tar.gz 1134961 SHA256 92c8a4611f1594096fac3c5b983df49cb8d1612cab7352799c855fd9dda0454a SHA512 4ac85f5e2ae590677b73ec339051c210173a37c974076d696409c81680e91818d9a3b75a95b4ae556a61ec0246f0cd6fb2a644889bbbb02528d5ea75140efef0 WHIRLPOOL d31044889ae6d9d146e4a9e9bb9fd1ec84ded6597b783cfedb1f1a0478760aeca41fd574bbe8021223957fd6c84cc3082cc2cabdd0da245365573e35697d680f
-DIST pidgin-sipe-1.20.0.tar.gz 1141962 SHA256 3a6b81f40d7a80d5e467c36b92d550b3c5377b39b67953b576308ce257c2a891 SHA512 f0c9df51d3d16aeca5cf04a2cf68c1b61796a5c97ea444d86995d7034994d3e7fa66b8fa258a1fed765d6b055138b397641316c9b4f43b03b7f152ef5d66ecfd WHIRLPOOL eb100cac4714d4e7b830e7d50ccf034ec036b121a50348ea3148370fb5a54e130edd910ecdb010df1a23ad8b68b41a206c313ea7ee3f2f8bd37deb469853fcf4
 DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild
deleted file mode 100644
index 805a403..0000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.19.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild
deleted file mode 100644
index 805a403..0000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.19.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.20.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
deleted file mode 100644
index e145d21..0000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2016-07-02 12:17 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2016-07-02 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7febe53cdb5f59beda844fac7d13e285b336eec5
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 12:17:39 2016 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 12:17:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7febe53c

x11-plugins/pidgin-sipe: Version bump (#585820)

Package-Manager: portage-2.3.0

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild | 67 +++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index ee5e2bf..4685f07 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,2 +1,3 @@
 DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
 DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb
+DIST pidgin-sipe-1.21.1.tar.gz 1212621 SHA256 92cc5bc581e7b500ffcce51707e003608d5f471c2785500facf63fcab62d7336 SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378 WHIRLPOOL 730d4bc6bf0007ec2d52cfd25e9b96a4e0cb2dfdef528b98971416e67b2242a7d72ce41de32bf58bb52591ea85f46174a83091d75a6dc4fcefe4522c83f3e678

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
new file mode 100644
index 0000000..83758ba
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-02-05 15:11 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2017-02-05 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e245ab22af042a92549fd9daa8d1b92529a40036
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 15:10:47 2017 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 15:11:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e245ab22

x11-plugins/pidgin-sipe: Version bump, Bug 608220

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 69 +++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 4685f07..568b760 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
 DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb
 DIST pidgin-sipe-1.21.1.tar.gz 1212621 SHA256 92cc5bc581e7b500ffcce51707e003608d5f471c2785500facf63fcab62d7336 SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378 WHIRLPOOL 730d4bc6bf0007ec2d52cfd25e9b96a4e0cb2dfdef528b98971416e67b2242a7d72ce41de32bf58bb52591ea85f46174a83091d75a6dc4fcefe4522c83f3e678
+DIST pidgin-sipe-1.22.0.tar.gz 1255851 SHA256 1aeb348e2ba79b82b1fd102555f86cdc42eaa6f9e761b771d74c4f9c9cf15fc3 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed WHIRLPOOL 5714beb478b19b8378faca5ddd04573c2f0996287523fefb51219731817b237f77c98ac3ac027ff45a155b51f49c6ea420a4572f8a020e8edc715e82ef9290aa

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
new file mode 100644
index 00000000..fe12ea7
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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:1.0
+		>=net-im/pidgin-2.8.0
+		net-libs/farstream:0.2
+	)
+	!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() {
+	default
+	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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-02-06 14:55 Agostino Sarubbo
  0 siblings, 0 replies; 27+ messages in thread
From: Agostino Sarubbo @ 2017-02-06 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     06474a8d836941b453d36b15bbdea26571b7edcd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 14:53:35 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 14:55:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06474a8d

x11-plugins/pidgin-sipe: amd64 stable wrt bug #608336

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
index 83758ba..becb3fc 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-09-30 16:22 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2017-09-30 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e1e467dde4705d7326bd585d42da824b01ebe525
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 16:19:02 2017 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 16:19:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e467dd

x11-plugins/pidgin-sipe: Version bump, fix gmime slot

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-plugins/pidgin-sipe/Manifest                                       | 1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild                      | 3 ++-
 .../{pidgin-sipe-1.22.0.ebuild => pidgin-sipe-1.22.1.ebuild}           | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 568b7604ecf..98a1677cdd8 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -2,3 +2,4 @@ DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f6
 DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb
 DIST pidgin-sipe-1.21.1.tar.gz 1212621 SHA256 92cc5bc581e7b500ffcce51707e003608d5f471c2785500facf63fcab62d7336 SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378 WHIRLPOOL 730d4bc6bf0007ec2d52cfd25e9b96a4e0cb2dfdef528b98971416e67b2242a7d72ce41de32bf58bb52591ea85f46174a83091d75a6dc4fcefe4522c83f3e678
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 SHA256 1aeb348e2ba79b82b1fd102555f86cdc42eaa6f9e761b771d74c4f9c9cf15fc3 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed WHIRLPOOL 5714beb478b19b8378faca5ddd04573c2f0996287523fefb51219731817b237f77c98ac3ac027ff45a155b51f49c6ea420a4572f8a020e8edc715e82ef9290aa
+DIST pidgin-sipe-1.22.1.tar.gz 1265440 SHA256 f6b7b7475e349c0214eb02814b808b04850113a91dd8e8d2c26e7179a3fd1ae8 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018 WHIRLPOOL d93e88d111871425ed5c2e36fd359d7f082497482d2865eaabb41cc867aac7ddea730d413aa123fafb3be605ddeb8f59cb89da98b50cddee4b1d1800d8f3c17a

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
index bb979790c0d..8b7372dda46 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
 
-RDEPEND=">=dev-libs/gmime-2.4.16
+RDEPEND="
+	dev-libs/gmime:2.6
 	dev-libs/libxml2
 	openssl? ( dev-libs/openssl:= )
 	!openssl? ( dev-libs/nss )

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
similarity index 97%
copy from x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
copy to x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
index bb979790c0d..8b7372dda46 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
 
-RDEPEND=">=dev-libs/gmime-2.4.16
+RDEPEND="
+	dev-libs/gmime:2.6
 	dev-libs/libxml2
 	openssl? ( dev-libs/openssl:= )
 	!openssl? ( dev-libs/nss )


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-09-30 16:22 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2017-09-30 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     274af5d4d7c538b8934fce64cc05b8939a34230e
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 16:22:02 2017 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 16:22:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274af5d4

x11-plugins/pidgin-sipe: Drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-plugins/pidgin-sipe/Manifest                   |  2 -
 .../pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild       | 67 ----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild  | 67 ----------------------
 3 files changed, 136 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 98a1677cdd8..f2539966c21 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,5 +1,3 @@
-DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
-DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb
 DIST pidgin-sipe-1.21.1.tar.gz 1212621 SHA256 92cc5bc581e7b500ffcce51707e003608d5f471c2785500facf63fcab62d7336 SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378 WHIRLPOOL 730d4bc6bf0007ec2d52cfd25e9b96a4e0cb2dfdef528b98971416e67b2242a7d72ce41de32bf58bb52591ea85f46174a83091d75a6dc4fcefe4522c83f3e678
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 SHA256 1aeb348e2ba79b82b1fd102555f86cdc42eaa6f9e761b771d74c4f9c9cf15fc3 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed WHIRLPOOL 5714beb478b19b8378faca5ddd04573c2f0996287523fefb51219731817b237f77c98ac3ac027ff45a155b51f49c6ea420a4572f8a020e8edc715e82ef9290aa
 DIST pidgin-sipe-1.22.1.tar.gz 1265440 SHA256 f6b7b7475e349c0214eb02814b808b04850113a91dd8e8d2c26e7179a3fd1ae8 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018 WHIRLPOOL d93e88d111871425ed5c2e36fd359d7f082497482d2865eaabb41cc867aac7ddea730d413aa123fafb3be605ddeb8f59cb89da98b50cddee4b1d1800d8f3c17a

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild
deleted file mode 100644
index e2c6b5473f8..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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() {
-	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) \
-		$(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.20.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild
deleted file mode 100644
index c3463399400..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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() {
-	epatch "${FILESDIR}/${P}-fix-configure-srtp-check.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) \
-		$(use_enable !openssl nss) \
-		$(use_enable openssl)
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-	dodoc AUTHORS ChangeLog NEWS TODO README
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-10-25 23:56 Manuel Rüger
  0 siblings, 0 replies; 27+ messages in thread
From: Manuel Rüger @ 2017-10-25 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f0ebb7fc9f3519644fc3dd6dc71c3182d24abc75
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 23:56:31 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 23:56:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ebb7fc

x11-plugins/pidgin-sipe: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
index 8b7372dda46..1d964fb0d71 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-10-26 20:44 Thomas Deutschmann
  0 siblings, 0 replies; 27+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     85dfaee5cbdad359965609241bcb74fc07ddf167
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:44:19 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:44:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dfaee5

x11-plugins/pidgin-sipe: x86 stable (bug #632558)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
index 1d964fb0d71..9891f280612 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2017-12-17 12:06 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2017-12-17 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     bcbaee13aa6324a78abcefa8e349a9ac376c1525
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 12:05:36 2017 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:05:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbaee13

x11-plugins/pidgin-sipe: Version Bump

Thanks to Luke Bratch for the inital ebuild.

Closes: https://bugs.gentoo.org/640994
Package-Manager: Portage-2.3.18, Repoman-2.3.6

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild | 69 +++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 61e1bb753e4..b94d2f967e6 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-sipe-1.21.1.tar.gz 1212621 BLAKE2B f2fb149a867af1771987857e90eccd0cc9a9624749eafb101b3f1c4e956c63e4f43c237a86925af34a8db81e03b287b1972e19e2bb1315959eb1cb606ef485bb SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
 DIST pidgin-sipe-1.22.1.tar.gz 1265440 BLAKE2B 88f5ef6473af2b50aab0d2adfb9bccf62c9654a1d80319d5e8e43b18719e875e0b3fda45a76e85a6fd892fd516dcfbf5f5ec4a134b1525972eaf35b9841d5210 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018
+DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild
new file mode 100644
index 00000000000..0f84cb3d0a0
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
+
+RDEPEND="
+	dev-libs/gmime:2.6
+	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:1.0
+		net-libs/farstream:0.2
+	)
+	!voice? (
+		>=dev-libs/glib-2.12.0:2
+	)
+	net-im/pidgin[dbus?]
+	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() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-purple \
+		--disable-quality-check \
+		$(use_enable telepathy) \
+		$(use_enable debug) \
+		$(use_enable ocs2005-message-hack) \
+		$(use_with dbus) \
+		$(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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2018-01-14 13:44 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2018-01-14 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8201b09a8b89ed14fd2c1c83d1bce94294a40278
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 13:43:25 2018 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 13:43:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8201b09a

x11-plugins/pidgin-sipe: Drop old

Closes: https://bugs.gentoo.org/629210
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/pidgin-sipe/Manifest                  |  1 -
 x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild | 66 -----------------------
 2 files changed, 67 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index b94d2f967e6..f083628620f 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,4 +1,3 @@
-DIST pidgin-sipe-1.21.1.tar.gz 1212621 BLAKE2B f2fb149a867af1771987857e90eccd0cc9a9624749eafb101b3f1c4e956c63e4f43c237a86925af34a8db81e03b287b1972e19e2bb1315959eb1cb606ef485bb SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
 DIST pidgin-sipe-1.22.1.tar.gz 1265440 BLAKE2B 88f5ef6473af2b50aab0d2adfb9bccf62c9654a1d80319d5e8e43b18719e875e0b3fda45a76e85a6fd892fd516dcfbf5f5ec4a134b1525972eaf35b9841d5210 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018
 DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
deleted file mode 100644
index f09eaef8eed..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2018-04-05 19:59 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2018-04-05 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c6afa0201e1133fe4e269a35c71492c7a5032b9e
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:58:42 2018 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 19:58:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6afa020

x11-plugins/pidgin-sipe: Version bump, tidy old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-plugins/pidgin-sipe/Manifest                               |  2 +-
 .../{pidgin-sipe-1.22.1.ebuild => pidgin-sipe-1.23.2.ebuild}   | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index f083628620f..9111ff5322e 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,3 +1,3 @@
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
-DIST pidgin-sipe-1.22.1.tar.gz 1265440 BLAKE2B 88f5ef6473af2b50aab0d2adfb9bccf62c9654a1d80319d5e8e43b18719e875e0b3fda45a76e85a6fd892fd516dcfbf5f5ec4a134b1525972eaf35b9841d5210 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018
 DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef
+DIST pidgin-sipe-1.23.2.tar.gz 1297900 BLAKE2B 2e37fc883c04ae9cb3ed562e932f0d207c449f67521c65a64bd52a580386fb822d10814bb7fda7cb0f6a67ae949b428db0b3c160f113c279b2e8440360af14ba SHA512 150dd41577c571442c664d91b55cff461ce2bd8dfdca6e8c8dffd27ee22c35393031ddcc7e070409ed5206f8cd0f17246f70d9ebfb6c868503a90be989ac34e6

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
similarity index 87%
rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
index 8b7372dda46..6eaeda36c6b 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
 HOMEPAGE="http://sipe.sourceforge.net/"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
+IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
 
 RDEPEND="
 	dev-libs/gmime:2.6
@@ -25,13 +25,12 @@ RDEPEND="
 		>=dev-libs/glib-2.28.0
 		>=net-libs/libnice-0.1.0
 		media-libs/gstreamer:1.0
-		>=net-im/pidgin-2.8.0
 		net-libs/farstream:0.2
 	)
 	!voice? (
 		>=dev-libs/glib-2.12.0:2
-		net-im/pidgin
 	)
+	net-im/pidgin[dbus?]
 	telepathy? (
 		>=sys-apps/dbus-1.1.0
 		>=dev-libs/dbus-glib-0.61
@@ -57,6 +56,7 @@ src_configure() {
 		$(use_enable telepathy) \
 		$(use_enable debug) \
 		$(use_enable ocs2005-message-hack) \
+		$(use_with dbus) \
 		$(use_with kerberos krb5) \
 		$(use_with voice vv) \
 		$(use_enable !openssl nss) \


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2018-10-25 18:40 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2018-10-25 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4946108d199b48872c6baf67d592827935c3468d
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 18:39:58 2018 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 18:39:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4946108d

x11-plugins/pidgin-sipe: bump

Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild | 69 +++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index 9111ff5322e..e24c3edcd4b 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
 DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef
 DIST pidgin-sipe-1.23.2.tar.gz 1297900 BLAKE2B 2e37fc883c04ae9cb3ed562e932f0d207c449f67521c65a64bd52a580386fb822d10814bb7fda7cb0f6a67ae949b428db0b3c160f113c279b2e8440360af14ba SHA512 150dd41577c571442c664d91b55cff461ce2bd8dfdca6e8c8dffd27ee22c35393031ddcc7e070409ed5206f8cd0f17246f70d9ebfb6c868503a90be989ac34e6
+DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
new file mode 100644
index 00000000000..dfeeb6f126f
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
+
+RDEPEND="
+	dev-libs/gmime:2.6
+	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:1.0
+		net-libs/farstream:0.2
+	)
+	!voice? (
+		>=dev-libs/glib-2.12.0:2
+	)
+	net-im/pidgin[dbus?]
+	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() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-purple \
+		--disable-quality-check \
+		$(use_enable telepathy) \
+		$(use_enable debug) \
+		$(use_enable ocs2005-message-hack) \
+		$(use_with dbus) \
+		$(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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2019-03-09 19:18 Thomas Deutschmann
  0 siblings, 0 replies; 27+ messages in thread
From: Thomas Deutschmann @ 2019-03-09 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d95cb04f9164cc4e36cafea9a733eacf186e0883
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 19:14:05 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 19:18:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95cb04f

x11-plugins/pidgin-sipe: x86 stable (bug #678506)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
index dfeeb6f126f..f6d01ced9a2 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2019-03-10 13:39 Mikle Kolyada
  0 siblings, 0 replies; 27+ messages in thread
From: Mikle Kolyada @ 2019-03-10 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3bf2d4acd059f52e869a97714755f1b15216c484
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 13:39:06 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 13:39:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf2d4ac

x11-plugins/pidgin-sipe: amd64 stable wrt bug #678506

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
index f6d01ced9a2..3e128eb9dcf 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2019-06-15 13:40 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2019-06-15 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     19076d6d5296ed8f799643c908cc06fcca3a7d16
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 13:39:58 2019 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 13:39:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19076d6d

x11-plugins/pidgin-sipe: Version bump

Closes: https://bugs.gentoo.org/686116
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 x11-plugins/pidgin-sipe/Manifest                  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild | 62 +++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index f874c39c159..ce7c20f82a3 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1 +1,2 @@
 DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31
+DIST pidgin-sipe-1.24.0.tar.gz 1322542 BLAKE2B 52ca80e4fb12f24c3406f671d499043f054ea1d4ad6f715d7feafa3df2d2203ccaeb9c0dd8d6214a19b383916d006faf8b284b3c0df9b6fce8926300811898c5 SHA512 9a7906cb6b5514d70b410bac436f6822316b570d1114f684ee96999cf0585816324780428212dd43b0988b22eff615630e9034bb518cb69add890877506b20e3

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild
new file mode 100644
index 00000000000..6e1a832817f
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
+
+RDEPEND="
+	dev-libs/gmime:2.6
+	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:1.0
+		net-libs/farstream:0.2
+	)
+	!voice? (
+		>=dev-libs/glib-2.12.0:2
+	)
+	net-im/pidgin[dbus?]
+	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_configure() {
+	econf \
+		--enable-purple \
+		--disable-quality-check \
+		$(use_enable telepathy) \
+		$(use_enable debug) \
+		$(use_enable ocs2005-message-hack) \
+		$(use_with dbus) \
+		$(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
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2019-06-15 13:40 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2019-06-15 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     01737e193e2777bacc5b6ac4f4c3c52cb08271fc
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 13:31:45 2019 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 13:31:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01737e19

x11-plugins/pidgin-sipe: Drop Old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 x11-plugins/pidgin-sipe/Manifest                  |  3 -
 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 69 -----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild | 69 -----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild | 69 -----------------------
 4 files changed, 210 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index e24c3edcd4b..f874c39c159 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,4 +1 @@
-DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
-DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef
-DIST pidgin-sipe-1.23.2.tar.gz 1297900 BLAKE2B 2e37fc883c04ae9cb3ed562e932f0d207c449f67521c65a64bd52a580386fb822d10814bb7fda7cb0f6a67ae949b428db0b3c160f113c279b2e8440360af14ba SHA512 150dd41577c571442c664d91b55cff461ce2bd8dfdca6e8c8dffd27ee22c35393031ddcc7e070409ed5206f8cd0f17246f70d9ebfb6c868503a90be989ac34e6
 DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
deleted file mode 100644
index 9891f280612..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.6
-	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:1.0
-		>=net-im/pidgin-2.8.0
-		net-libs/farstream:0.2
-	)
-	!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() {
-	default
-	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.23.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild
deleted file mode 100644
index 0f84cb3d0a0..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
-
-RDEPEND="
-	dev-libs/gmime:2.6
-	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:1.0
-		net-libs/farstream:0.2
-	)
-	!voice? (
-		>=dev-libs/glib-2.12.0:2
-	)
-	net-im/pidgin[dbus?]
-	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() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-purple \
-		--disable-quality-check \
-		$(use_enable telepathy) \
-		$(use_enable debug) \
-		$(use_enable ocs2005-message-hack) \
-		$(use_with dbus) \
-		$(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.23.2.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
deleted file mode 100644
index 6eaeda36c6b..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
-
-RDEPEND="
-	dev-libs/gmime:2.6
-	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:1.0
-		net-libs/farstream:0.2
-	)
-	!voice? (
-		>=dev-libs/glib-2.12.0:2
-	)
-	net-im/pidgin[dbus?]
-	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() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-purple \
-		--disable-quality-check \
-		$(use_enable telepathy) \
-		$(use_enable debug) \
-		$(use_enable ocs2005-message-hack) \
-		$(use_with dbus) \
-		$(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
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2020-01-25 17:29 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2020-01-25 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b71d962fd58e2836401150f7f42460d726130d5e
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 17:29:14 2020 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 17:29:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71d962f

x11-plugins/pidin-sipe: Version bump

Closes: https://bugs.gentoo.org/706182
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 x11-plugins/pidgin-sipe/Manifest                                        | 2 +-
 .../{pidgin-sipe-1.24.0.ebuild => pidgin-sipe-1.25.0.ebuild}            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index ce7c20f82a3..a0ed31fedff 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,2 +1,2 @@
 DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31
-DIST pidgin-sipe-1.24.0.tar.gz 1322542 BLAKE2B 52ca80e4fb12f24c3406f671d499043f054ea1d4ad6f715d7feafa3df2d2203ccaeb9c0dd8d6214a19b383916d006faf8b284b3c0df9b6fce8926300811898c5 SHA512 9a7906cb6b5514d70b410bac436f6822316b570d1114f684ee96999cf0585816324780428212dd43b0988b22eff615630e9034bb518cb69add890877506b20e3
+DIST pidgin-sipe-1.25.0.tar.gz 1395316 BLAKE2B 854832768a5c6605c28fcc02abd2444cd15b58be3be89009ce08aad390664a09235ca4fc6c6288c0e0f8677ba920a30b7e3a418312308dcb229a08817bbf4a3c SHA512 e9f1f38bb27cfd8e464f2f03aea3153b7d9a1ff7c45876ff06fc8b391e5d69506b793edda5cef0f4b5f281ddd0281ad0f97c82457e1bcc977965805a323d6f0c

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
similarity index 97%
rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild
rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
index 6e1a832817f..dcc5117625f 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2021-01-29 10:57 Lars Wendler
  0 siblings, 0 replies; 27+ messages in thread
From: Lars Wendler @ 2021-01-29 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9369e8122840f055632f556fd97765bcaeb55463
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 10:56:42 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 10:56:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9369e812

x11-plugins/pidgin-sipe: Use BDEPEND in EAPI-7 ebuild

Minor style adjustment in src_configure

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild | 29 +++++++++++++----------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
index dcc5117625f..720049ca9f2 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,23 +37,26 @@ RDEPEND="
 	)
 "
 
-DEPEND="dev-util/intltool
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/intltool
 	virtual/pkgconfig
-	${RDEPEND}
 "
 
 src_configure() {
-	econf \
-		--enable-purple \
-		--disable-quality-check \
-		$(use_enable telepathy) \
-		$(use_enable debug) \
-		$(use_enable ocs2005-message-hack) \
-		$(use_with dbus) \
-		$(use_with kerberos krb5) \
-		$(use_with voice vv) \
-		$(use_enable !openssl nss) \
+	local myeconfargs=(
+		--enable-purple
+		--disable-quality-check
+		$(use_enable telepathy)
+		$(use_enable debug)
+		$(use_enable ocs2005-message-hack)
+		$(use_with dbus)
+		$(use_with kerberos krb5)
+		$(use_with voice vv)
+		$(use_enable !openssl nss)
 		$(use_enable openssl)
+	)
+	econf "${myeconfsrgs[@]}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2021-01-29 11:20 Lars Wendler
  0 siblings, 0 replies; 27+ messages in thread
From: Lars Wendler @ 2021-01-29 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f49167d2652bb5859b2d8e2ee3c4f366af4f0660
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 11:20:35 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 11:20:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49167d2

x11-plugins/pidgin-sipe: Don't install .la files

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../{pidgin-sipe-1.25.0.ebuild => pidgin-sipe-1.25.0-r1.ebuild}         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
similarity index 96%
rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
index 720049ca9f2..7aa6dbaf79c 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
@@ -62,4 +62,6 @@ src_configure() {
 src_install() {
 	emake install DESTDIR="${D}"
 	dodoc AUTHORS ChangeLog NEWS TODO README
+
+	find "${ED}" -type f -name "*.la" -delete || die
 }


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2021-01-29 12:37 Lars Wendler
  0 siblings, 0 replies; 27+ messages in thread
From: Lars Wendler @ 2021-01-29 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     90c31061ee9e218f9c619b0c3a060ae2181a70e3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 12:36:43 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 12:36:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c31061

x11-plugins/pidgin-sipe: Fixed typo in src_configure

introduced in my commit 9369e81228

Closes: https://bugs.gentoo.org/767847
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
index 7aa6dbaf79c..2e14f7d593d 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
@@ -56,7 +56,7 @@ src_configure() {
 		$(use_enable !openssl nss)
 		$(use_enable openssl)
 	)
-	econf "${myeconfsrgs[@]}"
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2021-04-11 12:23 Ian Whyman
  0 siblings, 0 replies; 27+ messages in thread
From: Ian Whyman @ 2021-04-11 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b1432d4017e325c28c2a0ada7248f103842dcfc4
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 12:23:18 2021 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 12:23:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1432d40

x11-plugins/pidgin-sipe: maintainer-needed

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 x11-plugins/pidgin-sipe/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/metadata.xml b/x11-plugins/pidgin-sipe/metadata.xml
index c52417e6dbe..930d54b3221 100644
--- a/x11-plugins/pidgin-sipe/metadata.xml
+++ b/x11-plugins/pidgin-sipe/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>thev00d00@gentoo.org</email>
-    <name>Ian Whyman</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription lang="en">
 An Open Implementation of SIP/Simple protocol for Live Communications Server 2003/2005/2007 and Lync.
 </longdescription>


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2021-07-18  6:33 Agostino Sarubbo
  0 siblings, 0 replies; 27+ messages in thread
From: Agostino Sarubbo @ 2021-07-18  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     70530a68c4cdeadad00e94db920a9bb896e1ef54
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 06:31:34 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 06:31:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70530a68

x11-plugins/pidgin-sipe: amd64 stable wrt bug #799674

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
index 2e14f7d593d..6d8c1c1b906 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2021-08-06 20:44 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-08-06 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     48fc4c273ad71f4c9601cf1cbb748d428298e293
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 20:42:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 20:42:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fc4c27

x11-plugins/pidgin-sipe: Stabilize 1.25.0-r1 x86, #799674

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
index 6d8c1c1b906..4b73a6e3e9c 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2022-04-17 19:17 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2022-04-17 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     332aef3fd3ef4b187004867c89ca77bc30814410
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 19:15:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 19:17:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332aef3f

x11-plugins/pidgin-sipe: drop 1.23.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/pidgin-sipe/Manifest                  |  1 -
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild | 69 -----------------------
 2 files changed, 70 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index a0ed31fedff9..ca24a5776c95 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,2 +1 @@
-DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31
 DIST pidgin-sipe-1.25.0.tar.gz 1395316 BLAKE2B 854832768a5c6605c28fcc02abd2444cd15b58be3be89009ce08aad390664a09235ca4fc6c6288c0e0f8677ba920a30b7e3a418312308dcb229a08817bbf4a3c SHA512 e9f1f38bb27cfd8e464f2f03aea3153b7d9a1ff7c45876ff06fc8b391e5d69506b793edda5cef0f4b5f281ddd0281ad0f97c82457e1bcc977965805a323d6f0c

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
deleted file mode 100644
index 3e128eb9dcfd..000000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
-
-RDEPEND="
-	dev-libs/gmime:2.6
-	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:1.0
-		net-libs/farstream:0.2
-	)
-	!voice? (
-		>=dev-libs/glib-2.12.0:2
-	)
-	net-im/pidgin[dbus?]
-	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() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-purple \
-		--disable-quality-check \
-		$(use_enable telepathy) \
-		$(use_enable debug) \
-		$(use_enable ocs2005-message-hack) \
-		$(use_with dbus) \
-		$(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
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
@ 2022-10-20  3:54 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2022-10-20  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     214c0bd42738b75c66ff3e2f00b776b98441a28b
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Oct 19 09:13:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 03:52:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214c0bd4

x11-plugins/pidgin-sipe: align longdescription opening and closing tags

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/pidgin-sipe/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/metadata.xml b/x11-plugins/pidgin-sipe/metadata.xml
index ce435e0f5671..e7d8bfdc253b 100644
--- a/x11-plugins/pidgin-sipe/metadata.xml
+++ b/x11-plugins/pidgin-sipe/metadata.xml
@@ -3,8 +3,8 @@
 <pkgmetadata>
   <!-- maintainer-needed -->
   <longdescription lang="en">
-An Open Implementation of SIP/Simple protocol for Live Communications Server 2003/2005/2007 and Lync.
-</longdescription>
+  An Open Implementation of SIP/Simple protocol for Live Communications Server 2003/2005/2007 and Lync.
+  </longdescription>
   <use>
     <flag name="ocs2005-message-hack">Disable message timeout for OCS2005 clients which causes "false" not delivered error messages</flag>
     <flag name="telepathy">Support use as a telepathy backend</flag>


^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2022-10-20  3:54 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-15 13:40 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/ Ian Whyman
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20  3:54 Sam James
2022-04-17 19:17 Sam James
2021-08-06 20:44 Sam James
2021-07-18  6:33 Agostino Sarubbo
2021-04-11 12:23 Ian Whyman
2021-01-29 12:37 Lars Wendler
2021-01-29 11:20 Lars Wendler
2021-01-29 10:57 Lars Wendler
2020-01-25 17:29 Ian Whyman
2019-06-15 13:40 Ian Whyman
2019-03-10 13:39 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2018-10-25 18:40 Ian Whyman
2018-04-05 19:59 Ian Whyman
2018-01-14 13:44 Ian Whyman
2017-12-17 12:06 Ian Whyman
2017-10-26 20:44 Thomas Deutschmann
2017-10-25 23:56 Manuel Rüger
2017-09-30 16:22 Ian Whyman
2017-09-30 16:22 Ian Whyman
2017-02-06 14:55 Agostino Sarubbo
2017-02-05 15:11 Ian Whyman
2016-07-02 12:17 Ian Whyman
2015-12-18 11:48 Ian Whyman
2015-11-07 12:57 Manuel Rüger
2015-09-02 19:24 Ian Whyman

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