app-doc/halibut: remove old
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 31 Mar 2018 14:16:37 +0000 (16:16 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 5 Apr 2018 15:14:44 +0000 (11:14 -0400)
Closes: https://github.com/gentoo/gentoo/pull/7744

app-doc/halibut/Manifest
app-doc/halibut/halibut-1.0.ebuild [deleted file]

index 27a633dcae660a0aeaaf7f3f3489ef5e3a193b37..bdc8eeb18a5bfbcc5e9ebfb71430b24060e1c62f 100644 (file)
@@ -1,3 +1,2 @@
-DIST halibut-1.0.tar.gz 940897 BLAKE2B a4d6ad325b56ce1ec0685958c842891380c2c832698c7f9b0080a36b2116da27b0825231bf3f99c24b6f873d5ef0b6c69d9dc99f03c19f2a8f0c81fe7127d842 SHA512 9651ac0611060971f8b5412f6456e4e85b3107c90e7fab3352294b8c3de17dfa4935b86ec23a6431ee821b26d2d5fd2addf1114e69026d714bc9d9f94a79e12c
 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.0.ebuild b/app-doc/halibut/halibut-1.0.ebuild
deleted file mode 100644 (file)
index d2d2862..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="yet another free document preparation system"
-HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
-SRC_URI="http://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}" \
-               || die "make failed"
-
-       emake -C doc || die "make in doc failed"
-}
-
-src_install() {
-       dobin build/halibut || die
-       doman doc/halibut.1 || die
-       dodoc doc/halibut.txt
-       dohtml doc/*.html
-}