Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
Date: Mon, 30 May 2022 17:15:19
Message-Id: 1653930889.2a7a1df7c7afda6310e80ba1793c0d561f773a94.blueness@gentoo
1 commit: 2a7a1df7c7afda6310e80ba1793c0d561f773a94
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 17:14:49 2022 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 17:14:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7a1df7
7
8 app-doc/halibut: version bump to 1.3 for security bug #847985
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 app-doc/halibut/Manifest | 1 +
14 app-doc/halibut/halibut-1.3.ebuild | 14 ++++++++++++++
15 2 files changed, 15 insertions(+)
16
17 diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
18 index 60172836132e..20f9a931aeb7 100644
19 --- a/app-doc/halibut/Manifest
20 +++ b/app-doc/halibut/Manifest
21 @@ -1 +1,2 @@
22 DIST halibut-1.2.tar.gz 991975 BLAKE2B e5751d2f90968240825e3ddadbc070de856f6a340e832bcf0977fb8d31f7b7c8eefa776f3bba4df58641d22cca7e9ac562eef236069e1d9a8e9cdb41324a7376 SHA512 b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc
23 +DIST halibut-1.3.tar.gz 995916 BLAKE2B 78a4409ff1f787134f7cd4eb307e77c81865a2591b55b359b0ef7a45b303cd361f85d344972714dfe8b3e823345de715d99ea542bf3cdf63d6d92548d027c27b SHA512 872f0cdb398002843d7e1b19f6eaf80ff848ce5ffee8653fa88da63c57e89efcbfaadc09b476280d25d38136f7d8af286fa98b9b36598515e0eb50f1945ee34a
24
25 diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
26 new file mode 100644
27 index 000000000000..934fae0662c7
28 --- /dev/null
29 +++ b/app-doc/halibut/halibut-1.3.ebuild
30 @@ -0,0 +1,14 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit cmake
37 +
38 +DESCRIPTION="yet another free document preparation system"
39 +HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/halibut/"
40 +SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~ppc ~riscv ~x86"