* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2017-05-16 14:20 Anthony G. Basile
0 siblings, 0 replies; 16+ messages in thread
From: Anthony G. Basile @ 2017-05-16 14:20 UTC (permalink / raw
To: gentoo-commits
commit: 6b70b7b07992985677749152916ec59e3cfcefb2
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 14:20:30 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 16 14:20:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b70b7b0
app-doc/halibut: version bump to 1.2, EAPI bump to 6
Package-Manager: Portage-2.3.5, Repoman-2.3.1
app-doc/halibut/Manifest | 1 +
app-doc/halibut/halibut-1.2.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
index f7ce296dde1..6df18848fd1 100644
--- a/app-doc/halibut/Manifest
+++ b/app-doc/halibut/Manifest
@@ -1,2 +1,3 @@
DIST halibut-1.0.tar.gz 940897 SHA256 0d039adb88cb8de6f350563514d013209c2d321d1e5c49ea56462c6803f29adb SHA512 9651ac0611060971f8b5412f6456e4e85b3107c90e7fab3352294b8c3de17dfa4935b86ec23a6431ee821b26d2d5fd2addf1114e69026d714bc9d9f94a79e12c WHIRLPOOL 99cfee05b66c7c81375f47edd6342b34e43d9019a82ab4ba5443a1ef7b2b7dc69bfdc321f6c7026ebb8cca6d2cff78ad3107232ac432939d81427646e632a413
DIST halibut-1.1.tar.gz 956743 SHA256 b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0 SHA512 01b0563ebb3678dc1ff1cef1d752d5ebffed70ef73a10d8266d84da3b4401006b686104bbe3e1984ebd3a54254f16d008011b3be8c29a3b9f1e3a033d61cdb15 WHIRLPOOL bc4b20fb9c4bb60db0c75a9009d913b694fad445674e4e7ded6388cdcc18e1386b4744835a11588daf412dddbc9b6a5a436f294db8b4c0d801f39245b9bc6d5a
+DIST halibut-1.2.tar.gz 991975 SHA256 1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f SHA512 b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc WHIRLPOOL 1ff682b819c35e2fbee52bddff04d1653109ff7f9efb0ca07a4a39c6de729c91f22c1259c32cacd1a0b347b64af1e856629ce379595ccd6aa93bceda4526c094
diff --git a/app-doc/halibut/halibut-1.2.ebuild b/app-doc/halibut/halibut-1.2.ebuild
new file mode 100644
index 00000000000..5a7b3c9d44f
--- /dev/null
+++ b/app-doc/halibut/halibut-1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="yet another free document preparation system"
+HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
+SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_compile() {
+ tc-export CC
+ CFLAGS="${CFLAGS}" \
+ CPPFLAGS="${CPPFLAGS}" \
+ LFLAGS="${LDFLAGS}" \
+ BUILDDIR="${S}/build" \
+ VERSION="${PV}" \
+ emake || die "make failed"
+ emake -C doc || die "make in doc failed"
+}
+
+DOCS=( doc/halibut.txt )
+HTML_DOCS=(
+ doc/index.html
+ doc/IndexPage.html
+ doc/input.html
+ doc/intro.html
+ doc/licence.html
+ doc/manpage.html
+ doc/output.html
+ doc/running.html
+)
+
+src_install() {
+ dobin build/halibut
+ doman doc/halibut.1
+ doinfo doc/halibut.info
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2017-11-19 12:26 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-11-19 12:26 UTC (permalink / raw
To: gentoo-commits
commit: de0644019c9a695eb6da7aae02d9c4c75e6e5a0c
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 12:25:20 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 12:26:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de064401
app-doc/halibut: stable 1.2 for ppc, bug #631752
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
app-doc/halibut/halibut-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.2.ebuild b/app-doc/halibut/halibut-1.2.ebuild
index 5a7b3c9d44f..7acefbd01bc 100644
--- a/app-doc/halibut/halibut-1.2.ebuild
+++ b/app-doc/halibut/halibut-1.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE=""
src_compile() {
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2017-12-16 10:31 Tobias Klausmann
0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann @ 2017-12-16 10:31 UTC (permalink / raw
To: gentoo-commits
commit: 243bf0c366cfc594fcb240df9d412991112c57d0
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 10:29:41 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 10:31:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243bf0c3
app-doc/halibut-1.2-r0: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/631752
app-doc/halibut/halibut-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.2.ebuild b/app-doc/halibut/halibut-1.2.ebuild
index 7acefbd01bc..53a993fbae5 100644
--- a/app-doc/halibut/halibut-1.2.ebuild
+++ b/app-doc/halibut/halibut-1.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE=""
src_compile() {
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2020-09-26 14:33 Aaron Bauman
0 siblings, 0 replies; 16+ messages in thread
From: Aaron Bauman @ 2020-09-26 14:33 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2021-12-12 14:23 Yixun Lan
0 siblings, 0 replies; 16+ messages in thread
From: Yixun Lan @ 2021-12-12 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 8de645de47ad9961d308ac8604b4fcd5565d4829
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Dec 9 16:52:36 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 14:21:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de645de
app-doc/halibut: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-doc/halibut/halibut-1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/halibut/halibut-1.2.ebuild b/app-doc/halibut/halibut-1.2.ebuild
index 933b648f2be5..087a75224d41 100644
--- a/app-doc/halibut/halibut-1.2.ebuild
+++ b/app-doc/halibut/halibut-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-05-30 17:15 Anthony G. Basile
0 siblings, 0 replies; 16+ messages in thread
From: Anthony G. Basile @ 2022-05-30 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 2a7a1df7c7afda6310e80ba1793c0d561f773a94
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 17:14:49 2022 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon May 30 17:14:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7a1df7
app-doc/halibut: version bump to 1.3 for security bug #847985
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
app-doc/halibut/Manifest | 1 +
app-doc/halibut/halibut-1.3.ebuild | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest
index 60172836132e..20f9a931aeb7 100644
--- a/app-doc/halibut/Manifest
+++ b/app-doc/halibut/Manifest
@@ -1 +1,2 @@
DIST halibut-1.2.tar.gz 991975 BLAKE2B e5751d2f90968240825e3ddadbc070de856f6a340e832bcf0977fb8d31f7b7c8eefa776f3bba4df58641d22cca7e9ac562eef236069e1d9a8e9cdb41324a7376 SHA512 b04cc5c52f2d7cd2bb9a36a1aa896c6a4fd11bcfc5fad3d9c74576bf2576ce237cd7ac3ceeff3bd10dfd5a229614d06d23323509d3a83ff74b4a1965e1d726fc
+DIST halibut-1.3.tar.gz 995916 BLAKE2B 78a4409ff1f787134f7cd4eb307e77c81865a2591b55b359b0ef7a45b303cd361f85d344972714dfe8b3e823345de715d99ea542bf3cdf63d6d92548d027c27b SHA512 872f0cdb398002843d7e1b19f6eaf80ff848ce5ffee8653fa88da63c57e89efcbfaadc09b476280d25d38136f7d8af286fa98b9b36598515e0eb50f1945ee34a
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
new file mode 100644
index 000000000000..934fae0662c7
--- /dev/null
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 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="~amd64 ~ppc ~riscv ~x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-05-31 7:09 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2022-05-31 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 4bd5f1ecc9d701f4e4a783c67b4f797cbd5accf3
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:09:35 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:09:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd5f1ec
app-doc/halibut: amd64 stable wrt bug #848528
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 934fae0662c7..e890aa063224 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~riscv ~x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-05-31 7:11 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2022-05-31 7:11 UTC (permalink / raw
To: gentoo-commits
commit: c2d8941a53df05904ed5d5e2df2cd026882b3c3b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:10:46 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:10:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d8941a
app-doc/halibut: ppc stable wrt bug #848528
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index e890aa063224..656d06313ef7 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ppc ~riscv ~x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-05-31 7:12 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2022-05-31 7:12 UTC (permalink / raw
To: gentoo-commits
commit: e59e4f11cb72d05e8bbd6e69f872bc22790425e2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:12:06 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:12:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59e4f11
app-doc/halibut: x86 stable wrt bug #848528
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 656d06313ef7..92b0a35179b3 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc ~riscv ~x86"
+KEYWORDS="amd64 ppc ~riscv x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-07-22 17:55 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-07-22 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 0dab9c183de681ccc7a967f72ed66eded6d536a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 17:55:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 17:55:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dab9c18
app-doc/halibut: Keyword 1.3 ppc64, #857231
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 92b0a35179b3..d4eb16bc2191 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc ~riscv x86"
+KEYWORDS="amd64 ppc ~ppc64 ~riscv x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-07-29 6:33 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-07-29 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 751df6c5bb2dc29a862d407d7d065dc2d3e5add8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 06:32:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 06:32:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751df6c5
app-doc/halibut: Keyword 1.3 sparc, #857231
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index d4eb16bc2191..2223d7aac8d4 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ppc ~ppc64 ~riscv ~sparc x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-07-29 10:26 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-07-29 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 25ccdfb4b65bdaa4a9d29bcff781a55260dfee24
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 10:25:55 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 10:25:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ccdfb4
app-doc/halibut: Keyword 1.3 hppa, #857231
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 2223d7aac8d4..18cdc5e99041 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-07-29 11:58 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-07-29 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 9fc7cf9dfbd68dec4605daa1238f134b6a4cc41f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 11:58:20 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 11:58:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc7cf9d
app-doc/halibut: Keyword 1.3 arm64, #857231
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 18cdc5e99041..e21b799610c2 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-09-10 4:46 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-09-10 4:46 UTC (permalink / raw
To: gentoo-commits
commit: 53ce818fc4d98e87899b38b8b63892174443a912
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 04:45:42 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 04:45:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ce818f
app-doc/halibut: Stabilize 1.3 sparc, #869317
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index e21b799610c2..6a663e01a2d2 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 ~riscv sparc x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-09-17 5:38 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2022-09-17 5:38 UTC (permalink / raw
To: gentoo-commits
commit: e96646a6b65eb6c02a83c1f8cfa9a235dbe1cdca
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 05:38:07 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 05:38:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96646a6
app-doc/halibut: Stabilize 1.3 ppc64, #869317
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 6a663e01a2d2..034ef9412df8 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/
@ 2022-09-19 6:42 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2022-09-19 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 251f133c246463a56461d1c02c514825cacba750
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Sep 17 03:41:04 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 06:42:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251f133c
app-doc/halibut: Keyword 1.3 alpha, #857231
Closes: https://github.com/gentoo/gentoo/pull/27295
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-doc/halibut/halibut-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/halibut/halibut-1.3.ebuild b/app-doc/halibut/halibut-1.3.ebuild
index 034ef9412df8..8cbdd5b43cbe 100644
--- a/app-doc/halibut/halibut-1.3.ebuild
+++ b/app-doc/halibut/halibut-1.3.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2022-09-19 6:42 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-30 17:15 [gentoo-commits] repo/gentoo:master commit in: app-doc/halibut/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2022-09-19 6:42 Michał Górny
2022-09-17 5:38 Arthur Zamarin
2022-09-10 4:46 Sam James
2022-07-29 11:58 Arthur Zamarin
2022-07-29 10:26 Arthur Zamarin
2022-07-29 6:33 Arthur Zamarin
2022-07-22 17:55 Sam James
2022-05-31 7:12 Agostino Sarubbo
2022-05-31 7:11 Agostino Sarubbo
2022-05-31 7:09 Agostino Sarubbo
2021-12-12 14:23 Yixun Lan
2020-09-26 14:33 Aaron Bauman
2017-12-16 10:31 Tobias Klausmann
2017-11-19 12:26 Sergei Trofimovich
2017-05-16 14:20 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox