diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-05 09:15:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 09:15:31 +0200 |
commit | e6983a2d77dfd27a9345add23a0b9c5a533ac7b7 (patch) | |
tree | d1cb4c23c593cd67232ed65c8e63ec0e64cac9e9 /media-gfx/psftools | |
parent | media-fonts/mplus-fonts: Drop old (EAPI=0) (diff) | |
download | gentoo-e6983a2d77dfd27a9345add23a0b9c5a533ac7b7.tar.gz gentoo-e6983a2d77dfd27a9345add23a0b9c5a533ac7b7.tar.bz2 gentoo-e6983a2d77dfd27a9345add23a0b9c5a533ac7b7.zip |
media-gfx/psftools: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/psftools')
-rw-r--r-- | media-gfx/psftools/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/psftools/psftools-1.0.7.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/media-gfx/psftools/Manifest b/media-gfx/psftools/Manifest index 233d6679cfaa..0d65dac8f89b 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 e9e8e4bbf30c..000000000000 --- 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 -} |