commit:     e3198cab8b6822cbec13cd49d17bece384119235
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 22:32:25 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 22:33:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3198cab

app-text/txt2man: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/txt2man/Manifest             |  1 -
 app-text/txt2man/txt2man-1.5.6.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/app-text/txt2man/Manifest b/app-text/txt2man/Manifest
index 5a00d5fd43c..d2cbefd8c62 100644
--- a/app-text/txt2man/Manifest
+++ b/app-text/txt2man/Manifest
@@ -1,2 +1 @@
-DIST txt2man-1.5.6.tar.gz 16293 BLAKE2B 
f62836aae1d7c1539ca896ce10a404965ba1794bbf06448693b2f138a28e74c69912cd1e693fa1e6cf9402f703decdd6b76cffd8d63276ce313d075a26cb3fb3
 SHA512 
dd1cb5a6385d75b459fb61c49e0b73e5cafa5af8b11d9b89e5c206a9c5b65e4daac4d0e768c28963aacde772b715cb11ed0e843e42397b2df894a1f68c70ca65
 DIST txt2man-1.6.0.tar.gz 16941 BLAKE2B 
4ca7d13bb61b0b65ff47a6a6f37c5035910804cff71f0c6d848105d7ee9b8285fd6433fe019fc075a5b28769df5044a462296ad63514d44a75abc1fa552b64ba
 SHA512 
7ec2cc0bb685d890cf06504d4faacf7a02c5a321963effb71ff63b7310f64f092e666c055c1dbdb699958a62272fe4dc0f31f3947ca6895aa425753a11b75379

diff --git a/app-text/txt2man/txt2man-1.5.6.ebuild 
b/app-text/txt2man/txt2man-1.5.6.ebuild
deleted file mode 100644
index 5f29e5cbf37..00000000000
--- a/app-text/txt2man/txt2man-1.5.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Scripts to convert regular ASCII text to man pages"
-HOMEPAGE="http://mvertes.free.fr/";
-SRC_URI="http://mvertes.free.fr/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND="app-shells/bash
-       sys-apps/gawk"
-
-src_compile() { :; }
-
-src_install() {
-       dobin bookman src2man txt2man
-       doman *.1
-       dodoc Changelog README
-}

Reply via email to