public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2016-02-11  3:34 NP Hardass
  0 siblings, 0 replies; 13+ messages in thread
From: NP Hardass @ 2016-02-11  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e3d757b90a16e0511865592685ce2a0249c484b9
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 03:32:51 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 03:33:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d757b9

x11-plugins/pidgin-skypeweb:  Add new package.  Resolves #573632

Committed-For: Igor Mikeshin <hoax <AT> list.ru>

Package-Manager: portage-2.2.26

 x11-plugins/pidgin-skypeweb/Manifest                |  1 +
 x11-plugins/pidgin-skypeweb/metadata.xml            | 21 +++++++++++++++++++++
 .../pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild      | 19 +++++++++++++++++++
 .../pidgin-skypeweb/pidgin-skypeweb-9999.ebuild     | 19 +++++++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
new file mode 100644
index 0000000..ce883fb
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -0,0 +1 @@
+DIST pidgin-skypeweb-1.1.tar.gz 321761 SHA256 e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280 WHIRLPOOL a3c64e43bf4fb6e243a45ce9cffcac512665effd45d8de926faa0cfef254054cfac1963c0645e8e5ab87af35add5efebfa91467b33cb126137c5167ca19258ca

diff --git a/x11-plugins/pidgin-skypeweb/metadata.xml b/x11-plugins/pidgin-skypeweb/metadata.xml
new file mode 100644
index 0000000..ca61979
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>hoax@list.ru</email>
+		<name>Igor Mikeshin</name>
+		<description>Proxied Maintainer. Assign bugs to him</description>
+	</maintainer>
+	<maintainer type="person">
+		<email>np-hardass@gentoo.org</email>
+		<name>NP-Hardass</name>
+		<description>Proxy Maintainer. CC him on bugs</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">EionRobb/skype4pidgin</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild
new file mode 100644
index 0000000..4a23cb0
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild
new file mode 100644
index 0000000..18404c2
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit git-r3
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+EGIT_REPO_URI="https://github.com/EionRobb/skype4pidgin"
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="$S/skypeweb"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2016-07-25  5:33 NP Hardass
  0 siblings, 0 replies; 13+ messages in thread
From: NP Hardass @ 2016-07-25  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3544d412974fb0fcbf1bf2673bf62ffa5b3709ce
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 05:23:58 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 05:33:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3544d412

x11-plugins/pidgin-skypeweb: Remove self from metadata

Package-Manager: portage-2.2.28

 x11-plugins/pidgin-skypeweb/metadata.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/x11-plugins/pidgin-skypeweb/metadata.xml b/x11-plugins/pidgin-skypeweb/metadata.xml
index ca61979..446ad7d 100644
--- a/x11-plugins/pidgin-skypeweb/metadata.xml
+++ b/x11-plugins/pidgin-skypeweb/metadata.xml
@@ -4,12 +4,6 @@
 	<maintainer type="person">
 		<email>hoax@list.ru</email>
 		<name>Igor Mikeshin</name>
-		<description>Proxied Maintainer. Assign bugs to him</description>
-	</maintainer>
-	<maintainer type="person">
-		<email>np-hardass@gentoo.org</email>
-		<name>NP-Hardass</name>
-		<description>Proxy Maintainer. CC him on bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2016-07-25 15:11 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2016-07-25 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     900a6b46428f130bf509d9a0fd1af0fe9409f3f4
Author:     Christopher Head <chead <AT> chead <DOT> ca>
AuthorDate: Sun Jul 24 18:12:23 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:11:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900a6b46

x11-plugins/pidgin-skypeweb-1.2: version bump

Closes: https://github.com/gentoo/gentoo/pull/1956

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-plugins/pidgin-skypeweb/Manifest                  |  1 +
 .../pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild        | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index ce883fb..e0d10c2 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1 +1,2 @@
 DIST pidgin-skypeweb-1.1.tar.gz 321761 SHA256 e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280 WHIRLPOOL a3c64e43bf4fb6e243a45ce9cffcac512665effd45d8de926faa0cfef254054cfac1963c0645e8e5ab87af35add5efebfa91467b33cb126137c5167ca19258ca
