summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-26 15:34:29 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-26 15:40:24 -0400
commit9517ff705cba9af348cdb386099940decacc789c (patch)
tree65a369e3cdd5d35228f9790d093f4bad7b69de58 /app-text
parentapp-text/pdfsandwich: drop old EAPI=5 (diff)
downloadgentoo-9517ff705cba9af348cdb386099940decacc789c.tar.gz
gentoo-9517ff705cba9af348cdb386099940decacc789c.tar.bz2
gentoo-9517ff705cba9af348cdb386099940decacc789c.zip
app-text/tofrodos: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/tofrodos/Manifest1
-rw-r--r--app-text/tofrodos/tofrodos-1.7.12a.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-text/tofrodos/Manifest b/app-text/tofrodos/Manifest
index 36d611cc515a..727570bb4994 100644
--- a/app-text/tofrodos/Manifest
+++ b/app-text/tofrodos/Manifest
@@ -1,2 +1 @@
-DIST tofrodos-1.7.12a.tar.gz 97588 BLAKE2B ca8794df5b58e0e88d23a52287ec3f9c58918baa6590b6e2d571782c4c2ff1625e208648cce8346b2f63b52031da5dd3aff0e66522e670525cdc09bdfd8744b0 SHA512 45a03203ccd053ec02a420fe4a63b427ee74dfa2c30e914836621a1cd7836ce81800e8bd5f1cccdb93233780ce79bc74d4ad49dca6192899b3039cf559baa8a2
DIST tofrodos-1.7.13.tar.gz 99975 BLAKE2B 677b5cf7b1ef061b86a60229e083dc19ddcb7887b1319685ccd5a50493c1f02feb8556db3c2866f3ca1851304d0e97592a8abdd880a5f4e70eb7032f4238445d SHA512 629804caf20ac7bfc6f47637b7bc575766f032e324142df3be14347f050c61d969e023f8fed0ce5c87d8fc57b25c60c4e0214600738c5079d5e731045dae4843
diff --git a/app-text/tofrodos/tofrodos-1.7.12a.ebuild b/app-text/tofrodos/tofrodos-1.7.12a.ebuild
deleted file mode 100644
index cc6d10bee44b..000000000000
--- a/app-text/tofrodos/tofrodos-1.7.12a.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Utility that converts ASCII files between the MSDOS and the Unix format"
-HOMEPAGE="http://tofrodos.sourceforge.net/"
-SRC_URI="http://tofrodos.sourceforge.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}/src"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.7.8-CFLAGS.patch
-}
-
-src_compile() {
- emake DEBUG=1 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin fromdos
- dosym fromdos /usr/bin/todos
- doman fromdos.1
-}