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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DECFE158094 for ; Wed, 20 Jul 2022 09:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB084E0C44; Wed, 20 Jul 2022 09:40:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1C1FE0C4B for ; Wed, 20 Jul 2022 09:40:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2074340DFB for ; Wed, 20 Jul 2022 09:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DC4C544 for ; Wed, 20 Jul 2022 09:40:43 +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: <1658309929.8c6cf2e3e029abb97f21e4d901524b421a2fe8e1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-mail/remail/files/, profiles/, net-mail/remail/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-mail/remail/Manifest net-mail/remail/files/remail-0.13-setup.patch net-mail/remail/metadata.xml net-mail/remail/remail-0.13.ebuild profiles/package.mask X-VCS-Directories: profiles/ net-mail/remail/ net-mail/remail/files/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8c6cf2e3e029abb97f21e4d901524b421a2fe8e1 X-VCS-Branch: dev Date: Wed, 20 Jul 2022 09:40:43 +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: ff5f9949-445f-4394-878b-874fd9243058 X-Archives-Hash: 3b2169f11def2e053e61605026d547c6 commit: 8c6cf2e3e029abb97f21e4d901524b421a2fe8e1 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jul 20 09:38:49 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jul 20 09:38:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c6cf2e3 net-mail/remail: treeclean Signed-off-by: Andrew Ammerlaan gentoo.org> net-mail/remail/Manifest | 1 - net-mail/remail/files/remail-0.13-setup.patch | 49 --------------------------- net-mail/remail/metadata.xml | 17 ---------- net-mail/remail/remail-0.13.ebuild | 36 -------------------- profiles/package.mask | 4 --- 5 files changed, 107 deletions(-) diff --git a/net-mail/remail/Manifest b/net-mail/remail/Manifest deleted file mode 100644 index 7f103f425..000000000 --- a/net-mail/remail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST remail-0.13.tar.gz 54504 BLAKE2B 935120c5a7322abe009849a1c63193b6879aaeeef6daa1abeab0675439874332308209d3e6f5251e69a6fc9785497a723cc87503945ff502acaf4d2a45c7c834 SHA512 cadb41c938da90b2dc48b538767ac922118ab0be32c93a644842f2f72f28ef236a7d4e49518c2e49018bec7ea34488fae50b272d31e952b8dcdba677acc74c1b diff --git a/net-mail/remail/files/remail-0.13-setup.patch b/net-mail/remail/files/remail-0.13-setup.patch deleted file mode 100644 index b97e30141..000000000 --- a/net-mail/remail/files/remail-0.13-setup.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 914c820b0b16a397f663930e897819a70ea556ae Mon Sep 17 00:00:00 2001 -From: Kurt Kanzenbach -Date: Wed, 18 Mar 2020 11:02:33 +0100 -Subject: [PATCH] remail: Add setup.py - -Make it possible to use setuptools. - -Signed-off-by: Kurt Kanzenbach ---- - setup.py | 27 +++++++++++++++++++++++++++ - 1 file changed, 27 insertions(+) - create mode 100644 setup.py - -diff --git a/setup.py b/setup.py -new file mode 100644 -index 000000000000..fede9d368f0a ---- /dev/null -+++ b/setup.py -@@ -0,0 +1,27 @@ -+import setuptools -+ -+with open("README.md", "r") as fh: -+ long_description = fh.read() -+ -+requires = [ 'flufl-bounce>=3.0', 'M2Crypto>=0.35.2', 'pyinotify>=0.9.6', -+ 'python-gnupg>=0.4.5', 'ruamel.yaml>=0.16.5' ] -+ -+setuptools.setup( -+ name="remail", -+ version="0.13", -+ author="Thomas Gleixner", -+ author_email="tglx@linutronix.de", -+ description="A set of tools for crypted mailing lists", -+ long_description=long_description, -+ long_description_content_type="text/markdown", -+ url="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/", -+ packages=setuptools.find_packages(), -+ scripts=[ 'remail_chkcfg', 'remail_daemon', 'remail_pipe' ], -+ classifiers=[ -+ "Programming Language :: Python :: 3", -+ "License :: OSI Approved :: GPLv2 License", -+ "Operating System :: OS Independent", -+ ], -+ python_requires='>=3.6', -+ install_requires=requires, -+) --- -2.24.1 - diff --git a/net-mail/remail/metadata.xml b/net-mail/remail/metadata.xml deleted file mode 100644 index 898f2140c..000000000 --- a/net-mail/remail/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - kurt@kmk-computers.de - Kurt Kanzenbach - - - remail is a very simplistic mailing list tool which provides encryption. - - remail reads mail from a maildir, decrypts it with the mailing list private - key and re-encrypts it for every enabled subscriber. The resulting mails are - delivered to the localhost's SMTP server. - - remail supports S/MIME and PGP on both ends. - - diff --git a/net-mail/remail/remail-0.13.ebuild b/net-mail/remail/remail-0.13.ebuild deleted file mode 100644 index 09c135a3a..000000000 --- a/net-mail/remail/remail-0.13.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 systemd - -DESCRIPTION="A set of tools for crypted mailing lists" -HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/about/" -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/snapshot/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples systemd" - -RDEPEND="${PYTHON_DEPS} - dev-python/flufl-bounce[${PYTHON_USEDEP}] - >=dev-python/m2crypto-0.35.2[${PYTHON_USEDEP}] - dev-python/pyinotify[${PYTHON_USEDEP}] - dev-python/python-gnupg[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${P}-setup.patch" ) - -distutils_enable_sphinx Documentation --no-autodoc - -python_install_all() { - distutils-r1_python_install_all - - use examples && dodoc -r Documentation/examples - use systemd && systemd_dounit remail.service -} diff --git a/profiles/package.mask b/profiles/package.mask index 38d6fb0d2..e6ba875f7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -28,10 +28,6 @@ dev-python/python-binary-memcached # depends on non-existent dev-java/guava:20 dev-java/gradle-hashing -# Andrew Ammerlaan (2022-06-10) -# depends on non-existent dev-python/flufl-bounce -net-mail/remail - # Christopher Byrne (2022-04-15) # Depends on masked dev-libs/openssl-3.0.* app-crypt/tpm2-openssl 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5629A158094 for ; Wed, 20 Jul 2022 09:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F740E0C9C; Wed, 20 Jul 2022 09:40:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66740E0C9C for ; Wed, 20 Jul 2022 09:40:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34CC1340DFB for ; Wed, 20 Jul 2022 09:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8D9544 for ; Wed, 20 Jul 2022 09:40:54 +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: <1658309929.8c6cf2e3e029abb97f21e4d901524b421a2fe8e1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-mail/remail/files/, net-mail/remail/, profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-mail/remail/Manifest net-mail/remail/files/remail-0.13-setup.patch net-mail/remail/metadata.xml net-mail/remail/remail-0.13.ebuild profiles/package.mask X-VCS-Directories: profiles/ net-mail/remail/files/ net-mail/remail/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8c6cf2e3e029abb97f21e4d901524b421a2fe8e1 X-VCS-Branch: master Date: Wed, 20 Jul 2022 09:40:54 +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: 728fe6a9-14da-485b-b1c8-d0115d4ee825 X-Archives-Hash: 8500589a586f9c4269668ba72e3c67d5 Message-ID: <20220720094054.Je_2Wvzd4uG1Uka1VPGQMKzWFAEMqZCIlQ8f2N8kai8@z> commit: 8c6cf2e3e029abb97f21e4d901524b421a2fe8e1 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jul 20 09:38:49 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jul 20 09:38:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c6cf2e3 net-mail/remail: treeclean Signed-off-by: Andrew Ammerlaan gentoo.org> net-mail/remail/Manifest | 1 - net-mail/remail/files/remail-0.13-setup.patch | 49 --------------------------- net-mail/remail/metadata.xml | 17 ---------- net-mail/remail/remail-0.13.ebuild | 36 -------------------- profiles/package.mask | 4 --- 5 files changed, 107 deletions(-) diff --git a/net-mail/remail/Manifest b/net-mail/remail/Manifest deleted file mode 100644 index 7f103f425..000000000 --- a/net-mail/remail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST remail-0.13.tar.gz 54504 BLAKE2B 935120c5a7322abe009849a1c63193b6879aaeeef6daa1abeab0675439874332308209d3e6f5251e69a6fc9785497a723cc87503945ff502acaf4d2a45c7c834 SHA512 cadb41c938da90b2dc48b538767ac922118ab0be32c93a644842f2f72f28ef236a7d4e49518c2e49018bec7ea34488fae50b272d31e952b8dcdba677acc74c1b diff --git a/net-mail/remail/files/remail-0.13-setup.patch b/net-mail/remail/files/remail-0.13-setup.patch deleted file mode 100644 index b97e30141..000000000 --- a/net-mail/remail/files/remail-0.13-setup.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 914c820b0b16a397f663930e897819a70ea556ae Mon Sep 17 00:00:00 2001 -From: Kurt Kanzenbach -Date: Wed, 18 Mar 2020 11:02:33 +0100 -Subject: [PATCH] remail: Add setup.py - -Make it possible to use setuptools. - -Signed-off-by: Kurt Kanzenbach ---- - setup.py | 27 +++++++++++++++++++++++++++ - 1 file changed, 27 insertions(+) - create mode 100644 setup.py - -diff --git a/setup.py b/setup.py -new file mode 100644 -index 000000000000..fede9d368f0a ---- /dev/null -+++ b/setup.py -@@ -0,0 +1,27 @@ -+import setuptools -+ -+with open("README.md", "r") as fh: -+ long_description = fh.read() -+ -+requires = [ 'flufl-bounce>=3.0', 'M2Crypto>=0.35.2', 'pyinotify>=0.9.6', -+ 'python-gnupg>=0.4.5', 'ruamel.yaml>=0.16.5' ] -+ -+setuptools.setup( -+ name="remail", -+ version="0.13", -+ author="Thomas Gleixner", -+ author_email="tglx@linutronix.de", -+ description="A set of tools for crypted mailing lists", -+ long_description=long_description, -+ long_description_content_type="text/markdown", -+ url="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/", -+ packages=setuptools.find_packages(), -+ scripts=[ 'remail_chkcfg', 'remail_daemon', 'remail_pipe' ], -+ classifiers=[ -+ "Programming Language :: Python :: 3", -+ "License :: OSI Approved :: GPLv2 License", -+ "Operating System :: OS Independent", -+ ], -+ python_requires='>=3.6', -+ install_requires=requires, -+) --- -2.24.1 - diff --git a/net-mail/remail/metadata.xml b/net-mail/remail/metadata.xml deleted file mode 100644 index 898f2140c..000000000 --- a/net-mail/remail/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - kurt@kmk-computers.de - Kurt Kanzenbach - - - remail is a very simplistic mailing list tool which provides encryption. - - remail reads mail from a maildir, decrypts it with the mailing list private - key and re-encrypts it for every enabled subscriber. The resulting mails are - delivered to the localhost's SMTP server. - - remail supports S/MIME and PGP on both ends. - - diff --git a/net-mail/remail/remail-0.13.ebuild b/net-mail/remail/remail-0.13.ebuild deleted file mode 100644 index 09c135a3a..000000000 --- a/net-mail/remail/remail-0.13.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 systemd - -DESCRIPTION="A set of tools for crypted mailing lists" -HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/about/" -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/snapshot/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples systemd" - -RDEPEND="${PYTHON_DEPS} - dev-python/flufl-bounce[${PYTHON_USEDEP}] - >=dev-python/m2crypto-0.35.2[${PYTHON_USEDEP}] - dev-python/pyinotify[${PYTHON_USEDEP}] - dev-python/python-gnupg[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${P}-setup.patch" ) - -distutils_enable_sphinx Documentation --no-autodoc - -python_install_all() { - distutils-r1_python_install_all - - use examples && dodoc -r Documentation/examples - use systemd && systemd_dounit remail.service -} diff --git a/profiles/package.mask b/profiles/package.mask index 38d6fb0d2..e6ba875f7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -28,10 +28,6 @@ dev-python/python-binary-memcached # depends on non-existent dev-java/guava:20 dev-java/gradle-hashing -# Andrew Ammerlaan (2022-06-10) -# depends on non-existent dev-python/flufl-bounce -net-mail/remail - # Christopher Byrne (2022-04-15) # Depends on masked dev-libs/openssl-3.0.* app-crypt/tpm2-openssl