[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2021-10-14 Thread Sam James
commit: df8d12715836c4466bf64c9639590015306e35e1
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 14 07:58:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 14 07:58:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8d1271

dev-ml/ocamlweb: add missing DEPEND

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocamlweb/{ocamlweb-1.41.ebuild => ocamlweb-1.41-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild
similarity index 97%
rename from dev-ml/ocamlweb/ocamlweb-1.41.ebuild
rename to dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild
index 1cd6b57b27b..0e13362dc9e 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild
@@ -19,12 +19,13 @@ RESTRICT="!test? ( test )"
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base
dev-texlive/texlive-latexextra"
+RDEPEND="${DEPEND}"
 BDEPEND="test? ( dev-tex/hevea )"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.41-strip.patch"
"${FILESDIR}/${PN}-1.41-ocaml-4.08.0.patch"
-   )
+)
 
 QA_FLAGS_IGNORED=/usr/bin/ocamlweb
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/files/

2021-03-14 Thread Conrad Kostecki
commit: 6a4a7de52e3bf3d09df73b2bb457eb62454497ef
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 14 16:48:35 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 14 18:57:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4a7de5

dev-ml/ocamlweb: remove unused patch

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch 
b/dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch
deleted file mode 100644
index 393391fe52c..000
--- a/dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: ocamlweb-1.37/Makefile.in
-===
 ocamlweb-1.37.orig/Makefile.in
-+++ ocamlweb-1.37/Makefile.in
-@@ -61,14 +61,12 @@ byte: ocamlweb.byte
- 
- ocamlweb: $(CAML_CMX) $(CAMLLEX_CMX) $(CMX)
-   $(CAMLCOPT) $(OPTFLAGS) -o $@ $(CAML_CMX) $(CAMLLEX_CMX) $(CMX)
--  strip ocamlweb
- 
- ocamlweb.byte: $(CAML_CMO) $(CAMLLEX_CMO) $(CMO)
-   $(CAMLC) $(BYTEFLAGS) -o $@ $(CAML_CMO) $(CAMLLEX_CMO) $(CMO)
- 
- ocamlweb.static: $(CAML_CMX) $(CAMLLEX_CMX) $(CMX)
-   $(CAMLCOPT) $(OPTFLAGS) -cclib -static -o $@ $(CAML_CMX) $(CAMLLEX_CMX) 
$(CMX)
--  strip $@
- 
- debug: $(CAML_CMO) $(CAMLLEX_CMO) $(CMO)
-   $(CAMLC) $(BYTEFLAGS) -o ocamlweb-debug $(CAML_CMO) $(CAMLLEX_CMO) 
$(CMO)



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2021-02-10 Thread Sam James
commit: 09a6797c920163a4ee85099360f893d35bbcee16
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 10 16:32:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 10 16:32:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a6797c

dev-ml/ocamlweb: Stabilize 1.41 ppc64, #769317

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index 9f050ccea33..b704712e342 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2021-01-26 Thread Alfredo Tupone
commit: 431fb755cd482a5ef96383a19fad296c4ab71e4d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Jan 26 20:54:56 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Jan 26 20:54:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431fb755

dev-ml/ocamlweb: add test dep

