summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/par/par-1.52-r1.ebuild')
-rw-r--r--app-text/par/par-1.52-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-text/par/par-1.52-r1.ebuild b/app-text/par/par-1.52-r1.ebuild
deleted file mode 100644
index 8bb95b8b42e1..000000000000
--- a/app-text/par/par-1.52-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P="Par${PV/./}"
-DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better"
-HOMEPAGE="http://www.nicemice.net/par/"
-SRC_URI="http://www.nicemice.net/par/${MY_P/./}.tar.gz"
-
-LICENSE="par"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND="!dev-util/par
- !app-arch/par"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- make -f protoMakefile CC="$(tc-getCC) -c $CFLAGS" \
- LINK1="$(tc-getCC) $LDFLAGS" || die 'make failed'
-}
-
-src_install() {
- newbin par par-format
- doman par.1
- dodoc releasenotes par.doc
-}