+DIST pidgin-skypeweb-1.2.tar.gz 323263 SHA256 a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c WHIRLPOOL 27ff944e8e6479c320e0cd897c43475aec0ff76520eb504c2aa1f8061bfb7b435001f8c6a26771a0b50d4aac12bdea57b446a778b73a87f7a88ccff0c1fddf7f

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
new file mode 100644
index 0000000..4a23cb0
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2016-07-27  6:42 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2016-07-27  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     faac97b26708e8bbaa4002d279a843a11df2b38f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 06:39:26 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 06:41:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faac97b2

x11-plugins/pidgin-skypeweb: Fix typo in SRC_URI.

Package-Manager: portage-2.2.28

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

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
index 4a23cb0..3c622fa 100644
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 DESCRIPTION="SkypeWeb Plugin for Pidgin"
 HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3+"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2017-02-27 21:41 Mart Raudsepp
  0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2017-02-27 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2cf2fa75915dfe02ea5dea8acf3ea28443ed2a1b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 21:40:35 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 21:40:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf2fa75

x11-plugins/pidgin-skypeweb: bump to 1.2.2

Gentoo-bug: 591086
Acked-by: Amy Liffey <amynka <AT> gentoo.org>
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-plugins/pidgin-skypeweb/Manifest                  |  1 +
 .../pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild      | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index e0d10c2dc9..4983dc6d77 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1,2 +1,3 @@
 DIST pidgin-skypeweb-1.1.tar.gz 321761 SHA256 e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280 WHIRLPOOL a3c64e43bf4fb6e243a45ce9cffcac512665effd45d8de926faa0cfef254054cfac1963c0645e8e5ab87af35add5efebfa91467b33cb126137c5167ca19258ca
+DIST pidgin-skypeweb-1.2.2.tar.gz 410637 SHA256 32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691 SHA512 4a042e70e6ae1b5f4c5047589d9298d74653513dbb6556d4f786ee5c528e8bbfaf7f9934653fa16a9a3e43197bcbcb168e64e090ccb5ed05a761334a6d88f59d WHIRLPOOL e903bdb112be069f725e9f5e354a8438161dcdc55c58debdb363712246e0ae94fcae73034aba8611d213e3557fd8f5ef53d88f214b60fd16ed51f771a2e285b7
 DIST pidgin-skypeweb-1.2.tar.gz 323263 SHA256 a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c WHIRLPOOL 27ff944e8e6479c320e0cd897c43475aec0ff76520eb504c2aa1f8061bfb7b435001f8c6a26771a0b50d4aac12bdea57b446a778b73a87f7a88ccff0c1fddf7f

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild
new file mode 100644
index 0000000000..e219df9ff7
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2017-06-03 15:15 Amy Liffey
  0 siblings, 0 replies; 13+ messages in thread
From: Amy Liffey @ 2017-06-03 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e42e836f3cc288462ad7bdadd71e70b75e140e09
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 15:12:25 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 15:14:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42e836f

x11-plugins/pidgin-skypeweb: version bump 1.4 bug #620166

Submitted-by: Igor Mikeshin <hoax <AT> list.ru>

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-plugins/pidgin-skypeweb/Manifest               |  1 +
 .../pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild     | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index 4983dc6d773..730ebb9ac53 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-skypeweb-1.1.tar.gz 321761 SHA256 e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280 WHIRLPOOL a3c64e43bf4fb6e243a45ce9cffcac512665effd45d8de926faa0cfef254054cfac1963c0645e8e5ab87af35add5efebfa91467b33cb126137c5167ca19258ca
 DIST pidgin-skypeweb-1.2.2.tar.gz 410637 SHA256 32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691 SHA512 4a042e70e6ae1b5f4c5047589d9298d74653513dbb6556d4f786ee5c528e8bbfaf7f9934653fa16a9a3e43197bcbcb168e64e090ccb5ed05a761334a6d88f59d WHIRLPOOL e903bdb112be069f725e9f5e354a8438161dcdc55c58debdb363712246e0ae94fcae73034aba8611d213e3557fd8f5ef53d88f214b60fd16ed51f771a2e285b7
 DIST pidgin-skypeweb-1.2.tar.gz 323263 SHA256 a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c WHIRLPOOL 27ff944e8e6479c320e0cd897c43475aec0ff76520eb504c2aa1f8061bfb7b435001f8c6a26771a0b50d4aac12bdea57b446a778b73a87f7a88ccff0c1fddf7f
