* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2021-02-10 16:33 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 42074ec2949dc9697c96f16ce1e1dd254d5a5e9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42074ec2
dev-ml/mmap: Stabilize 1.1.0 ppc64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/mmap/mmap-1.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
index 7064da7c544..49b1dfcd679 100644
--- a/dev-ml/mmap/mmap-1.1.0.ebuild
+++ b/dev-ml/mmap/mmap-1.1.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tb
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt"
RDEPEND=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2023-03-24 20:13 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-03-24 20:13 UTC (permalink / raw
To: gentoo-commits
commit: e723a9ec05e223623bb6edd4212ba482c0c2cacc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 20:13:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 20:13:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e723a9ec
dev-ml/mmap: Stabilize 1.2.0-r1 arm64, #901651
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/mmap/mmap-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.2.0-r1.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
index 10b60904460f..b156fe62c30d 100644
--- a/dev-ml/mmap/mmap-1.2.0-r1.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/bigarray-compat:="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2023-03-17 17:04 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-03-17 17:04 UTC (permalink / raw
To: gentoo-commits
commit: d1258f62281b86506c2e02b8810d15b0bae39853
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 17:03:21 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 17:03:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1258f62
dev-ml/mmap: Stabilize 1.2.0-r1 x86, #901651
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/mmap/mmap-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.2.0-r1.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
index 369e2df1f41e..10b60904460f 100644
--- a/dev-ml/mmap/mmap-1.2.0-r1.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/bigarray-compat:="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2023-03-17 16:24 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-03-17 16:24 UTC (permalink / raw
To: gentoo-commits
commit: abc4ea2ed0674d43013ef5a6cee4a50d32c9f709
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 16:24:13 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 16:24:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc4ea2e
dev-ml/mmap: Stabilize 1.2.0-r1 amd64, #901651
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/mmap/mmap-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.2.0-r1.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
index 871ca21f81e6..369e2df1f41e 100644
--- a/dev-ml/mmap/mmap-1.2.0-r1.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/bigarray-compat:="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2023-03-17 15:27 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-03-17 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 9d1f1ec6e334ea4b706d0047b9dcf9670cfa1394
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 15:26:43 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:26:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1f1ec6
dev-ml/mmap: Stabilize 1.2.0-r1 ppc64, #901651
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/mmap/mmap-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.2.0-r1.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
index 8d52e050ae45..871ca21f81e6 100644
--- a/dev-ml/mmap/mmap-1.2.0-r1.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/bigarray-compat:="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2023-03-17 12:30 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-03-17 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 8a5710c1c8c7f583893c9d31af2896de645f2937
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 12:30:38 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 12:30:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5710c1
dev-ml/mmap: Stabilize 1.2.0-r1 arm, #901651
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/mmap/mmap-1.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/mmap/mmap-1.2.0-r1.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
index af5d857bc39e..8d52e050ae45 100644
--- a/dev-ml/mmap/mmap-1.2.0-r1.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.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=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
RDEPEND="dev-ml/bigarray-compat:="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2022-12-16 17:17 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2022-12-16 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 5262bf8f21314031acc0d97c8d82c614a2e4591a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 17:12:57 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 17:17:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5262bf8f
dev-ml/mmap: add missing bigarray-compat dependency
Closes: https://bugs.gentoo.org/886353
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/mmap/{mmap-1.2.0.ebuild => mmap-1.2.0-r1.ebuild} | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-ml/mmap/mmap-1.2.0.ebuild b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
similarity index 87%
rename from dev-ml/mmap/mmap-1.2.0.ebuild
rename to dev-ml/mmap/mmap-1.2.0-r1.ebuild
index 00cf777c2393..af5d857bc39e 100644
--- a/dev-ml/mmap/mmap-1.2.0.ebuild
+++ b/dev-ml/mmap/mmap-1.2.0-r1.ebuild
@@ -14,3 +14,6 @@ LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/bigarray-compat:="
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2022-12-16 11:06 Maciej Barć
0 siblings, 0 replies; 14+ messages in thread
From: Maciej Barć @ 2022-12-16 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 360c83fb3db918ca3d3a6b0550e698568412c2d4
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 10:33:33 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 11:06:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360c83fb
dev-ml/mmap: bump to 1.2.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/mmap/Manifest | 1 +
dev-ml/mmap/mmap-1.2.0.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest
index 2567ce6bbd1c..37d934ae0e02 100644
--- a/dev-ml/mmap/Manifest
+++ b/dev-ml/mmap/Manifest
@@ -1 +1,2 @@
+DIST mmap-1.2.0.tar.gz 15328 BLAKE2B d7ab07cb0883c7ca53827ad3d4402caf3beba765d6a7e5355f24fb77d6876676f0920bf19e38911b08dde222dbc5d404fa3d53d146bb20f3b807c8fb00ce968d SHA512 cef6c37953d62f2f7472147a03707d60401d92aaf4ddb2dbaa697ee4eee252f70d8068e8fe5c6a36e005d4cc738f61d2c5bea12d844f1e3a696fef2f6546d59c
DIST mmap-v1.1.0.tbz 12312 BLAKE2B 3f688f5649ef51fc2a0cee76519da46dcfecd72a065de3cdc72412e27bfa39c26c6bb54d35ea6e3b139db0ccc75e9460f8285826c40ecc894a3782f279366686 SHA512 15e4ec2634998f321f495de5372dc75a3f4059ab7512115603ae8fd99a619c91299d34c8a12a697aa36df4ce14c90c66746b873eddf004b7bbbeaef8ec7858f5
diff --git a/dev-ml/mmap/mmap-1.2.0.ebuild b/dev-ml/mmap/mmap-1.2.0.ebuild
new file mode 100644
index 000000000000..00cf777c2393
--- /dev/null
+++ b/dev-ml/mmap/mmap-1.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="File mapping"
+HOMEPAGE="https://github.com/mirage/mmap/"
+SRC_URI="https://github.com/mirage/mmap/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: b162a71ce4be5cabf84b28bf391e8828f99c185a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:22 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b162a71c
dev-ml/mmap: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-ml/mmap/mmap-1.1.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
index 629ff88e778..601b9f2d435 100644
--- a/dev-ml/mmap/mmap-1.1.0.ebuild
+++ b/dev-ml/mmap/mmap-1.1.0.ebuild
@@ -14,7 +14,4 @@ SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2021-03-14 0:48 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-14 0:48 UTC (permalink / raw
To: gentoo-commits
commit: e3e583b9b1a9eb0a917a2e0e091fd89ca61ecf34
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 00:44:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 00:48:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e583b9
dev-ml/mmap: Stabilize 1.1.0 arm64, #772833
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/mmap/mmap-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
index bd3bb106986..629ff88e778 100644
--- a/dev-ml/mmap/mmap-1.1.0.ebuild
+++ b/dev-ml/mmap/mmap-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tb
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
RDEPEND=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2021-02-11 6:31 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-02-11 6:31 UTC (permalink / raw
To: gentoo-commits
commit: c88c898e4b5ba021e242556f6be77642d2cd6a56
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88c898e
dev-ml/mmap: Stabilize 1.1.0 ppc, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/mmap/mmap-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
index e0773b74338..45bdd47e84f 100644
--- a/dev-ml/mmap/mmap-1.1.0.ebuild
+++ b/dev-ml/mmap/mmap-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tb
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
RDEPEND=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2021-02-11 6:26 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-02-11 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 540ded964758eed2d868f2217f3f349032e5dcd7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540ded96
dev-ml/mmap: Stabilize 1.1.0 x86, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/mmap/mmap-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
index fa17beada68..e0773b74338 100644
--- a/dev-ml/mmap/mmap-1.1.0.ebuild
+++ b/dev-ml/mmap/mmap-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tb
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
IUSE="+ocamlopt"
RDEPEND=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2021-02-10 18:53 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
To: gentoo-commits
commit: aa169a00faaa9ccd4beabf6899e8e8ec63b68c7c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:52:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:52:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa169a00
dev-ml/mmap: Stabilize 1.1.0 amd64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/mmap/mmap-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
index 49b1dfcd679..fa17beada68 100644
--- a/dev-ml/mmap/mmap-1.1.0.ebuild
+++ b/dev-ml/mmap/mmap-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tb
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt"
RDEPEND=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
@ 2020-10-28 3:56 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2020-10-28 3:56 UTC (permalink / raw
To: gentoo-commits
commit: 7a98500ea6ea8b59efd8dd92397e051f33a06b96
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:44:04 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:44:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a98500e
dev-ml/mmap: bump to 1.1.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/mmap/Manifest | 1 +
dev-ml/mmap/mmap-1.1.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest
index 698345342ed..ffe31e5687e 100644
--- a/dev-ml/mmap/Manifest
+++ b/dev-ml/mmap/Manifest
@@ -1 +1,2 @@
DIST mmap-v1.0.2.tbz 14575 BLAKE2B ddc0ce540780bf362662b90ba0ba71098151bfaf2633161d747f6122b34b4cec813c0a839f5f702595fa9d81b24a4d550fcaa6600d6fdd7560947e71c87b1b6a SHA512 280afb62a0cc5b13f7e9485bb81c0fe6bff91a3838420495ce7a10709af987264590562f21b2d66e778b7e606be3f1f940ebb090e4fa0af5702f09bacab93cbe
+DIST mmap-v1.1.0.tbz 12312 BLAKE2B 3f688f5649ef51fc2a0cee76519da46dcfecd72a065de3cdc72412e27bfa39c26c6bb54d35ea6e3b139db0ccc75e9460f8285826c40ecc894a3782f279366686 SHA512 15e4ec2634998f321f495de5372dc75a3f4059ab7512115603ae8fd99a619c91299d34c8a12a697aa36df4ce14c90c66746b873eddf004b7bbbeaef8ec7858f5
diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
new file mode 100644
index 00000000000..7064da7c544
--- /dev/null
+++ b/dev-ml/mmap/mmap-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="File mapping"
+HOMEPAGE="https://github.com/mirage/mmap"
+SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tbz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-03-24 20:13 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-10 16:33 [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-03-24 20:13 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2023-03-17 16:24 Arthur Zamarin
2023-03-17 15:27 Arthur Zamarin
2023-03-17 12:30 Arthur Zamarin
2022-12-16 17:17 Maciej Barć
2022-12-16 11:06 Maciej Barć
2021-05-29 19:03 David Seifert
2021-03-14 0:48 Sam James
2021-02-11 6:31 Sam James
2021-02-11 6:26 Sam James
2021-02-10 18:53 Sam James
2020-10-28 3:56 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox