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 07530138350 for ; Fri, 13 Mar 2020 17:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A773E0D1B; Fri, 13 Mar 2020 17:45:57 +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 22669E0D1B for ; Fri, 13 Mar 2020 17:45:57 +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 5EE0E34EF94 for ; Fri, 13 Mar 2020 17:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F0C192 for ; Fri, 13 Mar 2020 17:45:51 +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: <1584109783.a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/dkimpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dkimpy/Manifest dev-python/dkimpy/dkimpy-0.9.1.ebuild dev-python/dkimpy/metadata.xml X-VCS-Directories: dev-python/dkimpy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0 X-VCS-Branch: master Date: Fri, 13 Mar 2020 17:45:51 +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: 0fa30879-c218-4851-9613-95fa57e73b2c X-Archives-Hash: db883ba6595fbebeb2d79f13ebc078a8 commit: a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 13 14:29:43 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 13 14:29:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a09f6e3d dev-python/dkimpy: removed, this is now in ::gentoo Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/dkimpy/Manifest | 1 - dev-python/dkimpy/dkimpy-0.9.1.ebuild | 20 -------------------- dev-python/dkimpy/metadata.xml | 16 ---------------- 3 files changed, 37 deletions(-) diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest deleted file mode 100644 index 9d07e6e..0000000 --- a/dev-python/dkimpy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dkimpy-0.9.1.tar.gz 49209 BLAKE2B 04a9a301a213a77aa8d5b407b4071eec4e808298927720079bcd6c0f6adb6af84d4dc9f80bddc31e57d66da9d852aa9a0555a6fb8b97713b043ae75e39176369 SHA512 5667c5b7752081f5831c26eebdf5d05bec8ff6c82299506e6ca31603ba0d04aa37b908aa07e97877f298263aeb652fdc0b8d54330a263902033dc0647dc44c3f diff --git a/dev-python/dkimpy/dkimpy-0.9.1.ebuild b/dev-python/dkimpy/dkimpy-0.9.1.ebuild deleted file mode 100644 index 18f8c79..0000000 --- a/dev-python/dkimpy/dkimpy-0.9.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python module implementing DKIM email signing and verification." -HOMEPAGE="https://launchpad.net/dkimpy" -SRC_URI="https://launchpad.net/${PN}/0.9/${PV}/+download/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -python_test() { - "${EPYTHON}" -m unittest discover -v || die -} diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml deleted file mode 100644 index 2715c8d..0000000 --- a/dev-python/dkimpy/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - gentoo@seichter.de - Ralph Seichter - - - Python module that implements DKIM (DomainKeys Identified - Mail) email signing and verification. It also provides helper - scripts for command line signing and verification. - - - dkimpy - - 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 88D36138350 for ; Fri, 13 Mar 2020 14:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B545E0B4E; Fri, 13 Mar 2020 14:30:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 56AB8E0B4E for ; Fri, 13 Mar 2020 14:30:26 +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 526BC34EF8C for ; Fri, 13 Mar 2020 14:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25024164 for ; Fri, 13 Mar 2020 14:30:13 +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: <1584109783.a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dkimpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dkimpy/Manifest dev-python/dkimpy/dkimpy-0.9.1.ebuild dev-python/dkimpy/metadata.xml X-VCS-Directories: dev-python/dkimpy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0 X-VCS-Branch: dev Date: Fri, 13 Mar 2020 14:30:13 +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: d6c9f66c-6ba8-400f-8a06-3a1962dc5b76 X-Archives-Hash: e4c686f3a876e29d13f48c3a7e908241 Message-ID: <20200313143013.kGyhGivpokQTaI2917ZIJnw_c4SiSJVbyClpg2DcLzc@z> commit: a09f6e3dc7b90c9ec13b3e9e70d1cf1f394587a0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 13 14:29:43 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 13 14:29:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a09f6e3d dev-python/dkimpy: removed, this is now in ::gentoo Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/dkimpy/Manifest | 1 - dev-python/dkimpy/dkimpy-0.9.1.ebuild | 20 -------------------- dev-python/dkimpy/metadata.xml | 16 ---------------- 3 files changed, 37 deletions(-) diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest deleted file mode 100644 index 9d07e6e..0000000 --- a/dev-python/dkimpy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dkimpy-0.9.1.tar.gz 49209 BLAKE2B 04a9a301a213a77aa8d5b407b4071eec4e808298927720079bcd6c0f6adb6af84d4dc9f80bddc31e57d66da9d852aa9a0555a6fb8b97713b043ae75e39176369 SHA512 5667c5b7752081f5831c26eebdf5d05bec8ff6c82299506e6ca31603ba0d04aa37b908aa07e97877f298263aeb652fdc0b8d54330a263902033dc0647dc44c3f diff --git a/dev-python/dkimpy/dkimpy-0.9.1.ebuild b/dev-python/dkimpy/dkimpy-0.9.1.ebuild deleted file mode 100644 index 18f8c79..0000000 --- a/dev-python/dkimpy/dkimpy-0.9.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python module implementing DKIM email signing and verification." -HOMEPAGE="https://launchpad.net/dkimpy" -SRC_URI="https://launchpad.net/${PN}/0.9/${PV}/+download/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -python_test() { - "${EPYTHON}" -m unittest discover -v || die -} diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml deleted file mode 100644 index 2715c8d..0000000 --- a/dev-python/dkimpy/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - gentoo@seichter.de - Ralph Seichter - - - Python module that implements DKIM (DomainKeys Identified - Mail) email signing and verification. It also provides helper - scripts for command line signing and verification. - - - dkimpy - -