commit:     3b36d9203fb748c90a96320d934610ba153f2cc8
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 13:55:59 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 14:33:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b36d920

app-doc/halibut: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-doc/halibut/Manifest           |  1 -
 app-doc/halibut/halibut-1.1.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
index bdc8eeb18a5..60172836132 100644
--- a/app-doc/halibut/Manifest
+++ b/app-doc/halibut/Manifest
@@ -1,2 +1 @@
-DIST halibut-1.1.tar.gz 956743 BLAKE2B 
ba96e2847d57fd6736e7d3a3245527045fe0765c6fbcc857d3af1daf4d249ac81b5442d0ff1c9a00a153b970d83dbab59ab9430ff6cd53d7164cd7aeb4441c22
 SHA512 
01b0563ebb3678dc1ff1cef1d752d5ebffed70ef73a10d8266d84da3b4401006b686104bbe3e1984ebd3a54254f16d008011b3be8c29a3b9f1e3a033d61cdb15
 DIST halibut-1.2.tar.gz 991975 BLAKE2B 
e5751d2f90968240825e3ddadbc070de856f6a340e832bcf0977fb8d31f7b7c8eefa776f3bba4df58641d22cca7e9ac562eef236069e1d9a8e9cdb41324a7376
 SHA512 
b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc

diff --git a/app-doc/halibut/halibut-1.1.ebuild 
b/app-doc/halibut/halibut-1.1.ebuild
deleted file mode 100644
index e5cc35e2aa7..00000000000
--- a/app-doc/halibut/halibut-1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs
-
-DESCRIPTION="yet another free document preparation system"
-HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/halibut/";
-SRC_URI="https://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}"
-
-       emake -C doc
-}
-
-src_install() {
-       dobin build/halibut
-       doman doc/halibut.1
-       dodoc doc/halibut.txt
-       dohtml doc/*.html
-}

Reply via email to