diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 17:06:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-12 15:36:03 +0100 |
commit | e7c994d2c19272adb954609a0e933e630c5a6791 (patch) | |
tree | 01c97f46e0d26a29b9f065843c09053b54ef27cd /app-text | |
parent | Move {app-doc → app-text}/doxygen (diff) | |
download | gentoo-e7c994d2c19272adb954609a0e933e630c5a6791.tar.gz gentoo-e7c994d2c19272adb954609a0e933e630c5a6791.tar.bz2 gentoo-e7c994d2c19272adb954609a0e933e630c5a6791.zip |
Move {app-doc → app-text}/halibut
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 <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/halibut/Manifest | 1 | ||||
-rw-r--r-- | app-text/halibut/halibut-1.3.ebuild | 14 | ||||
-rw-r--r-- | app-text/halibut/metadata.xml | 5 |
3 files changed, 20 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<!-- maintainer-needed --> +</pkgmetadata> |