summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-03 21:52:41 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-03 21:52:41 +0000
commit3069a5698c7a51d6d4538537907a82944e9fa729 (patch)
tree998b5451b1f1709c8e19bf6856957e61c2687128 /app-doc/halibut
parentMarked ~amd64, resolves #58323. (Manifest recommit) (diff)
downloadgentoo-2-3069a5698c7a51d6d4538537907a82944e9fa729.tar.gz
gentoo-2-3069a5698c7a51d6d4538537907a82944e9fa729.tar.bz2
gentoo-2-3069a5698c7a51d6d4538537907a82944e9fa729.zip
Initial import. Ebuild submitted by Sven Wegener <swegener@gentoo.org>, closing bug #50884.
Diffstat (limited to 'app-doc/halibut')
-rw-r--r--app-doc/halibut/ChangeLog11
-rw-r--r--app-doc/halibut/Manifest2
-rw-r--r--app-doc/halibut/files/digest-halibut-0.91
-rw-r--r--app-doc/halibut/halibut-0.9.ebuild33
-rw-r--r--app-doc/halibut/metadata.xml9
5 files changed, 56 insertions, 0 deletions
diff --git a/app-doc/halibut/ChangeLog b/app-doc/halibut/ChangeLog
new file mode 100644
index 000000000000..bb900b92363e
--- /dev/null
+++ b/app-doc/halibut/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-doc/halibut
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/ChangeLog,v 1.1 2004/09/03 21:52:41 usata Exp $
+
+*halibut-0.9 (04 Sep 2004)
+
+ 04 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +halibut-0.9.ebuild:
+ Initial import. Ebuild submitted by Sven Wegener <swegener@gentoo.org>,
+ closing bug #50884.
+
diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
new file mode 100644
index 000000000000..b07e2b3ebbe3
--- /dev/null
+++ b/app-doc/halibut/Manifest
@@ -0,0 +1,2 @@
+MD5 29a0d5a6596a818170ed91365994c577 halibut-0.9.ebuild 790
+MD5 68e53279bef13dda03f71e9f89e5c68f files/digest-halibut-0.9 63
diff --git a/app-doc/halibut/files/digest-halibut-0.9 b/app-doc/halibut/files/digest-halibut-0.9
new file mode 100644
index 000000000000..5ff24a28dc71
--- /dev/null
+++ b/app-doc/halibut/files/digest-halibut-0.9
@@ -0,0 +1 @@
+MD5 33c48abfb44813fb59fd03b0fd14ff01 halibut-0.9.tar.gz 127770
diff --git a/app-doc/halibut/halibut-0.9.ebuild b/app-doc/halibut/halibut-0.9.ebuild
new file mode 100644
index 000000000000..9bfcb7ec3aa9
--- /dev/null
+++ b/app-doc/halibut/halibut-0.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 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.1 2004/09/03 21:52:41 usata 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"
+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
+}
diff --git a/app-doc/halibut/metadata.xml b/app-doc/halibut/metadata.xml
new file mode 100644
index 000000000000..34d31560dcdd
--- /dev/null
+++ b/app-doc/halibut/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>text-markup@gentoo.org</email>
+ <description>Feel free to take the maintainership of it.</description>
+</maintainer>
+</pkgmetadata>