Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
Date: Sat, 26 Sep 2020 14:33:47
Message-Id: 1601130813.3b36d9203fb748c90a96320d934610ba153f2cc8.bman@gentoo
1 commit: 3b36d9203fb748c90a96320d934610ba153f2cc8
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 13:55:59 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 14:33:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b36d920
7
8 app-doc/halibut: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-doc/halibut/Manifest | 1 -
13 app-doc/halibut/halibut-1.1.ebuild | 33 ---------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
17 index bdc8eeb18a5..60172836132 100644
18 --- a/app-doc/halibut/Manifest
19 +++ b/app-doc/halibut/Manifest
20 @@ -1,2 +1 @@
21 -DIST halibut-1.1.tar.gz 956743 BLAKE2B ba96e2847d57fd6736e7d3a3245527045fe0765c6fbcc857d3af1daf4d249ac81b5442d0ff1c9a00a153b970d83dbab59ab9430ff6cd53d7164cd7aeb4441c22 SHA512 01b0563ebb3678dc1ff1cef1d752d5ebffed70ef73a10d8266d84da3b4401006b686104bbe3e1984ebd3a54254f16d008011b3be8c29a3b9f1e3a033d61cdb15
22 DIST halibut-1.2.tar.gz 991975 BLAKE2B e5751d2f90968240825e3ddadbc070de856f6a340e832bcf0977fb8d31f7b7c8eefa776f3bba4df58641d22cca7e9ac562eef236069e1d9a8e9cdb41324a7376 SHA512 b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc
23
24 diff --git a/app-doc/halibut/halibut-1.1.ebuild b/app-doc/halibut/halibut-1.1.ebuild
25 deleted file mode 100644
26 index e5cc35e2aa7..00000000000
27 --- a/app-doc/halibut/halibut-1.1.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="5"
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="yet another free document preparation system"
38 -HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/halibut/"
39 -SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~x86"
44 -IUSE=""
45 -
46 -src_compile() {
47 - tc-export CC
48 - CFLAGS="${CFLAGS} ${CPPFLAGS}" \
49 - LFLAGS="${LDFLAGS}" \
50 - emake -j1 \
51 - BUILDDIR="${S}/build" \
52 - VERSION="${PV}"
53 -
54 - emake -C doc
55 -}
56 -
57 -src_install() {
58 - dobin build/halibut
59 - doman doc/halibut.1
60 - dodoc doc/halibut.txt
61 - dohtml doc/*.html
62 -}