+DIST pidgin-skypeweb-1.4.tar.gz 436177 SHA256 026962ed818df7f2e54409d78e0d6f1fb64c2ef4f4264a489d2c04c2bae0da82 SHA512 58a5bc0db5ddaeb3614366eecbb0d72f02e504bb10278a5df3075c8d2aa29e2f9cc18242616d8380044982a76440f51bdceec20b277d826e8b3066b1e303145e WHIRLPOOL 5750e6124bafffa659d61e5de4ea52519bbff214de9a0e322177816e355c7a7891f53d1b92fbe54603939ff31228d4895cc5de40c7a897e59db2c5dff3127157

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild
new file mode 100644
index 00000000000..a0ec9691b6b
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
+
+pkg_postinst(){
+	elog "If you get error message like 'Failed getting Magic T value':"
+	elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2018-09-22  7:07 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2018-09-22  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7827fa8a81cbea9af60573508c4eea8c73cc0a
Author:     Guillaume Castagnino <casta <AT> xwing <DOT> info>
AuthorDate: Tue Sep 18 09:14:23 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 07:07:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7827fa

x11-plugins/pidgin-skypeweb: bump version to 1.5

Closes: https://bugs.gentoo.org/666464
Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9903

 x11-plugins/pidgin-skypeweb/Manifest               |  1 +
 .../pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild     | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index 2dc25723bca..ba5d628ba8b 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -2,3 +2,4 @@ DIST pidgin-skypeweb-1.1.tar.gz 321761 BLAKE2B 5968946352c272bea84bde3bf5bcc04a9
 DIST pidgin-skypeweb-1.2.2.tar.gz 410637 BLAKE2B 4766042f31159c3165e54267cd108d91e8fb1f8997a5e401843ee419126b312cd21bff72d27009064f34fa3549b6635516214dca8e1901ad451b24b1b210b2dc SHA512 4a042e70e6ae1b5f4c5047589d9298d74653513dbb6556d4f786ee5c528e8bbfaf7f9934653fa16a9a3e43197bcbcb168e64e090ccb5ed05a761334a6d88f59d
 DIST pidgin-skypeweb-1.2.tar.gz 323263 BLAKE2B 3a460fc53f53cb82608a9e09bfaa52c5ccd28350a485631725de953e020e9d05fb87a19e5e62198fe37e5590e763798ef8e20efd63ba84b46aeaf1ae314cb02a SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c
 DIST pidgin-skypeweb-1.4.tar.gz 436177 BLAKE2B 1d78456a12d2ac52b7c0c6019148fad14ecb5a85f4d113dfa5c5916d64ecfaf6035b11cc348b8f3b0a7254a92ee0e35fef0fcacdb0ea69b092e528fab461728d SHA512 58a5bc0db5ddaeb3614366eecbb0d72f02e504bb10278a5df3075c8d2aa29e2f9cc18242616d8380044982a76440f51bdceec20b277d826e8b3066b1e303145e
+DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
new file mode 100644
index 00000000000..4a71a461232
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
+
+pkg_postinst(){
+	elog "If you get error message like 'Failed getting Magic T value':"
+	elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2020-09-24  1:06 Aaron Bauman
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2020-09-24  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     26d85a96418a565b08e81f1e0c0259ffffa58e53
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 01:02:12 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 01:06:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d85a96

x11-plugins/pidgin-skypeweb: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 x11-plugins/pidgin-skypeweb/Manifest               |  4 ----
 .../pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild     | 18 -----------------
 .../pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild   | 18 -----------------
 .../pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild     | 18 -----------------
 .../pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild     | 23 ----------------------
 5 files changed, 81 deletions(-)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index ba5d628ba8b..2dac376b7c0 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1,5 +1 @@
-DIST pidgin-skypeweb-1.1.tar.gz 321761 BLAKE2B 5968946352c272bea84bde3bf5bcc04a9f84babaa5758aaf1caff460b7b282c06d3d4355f7f69f2fdd08f3749f7181362496ca98b5ce5a98a8ae5f5c71bc7d40 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280
-DIST pidgin-skypeweb-1.2.2.tar.gz 410637 BLAKE2B 4766042f31159c3165e54267cd108d91e8fb1f8997a5e401843ee419126b312cd21bff72d27009064f34fa3549b6635516214dca8e1901ad451b24b1b210b2dc SHA512 4a042e70e6ae1b5f4c5047589d9298d74653513dbb6556d4f786ee5c528e8bbfaf7f9934653fa16a9a3e43197bcbcb168e64e090ccb5ed05a761334a6d88f59d
-DIST pidgin-skypeweb-1.2.tar.gz 323263 BLAKE2B 3a460fc53f53cb82608a9e09bfaa52c5ccd28350a485631725de953e020e9d05fb87a19e5e62198fe37e5590e763798ef8e20efd63ba84b46aeaf1ae314cb02a SHA512 12ff1d67e1eaaf075be49801031f7cd19351a40a599b7495bdb1003557defb72238cbba749d3eb18b5479df63291914a91a0b942ce5ba14f9362eca55428002c
-DIST pidgin-skypeweb-1.4.tar.gz 436177 BLAKE2B 1d78456a12d2ac52b7c0c6019148fad14ecb5a85f4d113dfa5c5916d64ecfaf6035b11cc348b8f3b0a7254a92ee0e35fef0fcacdb0ea69b092e528fab461728d SHA512 58a5bc0db5ddaeb3614366eecbb0d72f02e504bb10278a5df3075c8d2aa29e2f9cc18242616d8380044982a76440f51bdceec20b277d826e8b3066b1e303145e
 DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild
deleted file mode 100644
index 2ed0e40e9b0..00000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="SkypeWeb Plugin for Pidgin"
-HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild
deleted file mode 100644
index 32367dcf1bf..00000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="SkypeWeb Plugin for Pidgin"
-HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
deleted file mode 100644
index 21a1c4068d5..00000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="SkypeWeb Plugin for Pidgin"
-HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild
deleted file mode 100644
index 558c4ba3ee6..00000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="SkypeWeb Plugin for Pidgin"
-HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
-
-pkg_postinst() {
-	elog "If you get error message like 'Failed getting Magic T value':"
-	elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2020-11-28  9:15 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-11-28  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d25800c264ab1edc3cdf57d56fed37639b458128
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 09:12:26 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 09:15:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25800c2

x11-plugins/pidgin-skypeweb: sort RDEPEND list

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
index 3c7e43e4e7b..c99028c2b37 100644
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
@@ -12,8 +12,8 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 BDEPEND="virtual/pkgconfig"
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
+RDEPEND="dev-libs/json-glib
+	net-im/pidgin"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2020-11-28  9:15 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-11-28  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9aba73ed5a96ea85683c3b721aac9fc8ad06c13f
Author:     Igor Mikeshin <hoax <AT> list <DOT> ru>
AuthorDate: Thu Nov 26 04:05:51 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 09:15:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aba73ed

x11-plugins/pidgin-skypeweb: version 1.7 bump

Closes: https://bugs.gentoo.org/738180
Signed-off-by: Igor Mikeshin <hoax <AT> list.ru>
Closes: https://github.com/gentoo/gentoo/pull/17251
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-plugins/pidgin-skypeweb/Manifest               |  1 +
 .../pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild     | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index 2dac376b7c0..5197220502e 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1 +1,2 @@
 DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478
+DIST pidgin-skypeweb-1.7.tar.gz 297565 BLAKE2B 94d4fe7b6408fe054bdb79729493929551aabce03c9157992c7cab283c360adfa20c0b9775d82ec7017d762e208259fbf365e6311df566eda033f5a8c71ce20a SHA512 0981aefe23a7bce423fbc447ae22f79077742ac5cc1fd235611acc34175b4a6d9fd4a4af38f7fc3aa7ff7442be71a70c68ca8c271adbe39c085d6ae599cb0871

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
new file mode 100644
index 00000000000..3c7e43e4e7b
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="net-im/pidgin
+	dev-libs/json-glib"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
+
+pkg_postinst() {
+	elog "If you get error message like 'Failed getting Magic T value':"
+	elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2021-04-27 18:27 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-04-27 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9622e505ea0304d4ee9a2e5a562d2162656c0459
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 18:27:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 18:27:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9622e505

x11-plugins/pidgin-skypeweb: Drop broken 1.5

Bug: https://bugs.gentoo.org/738180
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-plugins/pidgin-skypeweb/Manifest               |  1 -
 .../pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild     | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index 5197220502e..8e837e0def4 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1,2 +1 @@
-DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478
 DIST pidgin-skypeweb-1.7.tar.gz 297565 BLAKE2B 94d4fe7b6408fe054bdb79729493929551aabce03c9157992c7cab283c360adfa20c0b9775d82ec7017d762e208259fbf365e6311df566eda033f5a8c71ce20a SHA512 0981aefe23a7bce423fbc447ae22f79077742ac5cc1fd235611acc34175b4a6d9fd4a4af38f7fc3aa7ff7442be71a70c68ca8c271adbe39c085d6ae599cb0871

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
deleted file mode 100644
index dec5c377b3e..00000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="SkypeWeb Plugin for Pidgin"
-HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
-
-pkg_postinst() {
-	elog "If you get error message like 'Failed getting Magic T value':"
-	elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2021-08-03 13:18 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2021-08-03 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b43a0eef88823199a9cc5bb5c90f3e4abd45c2e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 13:03:08 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 13:18:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43a0eef

x11-plugins/pidgin-skypeweb: Drop unmaintained live ebuild, EAPI5--

Closes: https://bugs.gentoo.org/786135
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../pidgin-skypeweb/pidgin-skypeweb-9999.ebuild        | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild
deleted file mode 100644
index 667cb2b0044..00000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit git-r3
-
-DESCRIPTION="SkypeWeb Plugin for Pidgin"
-HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
-EGIT_REPO_URI="https://github.com/EionRobb/skype4pidgin"
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
-	dev-libs/json-glib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="$S/skypeweb"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/
@ 2021-09-09  7:11 Yixun Lan
  0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2021-09-09  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     5a4bbadf181faaa84ae955d7eebcca63a036ef88
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 06:37:57 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 07:05:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4bbadf

x11-plugins/pidgin-skypeweb: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
index c99028c2b37..d7118ef84b3 100644
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.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
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
 SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 SLOT="0"
 
 BDEPEND="virtual/pkgconfig"


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

end of thread, other threads:[~2021-09-09  7:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 15:11 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-skypeweb/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2021-09-09  7:11 Yixun Lan
2021-08-03 13:18 Andreas Sturmlechner
2021-04-27 18:27 Andreas Sturmlechner
2020-11-28  9:15 Joonas Niilola
2020-11-28  9:15 Joonas Niilola
2020-09-24  1:06 Aaron Bauman
2018-09-22  7:07 Michał Górny
2017-06-03 15:15 Amy Liffey
2017-02-27 21:41 Mart Raudsepp
2016-07-27  6:42 Patrice Clement
2016-07-25  5:33 NP Hardass
2016-02-11  3:34 NP Hardass

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