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/tofrodos/
Date: Sat, 26 Sep 2020 19:40:45
Message-Id: 1601149224.9517ff705cba9af348cdb386099940decacc789c.bman@gentoo
1 commit: 9517ff705cba9af348cdb386099940decacc789c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:34:29 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9517ff70
7
8 app-text/tofrodos: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/tofrodos/Manifest | 1 -
13 app-text/tofrodos/tofrodos-1.7.12a.ebuild | 35 -------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/app-text/tofrodos/Manifest b/app-text/tofrodos/Manifest
17 index 36d611cc515..727570bb499 100644
18 --- a/app-text/tofrodos/Manifest
19 +++ b/app-text/tofrodos/Manifest
20 @@ -1,2 +1 @@
21 -DIST tofrodos-1.7.12a.tar.gz 97588 BLAKE2B ca8794df5b58e0e88d23a52287ec3f9c58918baa6590b6e2d571782c4c2ff1625e208648cce8346b2f63b52031da5dd3aff0e66522e670525cdc09bdfd8744b0 SHA512 45a03203ccd053ec02a420fe4a63b427ee74dfa2c30e914836621a1cd7836ce81800e8bd5f1cccdb93233780ce79bc74d4ad49dca6192899b3039cf559baa8a2
22 DIST tofrodos-1.7.13.tar.gz 99975 BLAKE2B 677b5cf7b1ef061b86a60229e083dc19ddcb7887b1319685ccd5a50493c1f02feb8556db3c2866f3ca1851304d0e97592a8abdd880a5f4e70eb7032f4238445d SHA512 629804caf20ac7bfc6f47637b7bc575766f032e324142df3be14347f050c61d969e023f8fed0ce5c87d8fc57b25c60c4e0214600738c5079d5e731045dae4843
23
24 diff --git a/app-text/tofrodos/tofrodos-1.7.12a.ebuild b/app-text/tofrodos/tofrodos-1.7.12a.ebuild
25 deleted file mode 100644
26 index cc6d10bee44..00000000000
27 --- a/app-text/tofrodos/tofrodos-1.7.12a.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit eutils toolchain-funcs
36 -
37 -DESCRIPTION="Utility that converts ASCII files between the MSDOS and the Unix format"
38 -HOMEPAGE="http://tofrodos.sourceforge.net/"
39 -SRC_URI="http://tofrodos.sourceforge.net/download/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
44 -IUSE=""
45 -
46 -DEPEND=""
47 -RDEPEND=""
48 -
49 -S="${WORKDIR}/${PN}/src"
50 -
51 -src_prepare() {
52 - epatch "${FILESDIR}"/${PN}-1.7.8-CFLAGS.patch
53 -}
54 -
55 -src_compile() {
56 - emake DEBUG=1 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
57 - CC="$(tc-getCC)"
58 -}
59 -
60 -src_install() {
61 - dobin fromdos
62 - dosym fromdos /usr/bin/todos
63 - doman fromdos.1
64 -}