Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2man/
Date: Mon, 25 Nov 2019 22:33:20
Message-Id: 1574721190.e3198cab8b6822cbec13cd49d17bece384119235.bman@gentoo
1 commit: e3198cab8b6822cbec13cd49d17bece384119235
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 22:32:25 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 22:33:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3198cab
7
8 app-text/txt2man: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/txt2man/Manifest | 1 -
13 app-text/txt2man/txt2man-1.5.6.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/app-text/txt2man/Manifest b/app-text/txt2man/Manifest
17 index 5a00d5fd43c..d2cbefd8c62 100644
18 --- a/app-text/txt2man/Manifest
19 +++ b/app-text/txt2man/Manifest
20 @@ -1,2 +1 @@
21 -DIST txt2man-1.5.6.tar.gz 16293 BLAKE2B f62836aae1d7c1539ca896ce10a404965ba1794bbf06448693b2f138a28e74c69912cd1e693fa1e6cf9402f703decdd6b76cffd8d63276ce313d075a26cb3fb3 SHA512 dd1cb5a6385d75b459fb61c49e0b73e5cafa5af8b11d9b89e5c206a9c5b65e4daac4d0e768c28963aacde772b715cb11ed0e843e42397b2df894a1f68c70ca65
22 DIST txt2man-1.6.0.tar.gz 16941 BLAKE2B 4ca7d13bb61b0b65ff47a6a6f37c5035910804cff71f0c6d848105d7ee9b8285fd6433fe019fc075a5b28769df5044a462296ad63514d44a75abc1fa552b64ba SHA512 7ec2cc0bb685d890cf06504d4faacf7a02c5a321963effb71ff63b7310f64f092e666c055c1dbdb699958a62272fe4dc0f31f3947ca6895aa425753a11b75379
23
24 diff --git a/app-text/txt2man/txt2man-1.5.6.ebuild b/app-text/txt2man/txt2man-1.5.6.ebuild
25 deleted file mode 100644
26 index 5f29e5cbf37..00000000000
27 --- a/app-text/txt2man/txt2man-1.5.6.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="4"
34 -
35 -DESCRIPTION="Scripts to convert regular ASCII text to man pages"
36 -HOMEPAGE="http://mvertes.free.fr/"
37 -SRC_URI="http://mvertes.free.fr/download/${P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
42 -IUSE=""
43 -
44 -RDEPEND="app-shells/bash
45 - sys-apps/gawk"
46 -
47 -src_compile() { :; }
48 -
49 -src_install() {
50 - dobin bookman src2man txt2man
51 - doman *.1
52 - dodoc Changelog README
53 -}