summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-31 16:16:37 +0200
committerAaron Bauman <bman@gentoo.org>2018-04-05 11:14:44 -0400
commitbfd9ed8117ca571ff7f3646988e46d5b56b3ca85 (patch)
tree966d3426f8c67dac88bdf0277321a4d59bee4368 /app-doc/halibut
parentsys-cluster/ceph: remove unused patch (diff)
downloadgentoo-bfd9ed8117ca571ff7f3646988e46d5b56b3ca85.tar.gz
gentoo-bfd9ed8117ca571ff7f3646988e46d5b56b3ca85.tar.bz2
gentoo-bfd9ed8117ca571ff7f3646988e46d5b56b3ca85.zip
app-doc/halibut: remove old
Closes: https://github.com/gentoo/gentoo/pull/7744
Diffstat (limited to 'app-doc/halibut')
-rw-r--r--app-doc/halibut/Manifest1
-rw-r--r--app-doc/halibut/halibut-1.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
index 27a633dcae66..bdc8eeb18a5b 100644
--- a/app-doc/halibut/Manifest
+++ b/app-doc/halibut/Manifest
@@ -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
index d2d2862c5199..000000000000
--- a/app-doc/halibut/halibut-1.0.ebuild
+++ /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
-}