From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB5AD1382C5 for ; Fri, 4 Dec 2020 15:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EBCFE09C7; Fri, 4 Dec 2020 15:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2781DE09C7 for ; Fri, 4 Dec 2020 15:00:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E317340FBF for ; Fri, 4 Dec 2020 15:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0214748F for ; Fri, 4 Dec 2020 15:00:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607093412.3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pproxy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pproxy/pproxy-2.4.6.ebuild X-VCS-Directories: dev-python/pproxy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f X-VCS-Branch: master Date: Fri, 4 Dec 2020 15:00:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68e2c2b5-b282-44dc-9494-259e28814391 X-Archives-Hash: 45bf63f0a5068ecb541df3c9c303f33e commit: 3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 4 14:50:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 4 14:50:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3da36cb4 dev-python/pproxy: shorten description because it makes repoman happy Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pproxy/pproxy-2.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pproxy/pproxy-2.4.6.ebuild b/dev-python/pproxy/pproxy-2.4.6.ebuild index 7f1198d9..9ec9b629 100644 --- a/dev-python/pproxy/pproxy-2.4.6.ebuild +++ b/dev-python/pproxy/pproxy-2.4.6.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 optfeature -DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" +DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" HOMEPAGE=" https://github.com/qwj/python-proxy https://pypi.org/project/pproxy From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24CB31382C5 for ; Fri, 4 Dec 2020 15:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63F61E0999; Fri, 4 Dec 2020 15:00:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AEAEE0999 for ; Fri, 4 Dec 2020 15:00:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAE48340FBF for ; Fri, 4 Dec 2020 15:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5423845B for ; Fri, 4 Dec 2020 15:00:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607093412.3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pproxy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pproxy/pproxy-2.4.6.ebuild X-VCS-Directories: dev-python/pproxy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f X-VCS-Branch: dev Date: Fri, 4 Dec 2020 15:00:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae8c8f55-2aee-4ea5-85b7-f1ae48c1018c X-Archives-Hash: 5b409647a9b267dd2b34dae32e8f664c Message-ID: <20201204150008.uCYsqew9LdZsHu70BXR7Xj-FxCwmqxFPgW5B_n8soY0@z> commit: 3da36cb4b9abe4bfbb3462fa4dc4429643bdc26f Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 4 14:50:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 4 14:50:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3da36cb4 dev-python/pproxy: shorten description because it makes repoman happy Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pproxy/pproxy-2.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pproxy/pproxy-2.4.6.ebuild b/dev-python/pproxy/pproxy-2.4.6.ebuild index 7f1198d9..9ec9b629 100644 --- a/dev-python/pproxy/pproxy-2.4.6.ebuild +++ b/dev-python/pproxy/pproxy-2.4.6.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 optfeature -DESCRIPTION="HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" +DESCRIPTION="TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio" HOMEPAGE=" https://github.com/qwj/python-proxy https://pypi.org/project/pproxy