public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ptmap/
@ 2021-12-05  1:41 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-12-05  1:41 UTC (permalink / raw
  To: gentoo-commits

commit:     145d06a88650e3c6442fa61b7c8ae01d9da7ef55
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 01:40:13 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 01:41:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145d06a8

dev-ml/ptmap: new package; add version 2.0.5

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/ptmap/Manifest           |  1 +
 dev-ml/ptmap/metadata.xml       | 13 +++++++++++++
 dev-ml/ptmap/ptmap-2.0.5.ebuild | 21 +++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-ml/ptmap/Manifest b/dev-ml/ptmap/Manifest
new file mode 100644
index 000000000000..1aebb081fb26
--- /dev/null
+++ b/dev-ml/ptmap/Manifest
@@ -0,0 +1 @@
+DIST ptmap-2.0.5.tar.gz 15121 BLAKE2B a81d205df6d0d276b4919577eb0fcfe9c33ad9a188c462df74b72722f43153bda84fd23880945d16e0f332041f67869ab708f5a925a689cf1ddb22dc0b9a6d28 SHA512 6815ee977cb9a4c5088af8dfb7d8055c8d35870ceb4e95f658fbdc50405495bea75a8755442dc6f7345d2e9021c3b96d14883603759baf267feced9cd5ba5202

diff --git a/dev-ml/ptmap/metadata.xml b/dev-ml/ptmap/metadata.xml
new file mode 100644
index 000000000000..920f0e534e8d
--- /dev/null
+++ b/dev-ml/ptmap/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/backtracking/ptmap/issues/</bugs-to>
+    <remote-id type="github">backtracking/ptmap</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ml/ptmap/ptmap-2.0.5.ebuild b/dev-ml/ptmap/ptmap-2.0.5.ebuild
new file mode 100644
index 000000000000..3e7cb033f9b1
--- /dev/null
+++ b/dev-ml/ptmap/ptmap-2.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Maps of integers implemented as Patricia trees"
+HOMEPAGE="https://github.com/backtracking/ptmap"
+SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/seq:=
+	dev-ml/stdlib-shims:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ptmap/
@ 2021-12-05  3:22 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-12-05  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     892ba44933542cd599df739680ea6addfa151090
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 02:49:46 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 03:22:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892ba449

dev-ml/ptmap: fix slot

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/ptmap/{ptmap-2.0.5.ebuild => ptmap-2.0.5-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ptmap/ptmap-2.0.5.ebuild b/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
similarity index 96%
rename from dev-ml/ptmap/ptmap-2.0.5.ebuild
rename to dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
index 3e7cb033f9b1..161912516ff7 100644
--- a/dev-ml/ptmap/ptmap-2.0.5.ebuild
+++ b/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/backtracking/ptmap"
 SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ptmap/
@ 2022-10-26 22:04 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2022-10-26 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     befb4e1d1c1d66578dba34745d53e1540bcb5add
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 21:29:49 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 22:04:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befb4e1d

dev-ml/ptmap: add ocaml >=4.07 dependency

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/ptmap/{ptmap-2.0.5-r1.ebuild => ptmap-2.0.5-r2.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild b/dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
similarity index 73%
rename from dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
rename to dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
index 161912516ff7..2213fb278c04 100644
--- a/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
+++ b/dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
 DESCRIPTION="Maps of integers implemented as Patricia trees"
-HOMEPAGE="https://github.com/backtracking/ptmap"
+HOMEPAGE="https://github.com/backtracking/ptmap/"
 SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	dev-ml/seq:=
+	>=dev-lang/ocaml-4.07:=[ocamlopt?]
 	dev-ml/stdlib-shims:=
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-26 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-05  3:22 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ptmap/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2022-10-26 22:04 Maciej Barć
2021-12-05  1:41 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox