From e7c994d2c19272adb954609a0e933e630c5a6791 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 11 Jan 2024 17:06:08 +0100 Subject: Move {app-doc → app-text}/halibut MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny --- app-text/halibut/Manifest | 1 + app-text/halibut/halibut-1.3.ebuild | 14 ++++++++++++++ app-text/halibut/metadata.xml | 5 +++++ 3 files changed, 20 insertions(+) create mode 100644 app-text/halibut/Manifest create mode 100644 app-text/halibut/halibut-1.3.ebuild create mode 100644 app-text/halibut/metadata.xml (limited to 'app-text') diff --git a/app-text/halibut/Manifest b/app-text/halibut/Manifest new file mode 100644 index 000000000000..f285e42d4109 --- /dev/null +++ b/app-text/halibut/Manifest @@ -0,0 +1 @@ +DIST halibut-1.3.tar.gz 995916 BLAKE2B 78a4409ff1f787134f7cd4eb307e77c81865a2591b55b359b0ef7a45b303cd361f85d344972714dfe8b3e823345de715d99ea542bf3cdf63d6d92548d027c27b SHA512 872f0cdb398002843d7e1b19f6eaf80ff848ce5ffee8653fa88da63c57e89efcbfaadc09b476280d25d38136f7d8af286fa98b9b36598515e0eb50f1945ee34a diff --git a/app-text/halibut/halibut-1.3.ebuild b/app-text/halibut/halibut-1.3.ebuild new file mode 100644 index 000000000000..5370336f4d85 --- /dev/null +++ b/app-text/halibut/halibut-1.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +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}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~riscv sparc x86" diff --git a/app-text/halibut/metadata.xml b/app-text/halibut/metadata.xml new file mode 100644 index 000000000000..85e4ed814fa2 --- /dev/null +++ b/app-text/halibut/metadata.xml @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3-65-gdbad