summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-26 09:55:59 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-26 10:33:33 -0400
commit3b36d9203fb748c90a96320d934610ba153f2cc8 (patch)
treeef46c5db7ddebbc69300426a5acf9ca117f5e46e /app-doc/halibut
parentapp-crypt/sbsigntools: drop old EAPI=5 (diff)
downloadgentoo-3b36d9203fb748c90a96320d934610ba153f2cc8.tar.gz
gentoo-3b36d9203fb748c90a96320d934610ba153f2cc8.tar.bz2
gentoo-3b36d9203fb748c90a96320d934610ba153f2cc8.zip
app-doc/halibut: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-doc/halibut')
-rw-r--r--app-doc/halibut/Manifest1
-rw-r--r--app-doc/halibut/halibut-1.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
index bdc8eeb18a5b..60172836132e 100644
--- a/app-doc/halibut/Manifest
+++ b/app-doc/halibut/Manifest
@@ -1,2 +1 @@
-DIST halibut-1.1.tar.gz 956743 BLAKE2B ba96e2847d57fd6736e7d3a3245527045fe0765c6fbcc857d3af1daf4d249ac81b5442d0ff1c9a00a153b970d83dbab59ab9430ff6cd53d7164cd7aeb4441c22 SHA512 01b0563ebb3678dc1ff1cef1d752d5ebffed70ef73a10d8266d84da3b4401006b686104bbe3e1984ebd3a54254f16d008011b3be8c29a3b9f1e3a033d61cdb15
DIST halibut-1.2.tar.gz 991975 BLAKE2B e5751d2f90968240825e3ddadbc070de856f6a340e832bcf0977fb8d31f7b7c8eefa776f3bba4df58641d22cca7e9ac562eef236069e1d9a8e9cdb41324a7376 SHA512 b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc
diff --git a/app-doc/halibut/halibut-1.1.ebuild b/app-doc/halibut/halibut-1.1.ebuild
deleted file mode 100644
index e5cc35e2aa70..000000000000
--- a/app-doc/halibut/halibut-1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs
-
-DESCRIPTION="yet another free document preparation system"
-HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/halibut/"
-SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- CFLAGS="${CFLAGS} ${CPPFLAGS}" \
- LFLAGS="${LDFLAGS}" \
- emake -j1 \
- BUILDDIR="${S}/build" \
- VERSION="${PV}"
-
- emake -C doc
-}
-
-src_install() {
- dobin build/halibut
- doman doc/halibut.1
- dodoc doc/halibut.txt
- dohtml doc/*.html
-}