From 2d446203bcf1a0db08e99abca43513d246dfa73d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 5 Apr 2018 21:52:00 +0100 Subject: gentoo resync : 05.04.2018 --- app-doc/halibut/halibut-1.0.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-doc/halibut/halibut-1.0.ebuild (limited to 'app-doc/halibut/halibut-1.0.ebuild') 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 -} -- cgit v1.2.3