[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2024-03-09 Thread Conrad Kostecki
commit: 4cd3630659d0f41a19e8571fcab0620c4599fcd9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Mar  9 17:08:12 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar  9 17:41:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd36306

net-im/transwhat: add python3.12 support

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
index a6fbc475149e..3a1f9c589d2b 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2023-08-06 Thread Conrad Kostecki
commit: b2f4999cc13612917f2b9642fa05d6ea9ca7029f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Aug  6 11:51:29 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Aug  6 11:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f4999c

net-im/transwhat: fix install

Closes: https://bugs.gentoo.org/911798

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
index e7c480d00bb3..a6fbc475149e 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
@@ -34,6 +34,6 @@ src_prepare() {
 
# Spectrum2 must be lower case
sed \
-   -e 's/Spectrum2/spectrum2/g'
+   -e 's/Spectrum2/spectrum2/g' \
-i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
 }



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2023-08-05 Thread Conrad Kostecki
commit: 12275b12478f5a825635b27982b4102732620f65
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  5 22:08:49 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  5 22:39:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12275b12

net-im/transwhat: fix ExcessiveLineLength

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
index c0a6c0070ed6..e7c480d00bb3 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
@@ -33,5 +33,7 @@ src_prepare() {
default
 
# Spectrum2 must be lower case
-   sed -e 's/Spectrum2/spectrum2/g' -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
+   sed \
+   -e 's/Spectrum2/spectrum2/g'
+   -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
 }



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2022-11-03 Thread Conrad Kostecki
commit: 14a91d25365293f0f5b9893137bd8b1acd515d1d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Nov  3 23:05:17 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Nov  3 23:14:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a91d25

net-im/transwhat: migrate to pep517

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
index 99a0943e25d9..1eca7fc4605a 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
+DISTUTILS_USE_PEP517="setuptools"
 PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2022-11-03 Thread Conrad Kostecki
commit: 681ac5b1d3755a6b18ff8677c5d42ba317889f31
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Nov  2 20:35:54 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Nov  3 22:37:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681ac5b1

net-im/transwhat: add python3.11 support

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
index f35a0c3ca42c..99a0943e25d9 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2021-08-19 Thread Conrad Kostecki
commit: eff4846a73e429b0bd621d22a6ed1f15e57b2122
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Aug 19 18:33:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Aug 19 18:40:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff4846a

net-im/transwhat: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/809101
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../transwhat/transwhat-0.2.2_p20190426-r2.ebuild  | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r2.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r2.ebuild
new file mode 100644
index 000..338805c70b2
--- /dev/null
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
+HOMEPAGE="https://github.com/stv0g/transwhat;
+SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/pyspectrum2[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   net-im/yowsup[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
+
+src_prepare() {
+   default
+
+   # Spectrum2 must be lower case
+   sed -e 's/Spectrum2/spectrum2/g' -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2021-08-19 Thread Conrad Kostecki
commit: 5c5d28d89175e9fbcf9e5d0f33f84e015714cba3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Aug 19 18:34:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Aug 19 18:40:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5d28d8

net-im/transwhat: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../transwhat/transwhat-0.2.2_p20190426-r1.ebuild  | 37 --
 1 file changed, 37 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
deleted file mode 100644
index 1e7dc74cbe1..000
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
-HOMEPAGE="https://github.com/stv0g/transwhat;
-SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/pyspectrum2[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   net-im/yowsup[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
-
-src_prepare() {
-   default
-
-   # Spectrum2 must be lower case
-   sed -e 's/Spectrum2/spectrum2/g' -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2021-07-01 Thread Conrad Kostecki
commit: 219c918b7fc167eda74e6c107668bd233e0d6700
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul  1 20:47:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul  1 21:15:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219c918b

net-im/transwhat: add python3.10 support

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
index 3aeaf71795b..1e7dc74cbe1 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
 DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
 HOMEPAGE="https://github.com/stv0g/transwhat;
 SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -26,8 +27,6 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
 DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-11-03 Thread Conrad Kostecki
commit: 7b1acdd0f32f6a37741fc32175f4de48e3df61d1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Nov  3 07:55:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov  3 08:20:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1acdd0

net-im/transwhat: drop old version

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 38 ---
 1 file changed, 38 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
deleted file mode 100644
index 52606932153..000
--- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="bdepend"
-EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
-HOMEPAGE="https://github.com/stv0g/transwhat;
-SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/pyspectrum2[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   net-im/yowsup[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
-
-src_prepare() {
-   default
-
-   # Spectrum2 must be lower case
-   sed -e 's/Spectrum2/spectrum2/g' -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-11-03 Thread Conrad Kostecki
commit: a83789d5eb199b4b098ed73e8ebee588356d0d40
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Oct 31 15:32:48 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov  3 08:20:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83789d5

net-im/transwhat: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/751868
Closes: https://github.com/gentoo/gentoo/pull/18084
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../transwhat/transwhat-0.2.2_p20190426-r1.ebuild  | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
new file mode 100644
index 000..5a801e19e2e
--- /dev/null
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
+HOMEPAGE="https://github.com/stv0g/transwhat;
+SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/pyspectrum2[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   net-im/yowsup[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
+
+src_prepare() {
+   default
+
+   # Spectrum2 must be lower case
+   sed -e 's/Spectrum2/spectrum2/g' -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-08-24 Thread Conrad Kostecki
commit: 6ace67268ae60cc8b243811d923adca80d3b9d29
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Aug 24 21:40:31 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Aug 24 22:32:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ace6726

net-im/transwhat: add python3.9 support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
index 0ca8ec67f7a..52606932153 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="bdepend"
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-02-04 Thread Conrad Kostecki
commit: 7ff98b39331c8dfd1cb3d5f4de8a0b6f34899b53
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Feb  4 15:46:46 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb  4 17:48:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff98b39

net-im/transwhat: updated metadata.xml description

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/transwhat/metadata.xml b/net-im/transwhat/metadata.xml
index 364dcf082c8..2f2dfe35083 100644
--- a/net-im/transwhat/metadata.xml
+++ b/net-im/transwhat/metadata.xml
@@ -6,7 +6,8 @@
Conrad Kostecki


-   transWhat is a WhatsApp XMPP Gateway based on Spectrum 2 and 
Yowsup 2.
+   transWhat is a WhatsApp XMPP Gateway based on Spectrum 2 and 
Yowsup 3.
+   It can be used for accessing WhatsApp through a XMPP Transport 
on clients side.


https://github.com/stv0g/transwhat/issues



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-02-02 Thread Michał Górny
commit: 59d9ccc53fdcd446bf8e60c53a36f0269cac6138
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  2 15:16:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  2 15:34:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d9ccc5

net-im/transwhat: Remove old (py2)

Signed-off-by: Michał Górny  gentoo.org>

 net-im/transwhat/Manifest  |  1 -
 net-im/transwhat/transwhat-0.2.2-r1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/net-im/transwhat/Manifest b/net-im/transwhat/Manifest
index 78585f8ec94..7872b85d9de 100644
--- a/net-im/transwhat/Manifest
+++ b/net-im/transwhat/Manifest
@@ -1,2 +1 @@
-DIST transwhat-0.2.2.tar.gz 49494 BLAKE2B 
2d34a697df74d010aa030cd0162d6b1523d3e6eb1935251efb3c76a6259c8111f8644f244141c9724018f6617fef67bbd503be22d29a42bee3ffd619932cc3fb
 SHA512 
4a292ba7dd064214e1f7e90f3a0da4f9fbd42e1227fe648ab2269b35c345eb7feda4d47d90b3ab95a31c356e6c0ad19aa6ffbea6641947810835ab06fbda4b75
 DIST transwhat-0.2.2_p20190426.tar.gz 38373 BLAKE2B 
3addf2ae66d042eaf4a5f6b54015b9592fea68b69f4c542c5ec0d97040c0eb473d15b893af35f6d6cf83671417ed718c9c91b6268242e667fa34397fc230d2d5
 SHA512 
7079d1015bf5dfcd97e729219306320055ef86ac3203bb727bebb1e96abb60a26787882a12f9a8f4cce2ef45652bebfbd824a98d37d97ed72ebe0269004c1a71

diff --git a/net-im/transwhat/transwhat-0.2.2-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2-r1.ebuild
deleted file mode 100644
index f448294..000
--- a/net-im/transwhat/transwhat-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2"
-HOMEPAGE="https://github.com/stv0g/transwhat;
-SRC_URI="https://github.com/stv0g/transwhat/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/e4u[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   net-im/yowsup[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
-
-src_prepare() {
-   default
-
-   # Fixes for net-im/spectrum2
-   mv config.py Spectrum2/config.py || die
-   sed -i -e 's/config import SpectrumConfig/Spectrum2.&/' 
transWhat/transwhat.py || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-01-17 Thread Agostino Sarubbo
commit: 49e8efbaca44e79cf84fc8de02748b9cf33955a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 17 10:29:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 17 10:29:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e8efba

net-im/transwhat: x86 stable wrt bug #705448

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
index 263053f1495..0ca8ec67f7a 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> ${P
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/protobuf-python[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2020-01-15 Thread Agostino Sarubbo
commit: 8a5aefa555aa5378063235a373403a3155abdb48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 15 09:17:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 15 09:17:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5aefa5

net-im/transwhat: amd64 stable wrt bug #705448

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
index 2de533f52d5..263053f1495 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426.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
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> ${P
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-python/protobuf-python[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2019-12-18 Thread Conrad Kostecki
commit: 3d911ea31b317dfd9a6d9c475a173b93c9bcf835
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Dec 18 18:15:50 2019 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec 18 18:18:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d911ea3

net-im/transwhat: bump to version 0.2.2_p20190426

This is the python3 branch, which also dropps python2 support.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/transwhat/Manifest |  1 +
 net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/net-im/transwhat/Manifest b/net-im/transwhat/Manifest
index b70861dc49e..78585f8ec94 100644
--- a/net-im/transwhat/Manifest
+++ b/net-im/transwhat/Manifest
@@ -1 +1,2 @@
 DIST transwhat-0.2.2.tar.gz 49494 BLAKE2B 
2d34a697df74d010aa030cd0162d6b1523d3e6eb1935251efb3c76a6259c8111f8644f244141c9724018f6617fef67bbd503be22d29a42bee3ffd619932cc3fb
 SHA512 
4a292ba7dd064214e1f7e90f3a0da4f9fbd42e1227fe648ab2269b35c345eb7feda4d47d90b3ab95a31c356e6c0ad19aa6ffbea6641947810835ab06fbda4b75
+DIST transwhat-0.2.2_p20190426.tar.gz 38373 BLAKE2B 
3addf2ae66d042eaf4a5f6b54015b9592fea68b69f4c542c5ec0d97040c0eb473d15b893af35f6d6cf83671417ed718c9c91b6268242e667fa34397fc230d2d5
 SHA512 
7079d1015bf5dfcd97e729219306320055ef86ac3203bb727bebb1e96abb60a26787882a12f9a8f4cce2ef45652bebfbd824a98d37d97ed72ebe0269004c1a71

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
new file mode 100644
index 000..2de533f52d5
--- /dev/null
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
+HOMEPAGE="https://github.com/stv0g/transwhat;
+SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/pyspectrum2[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   net-im/yowsup[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
+
+src_prepare() {
+   default
+
+   # Spectrum2 must be lower case
+   sed -e 's/Spectrum2/spectrum2/g' -i 
transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2019-04-18 Thread Aaron Bauman
commit: b953788f0815d940bb881a01df5812894debf59b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 19 02:23:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 19 02:23:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b953788f

net-im/transwhat: amd64 stable wrt bug #682744

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-im/transwhat/transwhat-0.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2-r1.ebuild
index 3023b97715b..9f27d93856f 100644
--- a/net-im/transwhat/transwhat-0.2.2-r1.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2-r1.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=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/stv0g/transwhat/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-python/e4u[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2018-12-16 Thread Andreas Sturmlechner
commit: d96af15d0e720f1d700b6a8cb4ef08365294bf52
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Oct 28 13:50:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 16 19:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96af15d

net-im/transwhat: drop old version

Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/transwhat/transwhat-0.2.2.ebuild | 34 -
 1 file changed, 34 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2.ebuild 
b/net-im/transwhat/transwhat-0.2.2.ebuild
deleted file mode 100644
index 6b03897d8fc..000
--- a/net-im/transwhat/transwhat-0.2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2"
-HOMEPAGE="https://github.com/stv0g/transwhat;
-SRC_URI="https://github.com/stv0g/transwhat/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/e4u[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   net-im/yowsup[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
-
-src_prepare() {
-   default
-
-   # Fixes for Spectrum2
-   mv config.py Spectrum2/config.py || die
-   sed -i -e 's/config import SpectrumConfig/Spectrum2.&/' 
transWhat/transwhat.py || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2018-12-16 Thread Andreas Sturmlechner
commit: fcd6244ac13c947b1358366e4a1d9c48f9249714
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Oct 28 13:50:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 16 19:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd6244a

net-im/transwhat: bump to EAPI=7

Also updated metadata.xml and license.

Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10265
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/transwhat/metadata.xml  |  4 
 net-im/transwhat/transwhat-0.2.2-r1.ebuild | 37 ++
 2 files changed, 41 insertions(+)

diff --git a/net-im/transwhat/metadata.xml b/net-im/transwhat/metadata.xml
index 91277090fe3..3be736289c9 100644
--- a/net-im/transwhat/metadata.xml
+++ b/net-im/transwhat/metadata.xml
@@ -12,4 +12,8 @@

transWhat is a WhatsApp XMPP Gateway based on Spectrum 2 and 
Yowsup 2.

+   
+   https://github.com/stv0g/transwhat/issues
+   stv0g/transwhat
+   
 

diff --git a/net-im/transwhat/transwhat-0.2.2-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2-r1.ebuild
new file mode 100644
index 000..3023b97715b
--- /dev/null
+++ b/net-im/transwhat/transwhat-0.2.2-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2"
+HOMEPAGE="https://github.com/stv0g/transwhat;
+SRC_URI="https://github.com/stv0g/transwhat/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/e4u[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   net-im/yowsup[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
+
+src_prepare() {
+   default
+
+   # Fixes for net-im/spectrum2
+   mv config.py Spectrum2/config.py || die
+   sed -i -e 's/config import SpectrumConfig/Spectrum2.&/' 
transWhat/transwhat.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/

2018-07-11 Thread Tony Vroon
commit: dbe7e24fee5886d445886732a4e70e826ab7d5d0
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Jul 11 08:42:55 2018 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Wed Jul 11 10:50:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe7e24f

net-im/transwhat: New package

Closes: https://bugs.gentoo.org/652264
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9101
Closes: https://bugs.gentoo.org/652264

 net-im/transwhat/Manifest   |  1 +
 net-im/transwhat/metadata.xml   | 15 +++
 net-im/transwhat/transwhat-0.2.2.ebuild | 34 +
 3 files changed, 50 insertions(+)

diff --git a/net-im/transwhat/Manifest b/net-im/transwhat/Manifest
new file mode 100644
index 000..b70861dc49e
--- /dev/null
+++ b/net-im/transwhat/Manifest
@@ -0,0 +1 @@
+DIST transwhat-0.2.2.tar.gz 49494 BLAKE2B 
2d34a697df74d010aa030cd0162d6b1523d3e6eb1935251efb3c76a6259c8111f8644f244141c9724018f6617fef67bbd503be22d29a42bee3ffd619932cc3fb
 SHA512 
4a292ba7dd064214e1f7e90f3a0da4f9fbd42e1227fe648ab2269b35c345eb7feda4d47d90b3ab95a31c356e6c0ad19aa6ffbea6641947810835ab06fbda4b75

diff --git a/net-im/transwhat/metadata.xml b/net-im/transwhat/metadata.xml
new file mode 100644
index 000..91277090fe3
--- /dev/null
+++ b/net-im/transwhat/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   transWhat is a WhatsApp XMPP Gateway based on Spectrum 2 and 
Yowsup 2.
+   
+

diff --git a/net-im/transwhat/transwhat-0.2.2.ebuild 
b/net-im/transwhat/transwhat-0.2.2.ebuild
new file mode 100644
index 000..6b03897d8fc
--- /dev/null
+++ b/net-im/transwhat/transwhat-0.2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2"
+HOMEPAGE="https://github.com/stv0g/transwhat;
+SRC_URI="https://github.com/stv0g/transwhat/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/e4u[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   net-im/yowsup[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
+
+src_prepare() {
+   default
+
+   # Fixes for Spectrum2
+   mv config.py Spectrum2/config.py || die
+   sed -i -e 's/config import SpectrumConfig/Spectrum2.&/' 
transWhat/transwhat.py || die
+}