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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3F7A158041 for ; Sun, 10 Mar 2024 00:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 153C5E2A26; Sun, 10 Mar 2024 00:29:30 +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 E863CE2A26 for ; Sun, 10 Mar 2024 00:29:29 +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 D7F2533FEF1 for ; Sun, 10 Mar 2024 00:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED4014F8 for ; Sun, 10 Mar 2024 00:29:27 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1710030562.b1e2cff7a466990e14162dcf4a48d82901ecdc1f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elsw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elsw/Manifest app-portage/elsw/elsw-0.0.0-r1.ebuild X-VCS-Directories: app-portage/elsw/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b1e2cff7a466990e14162dcf4a48d82901ecdc1f X-VCS-Branch: master Date: Sun, 10 Mar 2024 00:29:27 +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: 5f75a067-014a-4439-ab69-8dce1bcbe4bc X-Archives-Hash: fdf78c059985e954b59c120b874c605d commit: b1e2cff7a466990e14162dcf4a48d82901ecdc1f Author: Maciej Barć gentoo org> AuthorDate: Sat Mar 9 20:40:05 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Mar 10 00:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e2cff7 app-portage/elsw: drop old 0.0.0-r1 Signed-off-by: Maciej Barć gentoo.org> app-portage/elsw/Manifest | 1 - app-portage/elsw/elsw-0.0.0-r1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/app-portage/elsw/Manifest b/app-portage/elsw/Manifest index b924bb9e7892..ac9e40b9cad3 100644 --- a/app-portage/elsw/Manifest +++ b/app-portage/elsw/Manifest @@ -1,2 +1 @@ -DIST elsw-0.0.0.tar.gz 9857 BLAKE2B 8948b41bd163c393c735f08e94440905cca93078d8eefbb7b7136542a54a3139baaa4b40725667239fd249d9f569ececaf13631162502e3f58e5b288fdf1ae4f SHA512 9e0323ebdc01e6e2af2e021f2bfae2f977567697600167860de7a95d8c80e3119214524a6514114747bdebd269bf68d14f2e0369765d7fea62ae0adaf060e94c DIST elsw-1.0.0.tar.gz 9793 BLAKE2B 63e61eebda9fde9d6f1eeabca917038308fc4c91464424cca167ce37c3c4beb6c2eb2f61673ddc1519acf38820ec4ad44b31d3246727a4d039b958e5d04222ee SHA512 a85a0b76b74335f2107e78a9e70f8f07a8af3543a021f3b1b9c63e64f7884888b43dbe387f6be12ee15dfa58a25102d1c3c63945d5cace3cdc8a7c612b65fc60 diff --git a/app-portage/elsw/elsw-0.0.0-r1.ebuild b/app-portage/elsw/elsw-0.0.0-r1.ebuild deleted file mode 100644 index 1091938d70d0..000000000000 --- a/app-portage/elsw/elsw-0.0.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 - -DESCRIPTION="Tool providing a nice way to view the Portage world file" -HOMEPAGE="https://gitlab.com/xgqt/python-elsw/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" -else - inherit pypi - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND=" - dev-python/colorama[${PYTHON_USEDEP}] - sys-apps/portage[${PYTHON_USEDEP}] -" - -DOCS=( README.md )