Closes: https://bugs.gentoo.org/767355
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index e8734f05f47..9f050ccea33 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -12,11 +12,14 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
 
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base
-   dev-texlive/texlive-latexextra
-   "
+   dev-texlive/texlive-latexextra"
+BDEPEND="test? ( dev-tex/hevea )"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.41-strip.patch"
@@ -26,7 +29,7 @@ PATCHES=(
 QA_FLAGS_IGNORED=/usr/bin/ocamlweb
 
 src_compile() {
-   emake
+   default
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2021-01-26 Thread Alfredo Tupone
commit: 7b849228e886e86fc0ba4c47f72e6813388640d5
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Jan 26 17:47:24 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Jan 26 17:47:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b849228

dev-ml/ocamlweb: QA Flags ignored

Closes: https://bugs.gentoo.org/748759
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ocamlweb/metadata.xml | 4 
 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/metadata.xml b/dev-ml/ocamlweb/metadata.xml
index a4f6be63adb..e24f3283a00 100644
--- a/dev-ml/ocamlweb/metadata.xml
+++ b/dev-ml/ocamlweb/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   m...@gentoo.org
+   ML
+   

gie...@gentoo.org
Mark Wright

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index 74561b53a6b..e8734f05f47 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.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=7
@@ -23,6 +23,8 @@ PATCHES=(
"${FILESDIR}/${PN}-1.41-ocaml-4.08.0.patch"
)
 
+QA_FLAGS_IGNORED=/usr/bin/ocamlweb
+
 src_compile() {
emake
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2020-11-01 Thread Sam James
commit: da44a1f4fff56c9fb3a8f1a93c55549b7d75ab8f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  1 11:58:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  1 11:58:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da44a1f4

dev-ml/ocamlweb: Stabilize 1.41 amd64, #750284

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index cd45a00ead0..74561b53a6b 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2020-10-27 Thread Sam James
commit: 3ba82e2dbd00ba55d426b6b076db5289cb5361eb
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 28 03:35:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 28 03:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba82e2d

dev-ml/ocamlweb: ppc64 keyworded (bug #748576)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index 84413722671..cd45a00ead0 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2020-10-26 Thread Sam James
commit: 03f237cca62fe8c07028fad1e32ccadb66a85d23
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 21:17:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 21:18:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f237cc

dev-ml/ocamlweb: Stabilize 1.41 ppc, #750284

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index 0d05e53f689..84413722671 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2020-10-25 Thread Thomas Deutschmann
commit: 6a1fb47e9ed2da493798215b85e426a4f7aa3604
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 20:13:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 20:14:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1fb47e

dev-ml/ocamlweb: x86 stable (bug #750284)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index 1024343cc3c..0d05e53f689 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
 
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/, dev-ml/ocamlweb/files/

2020-10-13 Thread Mark Wright
commit: 91ea1ee6f5e63abcf31fea6f173a8ba14f225c3e
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Oct 13 12:18:53 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Oct 13 12:53:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ea1ee6

dev-ml/ocamlweb: Bump to 1.41

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright  gentoo.org>

 dev-ml/ocamlweb/Manifest   |  1 +
 .../files/ocamlweb-1.41-ocaml-4.08.0.patch | 53 ++
 dev-ml/ocamlweb/files/ocamlweb-1.41-strip.patch| 17 +++
 dev-ml/ocamlweb/metadata.xml   |  5 +-
 dev-ml/ocamlweb/ocamlweb-1.41.ebuild   | 33 ++
 5 files changed, 108 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/Manifest b/dev-ml/ocamlweb/Manifest
index ca143964703..90aa548d553 100644
--- a/dev-ml/ocamlweb/Manifest
+++ b/dev-ml/ocamlweb/Manifest
@@ -1 +1,2 @@
 DIST ocamlweb-1.39.tar.gz 141866 BLAKE2B 
14ab9c595133d34d9711da2232fdf6a89a7b134ec2537e70d6ee6ecbfdb19a8bfb6a1a7aed6207cbb1bbe1f5e7b651d33fed35d8f26129d69e29dc5995d5c342
 SHA512 
f4e2d330222378b632ace70efb7062c93002a85db6dc9a821706a76a1e1c00da4d4e82e618f162584003b821bc72d2d11508ae22474db61cc4367ed528d21d50
+DIST ocamlweb-1.41.tar.gz 141844 BLAKE2B 
b89b20bdc8b99d34069b2e32a6bd8c9684e294fba667a4b74080b34f37c6d90432c61e71e27f4f1772cda8a26891655bd99a21defa584f4a1c68ae1e0d58d454
 SHA512 
7a6403f8b0de3feeef9657e8aff10e6f1fe29edc400ce3f11c6435d6350314423fb74e192e4275a9ad47170019d6a960daf74f245539f0f3f2a6072cc7195442

diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.41-ocaml-4.08.0.patch 
b/dev-ml/ocamlweb/files/ocamlweb-1.41-ocaml-4.08.0.patch
new file mode 100644
index 000..b8da9e02b03
--- /dev/null
+++ b/dev-ml/ocamlweb/files/ocamlweb-1.41-ocaml-4.08.0.patch
@@ -0,0 +1,53 @@
+From: Stephane Glondu 
+Date: Fri, 6 Sep 2019 09:53:22 +0200
+Subject: Fix compilation with OCaml 4.08.0
+
+---
+ web.ml | 18 ++
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+diff --git a/web.ml b/web.ml
+index 7dc1470..6f9ca51 100644
+--- a/web.ml
 b/web.ml
+@@ -247,14 +247,16 @@ let norm_string s =
+ 
+ let alpha_string s1 s2 =
+   match what_is_first_char s1, what_is_first_char s2 with
+-| Symbol, Symbol -> s1 < s2
+-| Symbol, _ -> true
+-| _, Symbol -> false
+-| _,_ -> norm_string s1 < norm_string s2
++| Symbol, Symbol -> compare s1 s2
++| Symbol, _ -> -1
++| _, Symbol -> 1
++| _,_ -> compare (norm_string s1) (norm_string s2)
++
++let ( ++ ) c1 c2 =
++  if c1 = 0 then c2 else c1
+ 
+ let order_entry e1 e2 =
+-  (alpha_string e1.e_name e2.e_name) ||
+-  (e1.e_name = e2.e_name && e1.e_type < e2.e_type)
++  alpha_string e1.e_name e2.e_name ++ compare e1.e_type e2.e_type
+ 
+ (*s The following function collects all the index entries and sort them
+ using [alpha_string], returning a list. *)
+@@ -264,7 +266,7 @@ module Idset = Set.Make(struct type t = index_entry let 
compare = compare end)
+ let all_entries () =
+   let s = Idmap.fold (fun x _ s -> Idset.add x s) !used Idset.empty in
+   let s = Idmap.fold (fun x _ s -> Idset.add x s) !defined s in
+-  Sort.list order_entry (Idset.elements s)
++  List.sort order_entry (Idset.elements s)
+ 
+ 
+ (*s When we are in \LaTeX\ style, an index entry only consists in two lists
+@@ -324,7 +326,7 @@ let list_in_table id t =
+   try
+ let l = Whereset.elements (Idmap.find id t) in
+ let l = map_succeed_nf find_where l in
+-let l = Sort.list (fun x x' -> snd x < snd x') l in
++let l = List.sort (fun x x' -> compare (snd x) (snd x')) l in
+ uniquize l
+   with Not_found ->
+ []

diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.41-strip.patch 
b/dev-ml/ocamlweb/files/ocamlweb-1.41-strip.patch
new file mode 100644
index 000..1cb407a4a51
--- /dev/null
+++ b/dev-ml/ocamlweb/files/ocamlweb-1.41-strip.patch
@@ -0,0 +1,17 @@
+--- ocamlweb-1.41-orig/Makefile.in 2019-01-25 20:54:14.0 +1100
 ocamlweb-1.41/Makefile.in  2020-10-12 19:49:20.490860201 +1100
+@@ -61,14 +61,12 @@
+ 
+ ocamlweb: $(CAML_CMX) $(CAMLLEX_CMX) $(CMX)
+   $(CAMLCOPT) $(OPTFLAGS) -o $@ -I +compiler-libs ocamloptcomp.cmxa 
$(CAML_CMX) $(CAMLLEX_CMX) $(CMX)
+-  strip ocamlweb
+ 
+ ocamlweb.byte: $(CAML_CMO) $(CAMLLEX_CMO) $(CMO)
+   $(CAMLC) $(BYTEFLAGS) -o $@ $(CAML_CMO) $(CAMLLEX_CMO) $(CMO)
+ 
+ ocamlweb.static: $(CAML_CMX) $(CAMLLEX_CMX) $(CMX)
+   $(CAMLCOPT) $(OPTFLAGS) -cclib -static -o $@ $(CAML_CMX) $(CAMLLEX_CMX) 
$(CMX)
+-  strip $@
+ 
+ debug: $(CAML_CMO) $(CAMLLEX_CMO) $(CMO)
+   $(CAMLC) $(BYTEFLAGS) -o ocamlweb-debug $(CAML_CMO) $(CAMLLEX_CMO) 
$(CMO)

diff --git a/dev-ml/ocamlweb/metadata.xml b/dev-ml/ocamlweb/metadata.xml
index 6f49eba8f49..a4f6be63adb 100644
--- a/dev-ml/ocamlweb/metadata.xml
+++ b/dev-ml/ocamlweb/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   gie...@gentoo.org

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2019-12-13 Thread Mikle Kolyada
commit: 6070f28fdc5e874c427bdfede346b1b0796c6aa6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 13 20:02:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 13 20:02:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6070f28f

dev-ml/ocamlweb: port to EAPI=7

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

 dev-ml/ocamlweb/ocamlweb-1.39.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
index 96baba9aa4c..b9f6962912a 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit latex-package eutils base
+inherit latex-package
 
 DESCRIPTION="O'Caml literate programming tool"
 HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/;
 SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
-IUSE=""
-
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2018-12-15 Thread Mikle Kolyada
commit: 3fe2bcda9d1ca9abfbf98de1307f1f2aac87f33a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 15 09:18:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 15 09:19:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe2bcda

dev-ml/ocamlweb: amd64 stable wrt bug #672444

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

 dev-ml/ocamlweb/ocamlweb-1.39.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
index 7862a02a4f0..96baba9aa4c 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ IUSE=""
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 
 DEPEND=">=dev-lang/ocaml-3.09:=
virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2017-06-26 Thread Alexis Ballier
commit: af70ea10778c8e5b556090007a8e4045b39ea36a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 26 17:58:31 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 26 19:05:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af70ea10

dev-ml/ocamlweb: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocamlweb/ocamlweb-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
index f09e964b4ca..7862a02a4f0 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
@@ -13,7 +13,7 @@ IUSE=""
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 
 DEPEND=">=dev-lang/ocaml-3.09:=
virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

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

dev-ml/ocamlweb: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocamlweb/Manifest|  1 -
 dev-ml/ocamlweb/ocamlweb-1.38-r1.ebuild | 35 -
 2 files changed, 36 deletions(-)

diff --git a/dev-ml/ocamlweb/Manifest b/dev-ml/ocamlweb/Manifest
index 1cddc07..160706f 100644
--- a/dev-ml/ocamlweb/Manifest
+++ b/dev-ml/ocamlweb/Manifest
@@ -1,2 +1 @@
-DIST ocamlweb-1.38.tar.gz 143938 SHA256 
0aef852953fc21517ba1b05e0ca3f4db1368780c191e999a3742193c5534696d SHA512 
5b7587bf01d664d47cc73e442920a925020387225a8192be0f34724d5933ebf433109ed9b3e24029c3206a427ad5ff6d51319a8bcb7b074cc93e97864ad06a91
 WHIRLPOOL 
fd07ecbff91ff6cec1de3755cda872ce4977d767fad368328c7bbf7504098ba6bd2bda7f8277adb677b157fad9448c26460b509e98f315d0a2d8b8f5accf76cc
 DIST ocamlweb-1.39.tar.gz 141866 SHA256 
c52a7bff5fc9535829a0bdf0345c35590dddb4c020095bff6c62fdcb16102b07 SHA512 
f4e2d330222378b632ace70efb7062c93002a85db6dc9a821706a76a1e1c00da4d4e82e618f162584003b821bc72d2d11508ae22474db61cc4367ed528d21d50
 WHIRLPOOL 
b6ad8f4c417bb8f8fd3ea55a1fd61df6c930b17567e722ed654fdf53df6247f99c3250286e01c706c67cfc030d86b9a608f5603e67ef69e4c0bcd6c519afe579

diff --git a/dev-ml/ocamlweb/ocamlweb-1.38-r1.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.38-r1.ebuild
deleted file mode 100644
index 1932bd2..
--- a/dev-ml/ocamlweb/ocamlweb-1.38-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit latex-package eutils base
-
-DESCRIPTION="O'Caml literate programming tool"
-HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/;
-SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
-
-IUSE=""
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-
-DEPEND=">=dev-lang/ocaml-3.09:=
-   virtual/latex-base
-   dev-texlive/texlive-latexextra
-   "
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.37-strip.patch"
-   )
-
-src_compile() {
-   emake
-}
-
-src_install() {
-   emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" 
BASETEXDIR="${D}/${TEXMF}" install
-   dodoc README CHANGES
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/

2017-01-25 Thread Agostino Sarubbo
commit: 9b3552edffa54bc19a0b5714ef52b57abece5486
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 25 10:57:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 25 10:57:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3552ed

dev-ml/ocamlweb: x86 stable wrt bug #607046

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

 dev-ml/ocamlweb/ocamlweb-1.39.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
index 1c411c9..566cc1a 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.39.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$
 
@@ -14,7 +14,7 @@ IUSE=""
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND=">=dev-lang/ocaml-3.09:=
virtual/latex-base