public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
Date: Tue, 16 May 2017 14:20:51 +0000 (UTC)	[thread overview]
Message-ID: <1494944446.6b70b7b07992985677749152916ec59e3cfcefb2.blueness@gentoo> (raw)

commit:     6b70b7b07992985677749152916ec59e3cfcefb2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 14:20:30 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 16 14:20:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b70b7b0

app-doc/halibut: version bump to 1.2, EAPI bump to 6

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-doc/halibut/Manifest           |  1 +
 app-doc/halibut/halibut-1.2.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
index f7ce296dde1..6df18848fd1 100644
--- a/app-doc/halibut/Manifest
+++ b/app-doc/halibut/Manifest
@@ -1,2 +1,3 @@
 DIST halibut-1.0.tar.gz 940897 SHA256 0d039adb88cb8de6f350563514d013209c2d321d1e5c49ea56462c6803f29adb SHA512 9651ac0611060971f8b5412f6456e4e85b3107c90e7fab3352294b8c3de17dfa4935b86ec23a6431ee821b26d2d5fd2addf1114e69026d714bc9d9f94a79e12c WHIRLPOOL 99cfee05b66c7c81375f47edd6342b34e43d9019a82ab4ba5443a1ef7b2b7dc69bfdc321f6c7026ebb8cca6d2cff78ad3107232ac432939d81427646e632a413
 DIST halibut-1.1.tar.gz 956743 SHA256 b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0 SHA512 01b0563ebb3678dc1ff1cef1d752d5ebffed70ef73a10d8266d84da3b4401006b686104bbe3e1984ebd3a54254f16d008011b3be8c29a3b9f1e3a033d61cdb15 WHIRLPOOL bc4b20fb9c4bb60db0c75a9009d913b694fad445674e4e7ded6388cdcc18e1386b4744835a11588daf412dddbc9b6a5a436f294db8b4c0d801f39245b9bc6d5a
+DIST halibut-1.2.tar.gz 991975 SHA256 1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f SHA512 b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc WHIRLPOOL 1ff682b819c35e2fbee52bddff04d1653109ff7f9efb0ca07a4a39c6de729c91f22c1259c32cacd1a0b347b64af1e856629ce379595ccd6aa93bceda4526c094

diff --git a/app-doc/halibut/halibut-1.2.ebuild b/app-doc/halibut/halibut-1.2.ebuild
new file mode 100644
index 00000000000..5a7b3c9d44f
--- /dev/null
+++ b/app-doc/halibut/halibut-1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+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}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_compile() {
+	tc-export CC
+	CFLAGS="${CFLAGS}" \
+	CPPFLAGS="${CPPFLAGS}" \
+	LFLAGS="${LDFLAGS}" \
+	BUILDDIR="${S}/build" \
+	VERSION="${PV}" \
+	emake || die "make failed"
+	emake -C doc || die "make in doc failed"
+}
+
+DOCS=( doc/halibut.txt )
+HTML_DOCS=(
+	doc/index.html
+	doc/IndexPage.html
+	doc/input.html
+	doc/intro.html
+	doc/licence.html
+	doc/manpage.html
+	doc/output.html
+	doc/running.html
+)
+
+src_install() {
+	dobin build/halibut
+	doman doc/halibut.1
+	doinfo doc/halibut.info
+	einstalldocs
+}


             reply	other threads:[~2017-05-16 14:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-16 14:20 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-19 12:26 [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/ Sergei Trofimovich
2017-12-16 10:31 Tobias Klausmann
2020-09-26 14:33 Aaron Bauman
2021-12-12 14:23 Yixun Lan
2022-05-30 17:15 Anthony G. Basile
2022-05-31  7:09 Agostino Sarubbo
2022-05-31  7:11 Agostino Sarubbo
2022-05-31  7:12 Agostino Sarubbo
2022-07-22 17:55 Sam James
2022-07-29  6:33 Arthur Zamarin
2022-07-29 10:26 Arthur Zamarin
2022-07-29 11:58 Arthur Zamarin
2022-09-10  4:46 Sam James
2022-09-17  5:38 Arthur Zamarin
2022-09-19  6:42 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494944446.6b70b7b07992985677749152916ec59e3cfcefb2.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox