[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2023-12-28 Thread Arthur Zamarin
commit: b2b3a4f9bceb975d286b5ce4bb976abdb9e8330f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 06:58:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 06:58:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b3a4f9

dev-tex/bibtex2html: Keyword 1.99 arm64, #920857

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
index d08b08b2ae64..333d0859a971 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 RESTRICT="test"
 
 # With use doc we need a latex compiler to generate manual.pdf



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2020-07-31 Thread Mikle Kolyada
commit: f39e49783b5b691ff9e9cca77f6a3f8df516de5c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 31 18:32:53 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jul 31 18:32:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39e4978

dev-tex/bibtex2html: Drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-tex/bibtex2html/Manifest|  1 -
 dev-tex/bibtex2html/bibtex2html-1.98.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/dev-tex/bibtex2html/Manifest b/dev-tex/bibtex2html/Manifest
index ce81f299e2c..f87d9f0 100644
--- a/dev-tex/bibtex2html/Manifest
+++ b/dev-tex/bibtex2html/Manifest
@@ -1,2 +1 @@
-DIST bibtex2html-1.98.tar.gz 92719 BLAKE2B 
d9846c1ee03c7f003fe9acf586a0833715f8fc0a675ca4d3d2b2f070206aa81112ce5de1ce84c17fad4f3f5b5972bc6820b67428c73c56709875b2574b03cf19
 SHA512 
7d8480ed87bef74a1e0c970446fba4d30b103df3e78f127a051efff875032ac7f52d3d6baab0c6a2fc67ca11f3d558d7be4439311934f99067993b5891ff6ad4
 DIST bibtex2html-1.99.tar.gz 93073 BLAKE2B 
9cf7f98f9f8ef6f82bd54554482ac8130e88b98e845a6b66a52f7c6bfac326136d3c04b60801f4b1e607818bc0516f9ff75e206e31c531ce7a36217534a40d4a
 SHA512 
70f7465bd51ad3ddb40297edd7b50732088d150692f53f33b2dff276a8d223d972f0935f30fc731fdb3bc693275743420eb0d670109054c1e170fbb49015bbeb

diff --git a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
deleted file mode 100644
index 40fff567480..000
--- a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-IUSE="doc +ocamlopt"
-
-DESCRIPTION="A bibtex to HTML converter"
-SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
-HOMEPAGE="https://www.lri.fr/~filliatr/bibtex2html/;
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-RESTRICT="test"
-
-# With use doc we need a latex compiler to generate manual.pdf
-# hevea is used for manual.html
-# manual.tex needs fullpage.sty
-DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]
-   doc? ( virtual/latex-base
-   dev-texlive/texlive-latexextra
-   dev-tex/hevea )"
-# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
-RDEPEND="virtual/latex-base"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.88-destdir.patch"
-   # Avoid pre-stripped files
-   sed -i -e "s/strip/true/" Makefile.in
-   # For make install
-   use ocamlopt || sed -i 's/= opt /= noopt /' Makefile.in
-}
-
-src_compile() {
-   export VARTEXFONTS="${T}/fonts"
-   if use ocamlopt ; then
-   emake opt
-   else
-   emake byte
-   fi
-   if use doc; then
-   emake doc
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc README CHANGES
-   if use doc; then
-   dodoc manual.pdf
-   dohtml manual.html
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2020-02-11 Thread Agostino Sarubbo
commit: 2713f42a348553fd122ae9e702a38655e967edbc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:29:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:29:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2713f42a

dev-tex/bibtex2html: ppc stable wrt bug #708936

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
index d7f9e082cf9..1d19899179b 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 RESTRICT="test"
 
 # With use doc we need a latex compiler to generate manual.pdf



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2020-02-11 Thread Agostino Sarubbo
commit: 03c3cadaabe591c986379e3e2cb85e09b8241123
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:08:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c3cada

dev-tex/bibtex2html: amd64 stable wrt bug #708936

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
index 92aaae2c967..d7f9e082cf9 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 RESTRICT="test"
 
 # With use doc we need a latex compiler to generate manual.pdf



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2020-02-11 Thread Agostino Sarubbo
commit: 327eceb05015a9c0eb46a9e6d20ae1104b29dd1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:50:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:50:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327eceb0

dev-tex/bibtex2html: x86 stable wrt bug #708936

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
index 8ebac2b7cc6..92aaae2c967 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 RESTRICT="test"
 
 # With use doc we need a latex compiler to generate manual.pdf



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2020-01-05 Thread Johannes Huber
commit: c609cb8e320e87075ed73c6704be2d810b4933e4
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jan  5 12:06:53 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jan  5 12:06:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c609cb8e

dev-tex/bibtex2html: Version bump 1.99

Closes: https://bugs.gentoo.org/704108
Closes: https://github.com/gentoo/gentoo/pull/14239
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber  gentoo.org>
Reviewed-by: Andreas Sturmlechner  gentoo.org>

 dev-tex/bibtex2html/Manifest|  1 +
 dev-tex/bibtex2html/bibtex2html-1.99.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-tex/bibtex2html/Manifest b/dev-tex/bibtex2html/Manifest
index 2f37c73af86..ce81f299e2c 100644
--- a/dev-tex/bibtex2html/Manifest
+++ b/dev-tex/bibtex2html/Manifest
@@ -1 +1,2 @@
 DIST bibtex2html-1.98.tar.gz 92719 BLAKE2B 
d9846c1ee03c7f003fe9acf586a0833715f8fc0a675ca4d3d2b2f070206aa81112ce5de1ce84c17fad4f3f5b5972bc6820b67428c73c56709875b2574b03cf19
 SHA512 
7d8480ed87bef74a1e0c970446fba4d30b103df3e78f127a051efff875032ac7f52d3d6baab0c6a2fc67ca11f3d558d7be4439311934f99067993b5891ff6ad4
+DIST bibtex2html-1.99.tar.gz 93073 BLAKE2B 
9cf7f98f9f8ef6f82bd54554482ac8130e88b98e845a6b66a52f7c6bfac326136d3c04b60801f4b1e607818bc0516f9ff75e206e31c531ce7a36217534a40d4a
 SHA512 
70f7465bd51ad3ddb40297edd7b50732088d150692f53f33b2dff276a8d223d972f0935f30fc731fdb3bc693275743420eb0d670109054c1e170fbb49015bbeb

diff --git a/dev-tex/bibtex2html/bibtex2html-1.99.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
new file mode 100644
index 000..8ebac2b7cc6
--- /dev/null
+++ b/dev-tex/bibtex2html/bibtex2html-1.99.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+IUSE="doc +ocamlopt"
+
+DESCRIPTION="A bibtex to HTML converter"
+HOMEPAGE="https://www.lri.fr/~filliatr/bibtex2html/;
+SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+RESTRICT="test"
+
+# With use doc we need a latex compiler to generate manual.pdf
+# hevea is used for manual.html
+# manual.tex needs fullpage.sty
+DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]
+   doc? ( virtual/latex-base
+   dev-texlive/texlive-latexextra
+   dev-tex/hevea )"
+# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
+RDEPEND="virtual/latex-base"
+
+PATCHES=( "${FILESDIR}/${PN}-1.88-destdir.patch" )
+
+src_prepare() {
+   default
+   # Avoid pre-stripped files
+   sed -i -e "s/strip/true/" Makefile.in || die
+   # For make install
+   use ocamlopt || sed -i 's/= opt /= noopt /' Makefile.in || die
+}
+
+src_compile() {
+   export VARTEXFONTS="${T}/fonts"
+   if use ocamlopt ; then
+   emake opt
+   else
+   emake byte
+   fi
+   if use doc; then
+   emake doc
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc README CHANGES
+   if use doc; then
+   dodoc -r manual.{pdf,html}
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2018-05-04 Thread Aaron Bauman
commit: 948819dc77fa8c4833defdc5ce27d8b5f0f45614
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May  1 12:01:21 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 01:37:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948819dc

dev-tex/bibtex2html: use HTTPS

 dev-tex/bibtex2html/bibtex2html-1.98.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
index 7e5e4b73a35..40fff567480 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit eutils
 IUSE="doc +ocamlopt"
 
 DESCRIPTION="A bibtex to HTML converter"
-SRC_URI="http://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
-HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/;
+SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
+HOMEPAGE="https://www.lri.fr/~filliatr/bibtex2html/;
 
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2017-01-26 Thread Alexis Ballier
commit: e03e8eb0fe0af0fb6541c830db92ab3065203c6d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jan 26 11:44:32 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jan 26 11:44:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03e8eb0

dev-tex/bibtex2html: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/bibtex2html/Manifest|  1 -
 dev-tex/bibtex2html/bibtex2html-1.97.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/dev-tex/bibtex2html/Manifest b/dev-tex/bibtex2html/Manifest
index fd578ed..edb5bca 100644
--- a/dev-tex/bibtex2html/Manifest
+++ b/dev-tex/bibtex2html/Manifest
@@ -1,2 +1 @@
-DIST bibtex2html-1.97.tar.gz 94887 SHA256 
99b5b66a729fd2928ee4d9d7d8397e36b684def4be9ee2746233006501c8e314 SHA512 
001611bd763e4d91a926bc230341983b7feb1dd59687e1d64896607be54b206878ba4e163750b2d3f88e2e16cdac53a0e2ea70cc6e7ccf57262e368a7b067208
 WHIRLPOOL 
d4531578214f4f21b44572750bdb7a69fa456303ee0876576b09f91504163b7aa3a72f30d6074a684634348d74a1dde7cc8fbcec31019be44b75835a0251b715
 DIST bibtex2html-1.98.tar.gz 92719 SHA256 
e925a0b97bf87a14bcbda95cac269835cd5ae0173504261f2c60e3c46a8706d6 SHA512 
7d8480ed87bef74a1e0c970446fba4d30b103df3e78f127a051efff875032ac7f52d3d6baab0c6a2fc67ca11f3d558d7be4439311934f99067993b5891ff6ad4
 WHIRLPOOL 
e0a56cf31090012305140e11f46191a50d4949fbee1d179cdb9f56e216e5fcae05f60e4457de88cbc771a512f3b7b054a781ee604a1b25640eb810ff33224f1a

diff --git a/dev-tex/bibtex2html/bibtex2html-1.97.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.97.ebuild
deleted file mode 100644
index 1488091..
--- a/dev-tex/bibtex2html/bibtex2html-1.97.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-IUSE="doc +ocamlopt"
-
-DESCRIPTION="A bibtex to HTML converter"
-SRC_URI="http://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz;
-HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/;
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-RESTRICT="test"
-
-# With use doc we need a latex compiler to generate manual.pdf
-# hevea is used for manual.html
-# manual.tex needs fullpage.sty
-DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]
-   doc? ( virtual/latex-base
-   dev-texlive/texlive-latexextra
-   dev-tex/hevea )"
-# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
-RDEPEND="virtual/latex-base"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.88-destdir.patch"
-   # Avoid pre-stripped files
-   sed -i -e "s/strip/true/" Makefile.in
-   # For make install
-   use ocamlopt || sed -i 's/= opt /= noopt /' Makefile.in
-}
-
-src_compile() {
-   export VARTEXFONTS="${T}/fonts"
-   if use ocamlopt ; then
-   emake opt
-   else
-   emake byte
-   fi
-   if use doc; then
-   emake doc
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc README CHANGES
-   if use doc; then
-   dodoc manual.pdf
-   dohtml manual.html
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtex2html/

2017-01-26 Thread Agostino Sarubbo
commit: f4d624735248255496b5ad402732b71559c5342d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 26 10:15:48 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 26 10:15:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d62473

dev-tex/bibtex2html: x86 stable wrt bug #607202

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tex/bibtex2html/bibtex2html-1.98.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild 
b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
index e0c694d..a061b5b 100644
--- a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
+++ b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/;
 SLOT="0"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 RESTRICT="test"
 
 # With use doc we need a latex compiler to generate manual.pdf