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 53A59138206 for ; Tue, 16 Jan 2018 09:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C784E08FB; Tue, 16 Jan 2018 09:48:17 +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 35FD7E08FB for ; Tue, 16 Jan 2018 09:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 772B4335C31 for ; Tue, 16 Jan 2018 09:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1541151 for ; Tue, 16 Jan 2018 09:48:13 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1516096079.d55cf041e460fce3bc2b5c53354598f6722f2b26.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/nfoview/Manifest app-text/nfoview/nfoview-1.15.1.ebuild X-VCS-Directories: app-text/nfoview/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d55cf041e460fce3bc2b5c53354598f6722f2b26 X-VCS-Branch: master Date: Tue, 16 Jan 2018 09:48:13 +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-Archives-Salt: b0fcac8c-87c7-4187-88be-8c62915af135 X-Archives-Hash: 11002084acaed8c56fbc758c776b68a3 commit: d55cf041e460fce3bc2b5c53354598f6722f2b26 Author: Till Schäfer uni-dortmund de> AuthorDate: Mon Jan 15 13:59:10 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 16 09:47:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55cf041 app-text/nfoview: remove outdated/broken version Bug: https://bugs.gentoo.org/614314 Closes: https://github.com/gentoo/gentoo/pull/6868 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-text/nfoview/Manifest | 1 - app-text/nfoview/nfoview-1.15.1.ebuild | 41 ---------------------------------- 2 files changed, 42 deletions(-) diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest index 161606dad25..d5aa3037cca 100644 --- a/app-text/nfoview/Manifest +++ b/app-text/nfoview/Manifest @@ -1,2 +1 @@ -DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426 DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7 diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild deleted file mode 100644 index eacdccc7a4a..00000000000 --- a/app-text/nfoview/nfoview-1.15.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit distutils-r1 gnome2-utils xdg-utils - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git" - inherit git-r3 -else - SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage" -HOMEPAGE="http://home.gna.org/nfoview/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - media-fonts/terminus-font" - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -}