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 035DE13933E for ; Tue, 6 Jul 2021 11:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C17CE0B15; Tue, 6 Jul 2021 11:10:58 +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 08B2AE0B15 for ; Tue, 6 Jul 2021 11:10:57 +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 A6990342B31 for ; Tue, 6 Jul 2021 11:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CFD578A for ; Tue, 6 Jul 2021 11:10:55 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1625569852.7e986bdedce12f553bd0bf807dc88ca4700d341e.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymetar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymetar/Manifest dev-python/pymetar/pymetar-1.1-r1.ebuild dev-python/pymetar/pymetar-1.2.ebuild X-VCS-Directories: dev-python/pymetar/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 7e986bdedce12f553bd0bf807dc88ca4700d341e X-VCS-Branch: master Date: Tue, 6 Jul 2021 11:10:55 +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: 0fc4f98e-41dd-4f78-89e2-fe3e2d5767ea X-Archives-Hash: e1b50a27e17dd6d141411520433d96c8 commit: 7e986bdedce12f553bd0bf807dc88ca4700d341e Author: Tobias Klausmann gentoo org> AuthorDate: Tue Jul 6 11:10:39 2021 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Jul 6 11:10:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e986bde dev-python/pymetar: clean up old versions Closes: https://bugs.gentoo.org/800737 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Tobias Klausmann gentoo.org> dev-python/pymetar/Manifest | 1 - dev-python/pymetar/pymetar-1.1-r1.ebuild | 18 ------------------ dev-python/pymetar/pymetar-1.2.ebuild | 18 ------------------ 3 files changed, 37 deletions(-) diff --git a/dev-python/pymetar/Manifest b/dev-python/pymetar/Manifest index 3620b589869..3eb3cf3aa13 100644 --- a/dev-python/pymetar/Manifest +++ b/dev-python/pymetar/Manifest @@ -1,2 +1 @@ -DIST pymetar-1.1.tar.gz 3162533 BLAKE2B 43cc79a0c8b27f7146a0f89d4271830ace0bd25790e8df006c19205419eabec88b90645d473019951b21952ee67df25261f6eea8c2d58de95e13186ab4bce214 SHA512 3e830065d3201373695c381f45969e7b532d69de8218cb32e107ed72235cd7cff8051e129c6ae4761154ed9d3fca81c530938520d6a54e7bf467cf28ebf9de02 DIST pymetar-1.2.tar.gz 3163447 BLAKE2B be3e06efa007db46bd90e944ce60d24389f6b8685fcbb66803aca9b46b62cbb23b27e4ef7b2dc47080b6e6c9366acd3ecf13d02ef47ca50705a7631006482002 SHA512 4f19e99f56497b59ca31620a41beb7fd896b4503ed3edd34bafc8e9158895a238cc721e4161c2940abb49b34b1a7cbeb3d97952c4b19361d74a8b3ca56ea2fe7 diff --git a/dev-python/pymetar/pymetar-1.1-r1.ebuild b/dev-python/pymetar/pymetar-1.1-r1.ebuild deleted file mode 100644 index 79f2ccd209d..00000000000 --- a/dev-python/pymetar/pymetar-1.1-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Downloads and decodes to the weather report for a given station ID" -HOMEPAGE="https://www.schwarzvogel.de/software/pymetar/" -SRC_URI="https://www.schwarzvogel.de/pkgs/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-python/pymetar/pymetar-1.2.ebuild b/dev-python/pymetar/pymetar-1.2.ebuild deleted file mode 100644 index 79f2ccd209d..00000000000 --- a/dev-python/pymetar/pymetar-1.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Downloads and decodes to the weather report for a given station ID" -HOMEPAGE="https://www.schwarzvogel.de/software/pymetar/" -SRC_URI="https://www.schwarzvogel.de/pkgs/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" -RDEPEND=""