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 0EDAB138334 for ; Sat, 5 Oct 2019 07:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9965AE083D; Sat, 5 Oct 2019 07:24:07 +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 6E002E0849 for ; Sat, 5 Oct 2019 07:24:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E536234B989 for ; Sat, 5 Oct 2019 07:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BFF782A for ; Sat, 5 Oct 2019 07:24:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570259731.e6983a2d77dfd27a9345add23a0b9c5a533ac7b7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/psftools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/psftools/Manifest media-gfx/psftools/psftools-1.0.7.ebuild X-VCS-Directories: media-gfx/psftools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e6983a2d77dfd27a9345add23a0b9c5a533ac7b7 X-VCS-Branch: master Date: Sat, 5 Oct 2019 07:24:03 +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: 63f488cd-eb0a-457b-90ad-d6838a660ba2 X-Archives-Hash: f117e0c92f783b2cfaa64794c926b584 commit: e6983a2d77dfd27a9345add23a0b9c5a533ac7b7 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 5 07:15:31 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 07:15:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6983a2d media-gfx/psftools: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> media-gfx/psftools/Manifest | 1 - media-gfx/psftools/psftools-1.0.7.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/media-gfx/psftools/Manifest b/media-gfx/psftools/Manifest index 233d6679cfa..0d65dac8f89 100644 --- a/media-gfx/psftools/Manifest +++ b/media-gfx/psftools/Manifest @@ -1,2 +1 @@ DIST psftools-1.0.10.tar.gz 764867 BLAKE2B bd92ba1b65772dd5a7393fdd6e6350c0faa0bfc43d7fa3ce1018e464a9c1729bb0977a10094253947f6e1cac97ac4d120e0f60c85c7f15b13a47194a3527d1d1 SHA512 83759e0282af8dee26839561bac0987bba74e3173eb5091e70031849a67b189c5c10dfb64241fedf1513b319554238d4147acdd6ed3d0f15eafac3e7fc4a26b1 -DIST psftools-1.0.7.tar.gz 547537 BLAKE2B e3f3acc79efbfdf42a804f665553d7cbeb6c431cd36f3d26b3af37251197fb697d28127ed94ec2f409d4793272b7a5c293b1ba12ec8b94206790aadcfee4a509 SHA512 9135f4aa8ea4a4cfdaebc7764db0409b304dc34310ebe84d6fc786d42a392c79da4f097b6b3526edaf862305edf8794ef62f6bf48a3de5dac22c8e0c0c77aa14 diff --git a/media-gfx/psftools/psftools-1.0.7.ebuild b/media-gfx/psftools/psftools-1.0.7.ebuild deleted file mode 100644 index e9e8e4bbf30..00000000000 --- a/media-gfx/psftools/psftools-1.0.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Utilities for manipulation of console fonts in PSF format" -HOMEPAGE="http://www.seasip.info/Unix/PSF/" -SRC_URI="http://www.seasip.info/Unix/PSF/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS TODO doc/*.txt -}