summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-25 17:32:25 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-25 17:33:10 -0500
commite3198cab8b6822cbec13cd49d17bece384119235 (patch)
tree4100d387fbf76e5042986d71297689982d15d335 /app-text
parentprofiles/package.mask: mask sys-apps/nix and sys-apps/guix (diff)
downloadgentoo-e3198cab8b6822cbec13cd49d17bece384119235.tar.gz
gentoo-e3198cab8b6822cbec13cd49d17bece384119235.tar.bz2
gentoo-e3198cab8b6822cbec13cd49d17bece384119235.zip
app-text/txt2man: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/txt2man/Manifest1
-rw-r--r--app-text/txt2man/txt2man-1.5.6.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/app-text/txt2man/Manifest b/app-text/txt2man/Manifest
index 5a00d5fd43c6..d2cbefd8c62e 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 5f29e5cbf37f..000000000000
--- 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
-}