* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-01-10 17:02 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-01-10 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 75e9f9c111ba2c8b8270b3781f01efa77e890e18
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:00:54 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:01:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e9f9c1
dev-ml/jingoo: Adding it
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/Manifest | 1 +
dev-ml/jingoo/jingoo-1.4.2.ebuild | 19 +++++++++++++++++++
dev-ml/jingoo/metadata.xml | 11 +++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-ml/jingoo/Manifest b/dev-ml/jingoo/Manifest
new file mode 100644
index 00000000000..85cb0b3b3ba
--- /dev/null
+++ b/dev-ml/jingoo/Manifest
@@ -0,0 +1 @@
+DIST jingoo-1.4.2.tar.gz 67611 BLAKE2B 5d2ead117863a2edd18320da4fa7539a7ebd6c537509b5cd37df3778d90c3459dde73d03d3d97b0ed64cfa4b7ef46f620e5638dd75f7e5b290340cc53761deea SHA512 d54d9114b87efdf49b81931b28ee2b61edbd984792c8371f7498b42175f574da7d2774b7b28702b62eeae704168e18c7e9283c4618045abc559b2d1d680e92ad
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
new file mode 100644
index 00000000000..80c36b42680
--- /dev/null
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OCaml template engine almost compatible with Jinja2."
+HOMEPAGE="https://github.com/tategakibunko/jingoo"
+SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-ml/ppx_deriving
+ dev-ml/uucp
+ dev-ml/uutf"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/dune"
diff --git a/dev-ml/jingoo/metadata.xml b/dev-ml/jingoo/metadata.xml
new file mode 100644
index 00000000000..1170eeb5070
--- /dev/null
+++ b/dev-ml/jingoo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Alfredo Tupone</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">tategakibunko/jingoo</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-01-10 20:59 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-01-10 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 785d5356c6a25c2fc4949f838ca8eb67008e010c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 20:59:02 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 20:59:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785d5356
dev-ml/jingoo: fix dependency
Closes: https://bugs.gentoo.org/764872
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 80c36b42680..0e217bc160c 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="dev-ml/ppx_deriving
dev-ml/uucp
- dev-ml/uutf"
+ dev-ml/uutf
+ dev-ml/menhir"
RDEPEND="${DEPEND}"
BDEPEND="dev-ml/dune"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-01-10 21:51 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-01-10 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 8fe3a2385807f96030cf7aca8e7f0262a27ed112
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:51:21 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:51:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe3a238
dev-ml/jingoo: fix test dep
Closes: https://bugs.gentoo.org/764878
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 0e217bc160c..0989a6b96f2 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -11,10 +11,13 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
-DEPEND="dev-ml/ppx_deriving
+RDEPEND="dev-ml/ppx_deriving
dev-ml/uucp
dev-ml/uutf
dev-ml/menhir"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit )"
BDEPEND="dev-ml/dune"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-01-11 7:47 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-01-11 7:47 UTC (permalink / raw
To: gentoo-commits
commit: fd7a5eecc0861f2097e5876a1ad48937a5e6f9f1
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 07:47:02 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 07:47:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7a5eec
dev-ml/jingoo: do not install in /usr/doc
Closes: https://bugs.gentoo.org/764890
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 0989a6b96f2..8243636f76a 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -21,3 +21,8 @@ RDEPEND="dev-ml/ppx_deriving
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
BDEPEND="dev-ml/dune"
+
+src_install() {
+ default
+ rm -r "${D}"/usr/doc || die
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-01-13 19:06 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-01-13 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 3532cae28cdc062da8ff9b76a88db6718fdcbd57
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 19:05:49 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 19:05:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3532cae2
dev-ml/jingoo: Add dependency
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 8243636f76a..4164b805b6a 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit dune
+
DESCRIPTION="OCaml template engine almost compatible with Jinja2."
HOMEPAGE="https://github.com/tategakibunko/jingoo"
SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
@@ -11,18 +13,13 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="dev-ml/ppx_deriving
dev-ml/uucp
dev-ml/uutf
+ dev-ml/re
dev-ml/menhir"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
-BDEPEND="dev-ml/dune"
-
-src_install() {
- default
- rm -r "${D}"/usr/doc || die
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-01-14 6:29 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-01-14 6:29 UTC (permalink / raw
To: gentoo-commits
commit: 211cb7d3753690ac27eb45a9faf313a8c5f23387
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 06:28:39 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 06:29:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211cb7d3
dev-ml/jingoo: ml maintain it
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ml/jingoo/metadata.xml b/dev-ml/jingoo/metadata.xml
index 1170eeb5070..3789f3a6331 100644
--- a/dev-ml/jingoo/metadata.xml
+++ b/dev-ml/jingoo/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Alfredo Tupone</name>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
</maintainer>
<upstream>
<remote-id type="github">tategakibunko/jingoo</remote-id>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-02-12 19:25 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2021-02-12 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 100bec7f419279ed9b01bbce1221d381d6af9f9a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 19:25:12 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 19:25:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100bec7f
dev-ml/jingoo: fix dep
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 4164b805b6a..666330ad24b 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-RDEPEND="dev-ml/ppx_deriving
- dev-ml/uucp
- dev-ml/uutf
- dev-ml/re
- dev-ml/menhir"
+RDEPEND="dev-ml/ppx_deriving:=
+ dev-ml/uucp:=
+ dev-ml/uutf:=
+ dev-ml/re:=
+ dev-ml/menhir:="
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-03-13 15:26 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-13 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 689b52fdb836717fce4001a8ed00c7965e248914
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 11:50:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 15:23:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689b52fd
dev-ml/jingoo: convert to dev-ml/ounit2 for tests
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 666330ad24b..21270b6af09 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -22,4 +22,11 @@ RDEPEND="dev-ml/ppx_deriving:=
dev-ml/re:=
dev-ml/menhir:="
DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
+ test? ( dev-ml/ounit2 )"
+
+src_prepare() {
+ default
+
+ # Port to dev-ml/ounit2
+ sed -i -e 's/oUnit/ounit2/' tests/dune.in || die
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-09-17 14:14 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2021-09-17 14:14 UTC (permalink / raw
To: gentoo-commits
commit: a08802c09ef30949af8c7dfdd3296fe75d093a97
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 14:14:14 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 14:14:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08802c0
dev-ml/jingoo: amd64 stable wrt bug #813153
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 21270b6af09..9c490bbd9f8 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2021-09-18 12:30 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2021-09-18 12:30 UTC (permalink / raw
To: gentoo-commits
commit: aeb744898c78cb692b6d0c22d355501db2862fcf
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 12:30:17 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 12:30:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb74489
dev-ml/jingoo: x86 stable wrt bug #813153
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index 9c490bbd9f8..7002d58653e 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2022-08-04 13:53 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2022-08-04 13:53 UTC (permalink / raw
To: gentoo-commits
commit: c107ea718ccf7c064567904731462692d78cbd47
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 4 13:53:04 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 13:53:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c107ea71
dev-ml/jingoo: fix dependency
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index cef6205ee582..fb7f96eea9f3 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,7 @@ RDEPEND="dev-ml/ppx_deriving:=
dev-ml/uucp:=
dev-ml/uutf:=
dev-ml/re:=
+ dev-ml/ocaml-migrate-parsetree:=
dev-ml/menhir:="
DEPEND="${RDEPEND}
test? ( dev-ml/ounit2 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2022-08-04 18:20 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2022-08-04 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 405a04e32cb0a9fffd7d4296f9a23135cd572b4c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 4 18:20:36 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 18:20:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405a04e3
dev-ml/jingoo: fix deps
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild
index fb7f96eea9f3..bb5fe92b8b4f 100644
--- a/dev-ml/jingoo/jingoo-1.4.2.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild
@@ -17,6 +17,7 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="dev-ml/ppx_deriving:=
+ dev-ml/ppxlib:=
dev-ml/uucp:=
dev-ml/uutf:=
dev-ml/re:=
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2023-01-23 7:57 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2023-01-23 7:57 UTC (permalink / raw
To: gentoo-commits
commit: b3e49c063005cf93c3895fc497a916c3bf9230b6
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 06:46:28 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 07:56:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e49c06
dev-ml/jingoo: bump to 1.4.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/jingoo/Manifest | 1 +
dev-ml/jingoo/jingoo-1.4.4.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-ml/jingoo/Manifest b/dev-ml/jingoo/Manifest
index 85cb0b3b3baf..9ea1662c15c1 100644
--- a/dev-ml/jingoo/Manifest
+++ b/dev-ml/jingoo/Manifest
@@ -1 +1,2 @@
DIST jingoo-1.4.2.tar.gz 67611 BLAKE2B 5d2ead117863a2edd18320da4fa7539a7ebd6c537509b5cd37df3778d90c3459dde73d03d3d97b0ed64cfa4b7ef46f620e5638dd75f7e5b290340cc53761deea SHA512 d54d9114b87efdf49b81931b28ee2b61edbd984792c8371f7498b42175f574da7d2774b7b28702b62eeae704168e18c7e9283c4618045abc559b2d1d680e92ad
+DIST jingoo-1.4.4.tar.gz 68818 BLAKE2B d6049e06dee9ff9bf3a649ce46aafb3c281c5bce312fd7f9723ee682da641e3664c699cc9eca8fb5dbd55540f3ad74b64268fcbc0e56f46a8af36ef2b3c7b996 SHA512 bb46c2cfdb98f188319ce60e0623c0e1e980ff44235029788bd2fb14c2ec3650866deadea9004abdcfa14b031f42bd2327341a60623bd4d86fb0e37c34a7935a
diff --git a/dev-ml/jingoo/jingoo-1.4.4.ebuild b/dev-ml/jingoo/jingoo-1.4.4.ebuild
new file mode 100644
index 000000000000..b5e10ddf85a2
--- /dev/null
+++ b/dev-ml/jingoo/jingoo-1.4.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml template engine almost compatible with Jinja2"
+HOMEPAGE="https://github.com/tategakibunko/jingoo/"
+SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-ml/menhir:=
+ dev-ml/ocaml-migrate-parsetree:=
+ dev-ml/ppx_deriving:=
+ dev-ml/ppxlib:=
+ dev-ml/re:=
+ dev-ml/uucp:=
+ dev-ml/uutf:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-ml/ounit2 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2023-03-17 2:29 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-03-17 2:29 UTC (permalink / raw
To: gentoo-commits
commit: 8d49a6b160372b8b5eddf6aa8e79ec58b2389b56
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 02:27:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 02:27:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d49a6b1
dev-ml/jingoo: Stabilize 1.4.4 x86, #901675
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.4.ebuild b/dev-ml/jingoo/jingoo-1.4.4.ebuild
index b5e10ddf85a2..b006bbcc0bd3 100644
--- a/dev-ml/jingoo/jingoo-1.4.4.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2023-03-17 6:50 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2023-03-17 6:50 UTC (permalink / raw
To: gentoo-commits
commit: b790692f681268f8b7cb8f8b195fc813014d84b9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 06:50:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 06:50:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b790692f
dev-ml/jingoo: Stabilize 1.4.4 amd64, #901675
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.4.4.ebuild b/dev-ml/jingoo/jingoo-1.4.4.ebuild
index b006bbcc0bd3..801385ed4d64 100644
--- a/dev-ml/jingoo/jingoo-1.4.4.ebuild
+++ b/dev-ml/jingoo/jingoo-1.4.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/v${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2024-07-10 12:41 Alfredo Tupone
0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2024-07-10 12:41 UTC (permalink / raw
To: gentoo-commits
commit: b18d960577230b9c2b3ede1615a327a40e5f4eb6
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 12:41:18 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 12:41:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18d9605
dev-ml/jingoo: add 1.5.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/jingoo/Manifest | 1 +
dev-ml/jingoo/jingoo-1.5.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-ml/jingoo/Manifest b/dev-ml/jingoo/Manifest
index 9ea1662c15c1..e101b5938f94 100644
--- a/dev-ml/jingoo/Manifest
+++ b/dev-ml/jingoo/Manifest
@@ -1,2 +1,3 @@
DIST jingoo-1.4.2.tar.gz 67611 BLAKE2B 5d2ead117863a2edd18320da4fa7539a7ebd6c537509b5cd37df3778d90c3459dde73d03d3d97b0ed64cfa4b7ef46f620e5638dd75f7e5b290340cc53761deea SHA512 d54d9114b87efdf49b81931b28ee2b61edbd984792c8371f7498b42175f574da7d2774b7b28702b62eeae704168e18c7e9283c4618045abc559b2d1d680e92ad
DIST jingoo-1.4.4.tar.gz 68818 BLAKE2B d6049e06dee9ff9bf3a649ce46aafb3c281c5bce312fd7f9723ee682da641e3664c699cc9eca8fb5dbd55540f3ad74b64268fcbc0e56f46a8af36ef2b3c7b996 SHA512 bb46c2cfdb98f188319ce60e0623c0e1e980ff44235029788bd2fb14c2ec3650866deadea9004abdcfa14b031f42bd2327341a60623bd4d86fb0e37c34a7935a
+DIST jingoo-1.5.0.tar.gz 69958 BLAKE2B c636b32aa81b5a6715083a06d48699f5943f608ff77cf1191231264cbeff924b46f44170794d7eb7d05b36dab3d4783e5785e1f2c283b14a68201e117ae08ec9 SHA512 7ef11809b3af5a5f8b6bb53c79025b0a8fb8d59f2f4b362e7cd75c7a7e4d555080a54d05338a5f86ce8677580353351bdb734c5e6381466131534e9621ecd41d
diff --git a/dev-ml/jingoo/jingoo-1.5.0.ebuild b/dev-ml/jingoo/jingoo-1.5.0.ebuild
new file mode 100644
index 000000000000..b9268dcbd0d8
--- /dev/null
+++ b/dev-ml/jingoo/jingoo-1.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml template engine almost compatible with Jinja2"
+HOMEPAGE="https://github.com/tategakibunko/jingoo/"
+SRC_URI="https://github.com/tategakibunko/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-ml/menhir:=[ocamlopt?]
+ dev-ml/ppx_deriving:=[ocamlopt?]
+ dev-ml/re:=[ocamlopt?]
+ dev-ml/uucp:=
+ dev-ml/uutf:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-ml/ounit2 )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/
@ 2024-10-15 15:25 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-15 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 59d62f9e3771f74dfa6bc345db182492790eabef
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 15:24:40 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 15:24:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d62f9e
dev-ml/jingoo: Stabilize 1.5.0 x86, #941576
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/jingoo/jingoo-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/jingoo/jingoo-1.5.0.ebuild b/dev-ml/jingoo/jingoo-1.5.0.ebuild
index 1f7142efee79..e020c9cb2a96 100644
--- a/dev-ml/jingoo/jingoo-1.5.0.ebuild
+++ b/dev-ml/jingoo/jingoo-1.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tategakibunko/${PN}/archive/refs/tags/${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-10-15 15:25 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04 18:20 [gentoo-commits] repo/gentoo:master commit in: dev-ml/jingoo/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 Arthur Zamarin
2024-07-10 12:41 Alfredo Tupone
2023-03-17 6:50 Arthur Zamarin
2023-03-17 2:29 Sam James
2023-01-23 7:57 Maciej Barć
2022-08-04 13:53 Alfredo Tupone
2021-09-18 12:30 Agostino Sarubbo
2021-09-17 14:14 Agostino Sarubbo
2021-03-13 15:26 Sam James
2021-02-12 19:25 Alfredo Tupone
2021-01-14 6:29 Alfredo Tupone
2021-01-13 19:06 Alfredo Tupone
2021-01-11 7:47 Alfredo Tupone
2021-01-10 21:51 Alfredo Tupone
2021-01-10 20:59 Alfredo Tupone
2021-01-10 17:02 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox