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 915FD158086 for ; Mon, 22 Nov 2021 00:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF736E0895; Mon, 22 Nov 2021 00:26:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BA06E0895 for ; Mon, 22 Nov 2021 00:26:02 +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 7265B342B91 for ; Mon, 22 Nov 2021 00:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CED641B3 for ; Mon, 22 Nov 2021 00:25:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1637540730.4093fbb2a5bb5b18a7a68ed9ee68fddc4b8d7bd8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydecomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydecomp/pydecomp-0.3-r1.ebuild X-VCS-Directories: dev-python/pydecomp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4093fbb2a5bb5b18a7a68ed9ee68fddc4b8d7bd8 X-VCS-Branch: master Date: Mon, 22 Nov 2021 00:25:59 +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: e66525e2-0880-47b2-9a6b-b7cd6df6aa2f X-Archives-Hash: ed47a00ecce1a58e96c93a3cc73004a7 commit: 4093fbb2a5bb5b18a7a68ed9ee68fddc4b8d7bd8 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Nov 22 00:22:56 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Nov 22 00:25:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4093fbb2 dev-python/pydecomp: drop 0.3-r1 Bug: https://bugs.gentoo.org/787194 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/pydecomp/pydecomp-0.3-r1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/pydecomp/pydecomp-0.3-r1.ebuild b/dev-python/pydecomp/pydecomp-0.3-r1.ebuild deleted file mode 100644 index 89859791adb4..000000000000 --- a/dev-python/pydecomp/pydecomp-0.3-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -if [[ ${PV} == "9999" ]] ; then - EGIT_BRANCH="master" - EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git" - inherit git-r3 -else - SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - S="${WORKDIR}/pyDeComp-${PV}" -fi - -DESCRIPTION="A python library of common (de)compression and contents handling" -HOMEPAGE="https://github.com/dol-sen/pyDeComp" - -LICENSE="BSD" -SLOT="0"