summaryrefslogtreecommitdiff
path: root/app-doc/halibut/halibut-1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
commit2d446203bcf1a0db08e99abca43513d246dfa73d (patch)
treeec623bb5f1f389976977e375342ec59ff441eab7 /app-doc/halibut/halibut-1.0.ebuild
parent171a011ad3a131671aeb5a98b9e3adf219ad2865 (diff)
gentoo resync : 05.04.2018
Diffstat (limited to 'app-doc/halibut/halibut-1.0.ebuild')
-rw-r--r--app-doc/halibut/halibut-1.0.ebuild32
1 files changed, 0 insertions, 32 deletions
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
-}