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 ED267158090 for ; Fri, 20 May 2022 01:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FF3E0936; Fri, 20 May 2022 01:17:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1036DE0936 for ; Fri, 20 May 2022 01:17:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F81034152D for ; Fri, 20 May 2022 01:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADCDB480 for ; Fri, 20 May 2022 01:17:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653009383.c252f49d67248382f973a24214c4afdc61b78d08.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/nfoview/nfoview-9999.ebuild X-VCS-Directories: app-text/nfoview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c252f49d67248382f973a24214c4afdc61b78d08 X-VCS-Branch: master Date: Fri, 20 May 2022 01:17:19 +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: d57f7c7b-d5ae-4d3d-848b-1e60cb0af43b X-Archives-Hash: c12c25bd80184d4d8649f0968314c20a commit: c252f49d67248382f973a24214c4afdc61b78d08 Author: Till Schäfer uni-dortmund de> AuthorDate: Thu May 19 16:01:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 20 01:16:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c252f49d app-text/nfoview: temporarily remove live ebuild upstream build system changes are WIP Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Till Schäfer uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/25561 Signed-off-by: Sam James gentoo.org> app-text/nfoview/nfoview-9999.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild deleted file mode 100644 index c619ae9688c5..000000000000 --- a/app-text/nfoview/nfoview-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 xdg - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git" - inherit git-r3 -else - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage" -HOMEPAGE="https://otsaloma.io/nfoview/" - -LICENSE="GPL-3+" -SLOT="0" - -BDEPEND="${PYTHON_DEPS} - sys-devel/gettext" -DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - media-fonts/cascadia-code"