diff options
Diffstat (limited to 'app-doc/halibut/halibut-0.9.ebuild')
-rw-r--r-- | app-doc/halibut/halibut-0.9.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-doc/halibut/halibut-0.9.ebuild b/app-doc/halibut/halibut-0.9.ebuild deleted file mode 100644 index 8e9526a00535..000000000000 --- a/app-doc/halibut/halibut-0.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/halibut-0.9.ebuild,v 1.3 2005/01/01 13:12:59 eradicator Exp $ - -inherit flag-o-matic - -DESCRIPTION="Halibut: 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="~x86 ~ppc" -IUSE="" - -DEPEND="" - -src_compile() { - replace-flags -O[3-9] -O2 - - emake \ - BUILDDIR="${S}/build" \ - VERSION="${PV}" \ - || die "make failed" - - emake -C doc || die "make in doc failed" -} - -src_install() { - dobin build/halibut - doman doc/halibut.1 - dodoc doc/halibut.txt - dohtml doc/*.html -} |