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 48A5B158094 for ; Mon, 11 Jul 2022 19:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 751BCE100D; Mon, 11 Jul 2022 19:22:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5C3F0E100D for ; Mon, 11 Jul 2022 19:22:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20D60341108 for ; Mon, 11 Jul 2022 19:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F33534 for ; Mon, 11 Jul 2022 19:22:51 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1657563858.70e0d4faf2c63ded3805d4b213b9c891aff5cd9c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ascim/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ascim/ascim-9999.ebuild X-VCS-Directories: dev-python/ascim/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 70e0d4faf2c63ded3805d4b213b9c891aff5cd9c X-VCS-Branch: dev Date: Mon, 11 Jul 2022 19:22: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: 03e0dcba-ca9f-40c4-9f27-603cf6683851 X-Archives-Hash: 7130dbe40dcd64a501fd30ce54552d15 commit: 70e0d4faf2c63ded3805d4b213b9c891aff5cd9c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 11 18:24:18 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 11 18:24:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70e0d4fa dev-python/ascim: drop 9999 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/ascim/ascim-9999.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-python/ascim/ascim-9999.ebuild b/dev-python/ascim/ascim-9999.ebuild deleted file mode 100644 index 3e553dc60..000000000 --- a/dev-python/ascim/ascim-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/fakefred/${PN}" -case "${PV}" in - 9999) - inherit git-r3 - ;; - *) - SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -esac - -PYTHON_COMPAT=( python3_8 ) -inherit distutils-r1 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme - -DESCRIPTION="Manipulate ASCII art as you would do with raster images" -HOMEPAGE="https://github.com/fakefred/ascim" -LICENSE="MIT" - -SLOT="0"