* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-04-04 16:22 Alfredo Tupone
0 siblings, 0 replies; 13+ messages in thread
From: Alfredo Tupone @ 2022-04-04 16:22 UTC (permalink / raw
To: gentoo-commits
commit: c48eea12934c03d56217eb26700996034af61f93
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 16:22:14 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 16:22:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48eea12
dev-ml/camlp-streams: add to tree
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlp-streams/Manifest | 1 +
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 21 +++++++++++++++++++++
dev-ml/camlp-streams/metadata.xml | 11 +++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
new file mode 100644
index 000000000000..865aab3120ac
--- /dev/null
+++ b/dev-ml/camlp-streams/Manifest
@@ -0,0 +1 @@
+DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
new file mode 100644
index 000000000000..c8d149bd2abf
--- /dev/null
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5"
+HOMEPAGE="https://github.com/ocaml/camlp-streams"
+SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+IUSE="+ocamlopt"
diff --git a/dev-ml/camlp-streams/metadata.xml b/dev-ml/camlp-streams/metadata.xml
new file mode 100644
index 000000000000..8e02f1e00978
--- /dev/null
+++ b/dev-ml/camlp-streams/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ocaml/camlp-streams</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-05-01 21:51 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-05-01 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 28412b88527b678eb227d5fab97f7386f1c4424d
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 21:51:19 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May 1 21:51:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28412b88
dev-ml/camlp-streams: Keyword 5.0 x86, #841446
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
index c8d149bd2abf..cf0379ac2029 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-05-03 17:45 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2022-05-03 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 27a9dbc8a5ca95d5692d8fa487d3704931534980
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 17:45:08 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 3 17:45:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a9dbc8
dev-ml/camlp-streams: Keyword 5.0 arm64, #841446
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
index cf0379ac2029..57fad37a74a8 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-05-03 17:47 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2022-05-03 17:47 UTC (permalink / raw
To: gentoo-commits
commit: df903db2a3e246a39549f60427a9dd32f7d18b1c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 17:47:06 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 3 17:47:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df903db2
dev-ml/camlp-streams: Keyword 5.0 arm, #841446
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
index 57fad37a74a8..f7bc6d6bee1c 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-05-03 17:52 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2022-05-03 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 0ad594401c106976be858dcbc9399463a3f84222
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 17:52:22 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 3 17:52:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad59440
dev-ml/camlp-streams: Keyword 5.0 ppc64, #841446
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
index f7bc6d6bee1c..ec713d61f7b7 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-05-03 18:01 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2022-05-03 18:01 UTC (permalink / raw
To: gentoo-commits
commit: b9244c11c8b4926d9a27c27a295262480c37af18
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 18:01:19 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 3 18:01:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9244c11
dev-ml/camlp-streams: Keyword 5.0 ppc, #841446
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
index ec713d61f7b7..d70a39d04000 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2022-12-16 11:06 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2022-12-16 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 95c9b803d9765d7ededda45d75cd8c2f851d2c12
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 10:40:13 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 11:06:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c9b803
dev-ml/camlp-streams: bump to 5.0.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/camlp-streams/Manifest | 1 +
dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
index 865aab3120ac..f425793b6894 100644
--- a/dev-ml/camlp-streams/Manifest
+++ b/dev-ml/camlp-streams/Manifest
@@ -1 +1,2 @@
+DIST camlp-streams-5.0.1.tar.gz 17392 BLAKE2B bec87a4b9717bcd05799317542533a83e43b5d7dcdc0d691595678613da4f091f087c00487e1499e088687cc9cf21381386c92e25db9d5f182200805452b43fd SHA512 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86
DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
new file mode 100644
index 000000000000..d70a39d04000
--- /dev/null
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5"
+HOMEPAGE="https://github.com/ocaml/camlp-streams"
+SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2023-03-16 23:17 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-03-16 23:17 UTC (permalink / raw
To: gentoo-commits
commit: 6cdf67347fd9d0f1f59293282a08d73a3bf31772
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 23:17:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:17:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdf6734
dev-ml/camlp-streams: Stabilize 5.0.1 arm64, #901641
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
index d70a39d04000..38d27b6b5ecf 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2023-03-16 23:52 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-03-16 23:52 UTC (permalink / raw
To: gentoo-commits
commit: d970e62d877bc3a71f0e03a6ee28d5ef7bb7df10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 23:51:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:51:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d970e62d
dev-ml/camlp-streams: Stabilize 5.0.1 arm, #901641
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
index 38d27b6b5ecf..d42185a8e1c9 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2023-03-17 6:39 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-03-17 6:39 UTC (permalink / raw
To: gentoo-commits
commit: 11fe076f90c4a215eb439b8d2585d8a07e04b050
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 06:39:33 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 06:39:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fe076f
dev-ml/camlp-streams: Stabilize 5.0.1 x86, #901641
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
index d42185a8e1c9..48131168315b 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2023-03-17 7:00 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-03-17 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 326b92faa7062b3c01cf73cac1650ef1dec6214f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 07:00:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 07:00:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326b92fa
dev-ml/camlp-streams: Stabilize 5.0.1 amd64, #901641
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
index 48131168315b..b71f83a6ee4a 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2023-03-17 11:27 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-03-17 11:27 UTC (permalink / raw
To: gentoo-commits
commit: 24d4a907b5c4ef331be9f7f76330b65783614517
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 11:26:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 11:26:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d4a907
dev-ml/camlp-streams: Stabilize 5.0.1 ppc64, #901641
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
index b71f83a6ee4a..3ef5c727682a 100644
--- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
@ 2023-04-01 22:57 Maciej Barć
0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2023-04-01 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 7adc14a852094457eaf40b40f6c4bacbb9754ea2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 22:55:18 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 22:55:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adc14a8
dev-ml/camlp-streams: drop old 5.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/camlp-streams/Manifest | 1 -
dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
index f425793b6894..6973a627864a 100644
--- a/dev-ml/camlp-streams/Manifest
+++ b/dev-ml/camlp-streams/Manifest
@@ -1,2 +1 @@
DIST camlp-streams-5.0.1.tar.gz 17392 BLAKE2B bec87a4b9717bcd05799317542533a83e43b5d7dcdc0d691595678613da4f091f087c00487e1499e088687cc9cf21381386c92e25db9d5f182200805452b43fd SHA512 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86
-DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
deleted file mode 100644
index d70a39d04000..000000000000
--- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5"
-HOMEPAGE="https://github.com/ocaml/camlp-streams"
-SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-04-01 22:57 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-01 21:51 [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2023-04-01 22:57 Maciej Barć
2023-03-17 11:27 Arthur Zamarin
2023-03-17 7:00 Arthur Zamarin
2023-03-17 6:39 Arthur Zamarin
2023-03-16 23:52 Sam James
2023-03-16 23:17 Sam James
2022-12-16 11:06 Maciej Barć
2022-05-03 18:01 Arthur Zamarin
2022-05-03 17:52 Arthur Zamarin
2022-05-03 17:47 Arthur Zamarin
2022-05-03 17:45 Arthur Zamarin
2022-04-04 16:22 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox