* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-02-09 22:47 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-09 22:47 UTC (permalink / raw
To: gentoo-commits
commit: e3a60bcc11deed78b7ff2987aff3ae48773b3c90
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 22:38:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 22:47:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a60bcc
dev-ml/duration: new package (dev-ml/alcotest dep)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/Manifest | 1 +
dev-ml/duration/duration-0.1.3.ebuild | 18 ++++++++++++++++++
dev-ml/duration/metadata.xml | 8 ++++++++
3 files changed, 27 insertions(+)
diff --git a/dev-ml/duration/Manifest b/dev-ml/duration/Manifest
new file mode 100644
index 00000000000..4826df0bf3d
--- /dev/null
+++ b/dev-ml/duration/Manifest
@@ -0,0 +1 @@
+DIST duration-0.1.3.tar.gz 4295 BLAKE2B 1bcf0d457e76c6dfe05308dbbdcd02e534abecb621d30d4d031e2218da48515e1086c0c71c3c91ea84350143dc3255ae368d66ba43ec9fb763932efbb3654128 SHA512 eeb219821e65d5cdee0b1038afd856b58f21633498e8cae37a7195d2a045cd0b11c4c817a6518d20c5a6c5f8c7ebfa9b84dae16bb847a658a8dc1aae5a9be5ab
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
new file mode 100644
index 00000000000..185471de3ae
--- /dev/null
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Duration - conversions to various time units"
+HOMEPAGE="https://github.com/hannesm/duration"
+SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-ml/alcotest )"
diff --git a/dev-ml/duration/metadata.xml b/dev-ml/duration/metadata.xml
new file mode 100644
index 00000000000..b73d0d4e953
--- /dev/null
+++ b/dev-ml/duration/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">mirage/alcotest</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-02-10 16:30 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-10 16:30 UTC (permalink / raw
To: gentoo-commits
commit: c1466f34bab46d0f398d2acdbeb534cd36b4c586
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:30:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:30:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1466f34
dev-ml/duration: Keyword 0.1.3 x86, #769554
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 185471de3ae..ce70b55d745 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-02-10 16:38 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-10 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 790c6c33c469610d12c75ee0ebe9d4b12b90ba2e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:38:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:38:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790c6c33
dev-ml/duration: Keyword 0.1.3 ppc64, #769554
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index ce70b55d745..e2973f31230 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-02-21 7:28 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-21 7:28 UTC (permalink / raw
To: gentoo-commits
commit: b3dcf3153a8989ad8af598d704d24568e3c7a248
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 07:27:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 07:27:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3dcf315
dev-ml/duration: Keyword 0.1.3 arm, #769554
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index e2973f31230..88cf87facc3 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-02-21 8:11 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-21 8:11 UTC (permalink / raw
To: gentoo-commits
commit: cdf85d1ffab54e4f5376e8b4e97ef2acd5148d21
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 08:11:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 08:11:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf85d1f
dev-ml/duration: Keyword 0.1.3 ppc, #769554
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 88cf87facc3..24509398680 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-02-21 9:43 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-21 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 8d936479414f1ab93586ee12f4a880c4f164931e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 09:43:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 09:43:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d936479
dev-ml/duration: Keyword 0.1.3 arm64, #769554
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 24509398680..5fef7562f83 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-05-15 2:01 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-15 2:01 UTC (permalink / raw
To: gentoo-commits
commit: 4667fee7e5d18fd535b73a5bcf36c3ed9a41ab76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 02:00:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 15 02:00:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4667fee7
dev-ml/duration: Stabilize 0.1.3 amd64, #783582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 26d3f3bd34f..b14a0af8c39 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-05-15 19:17 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-15 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 483c507ea9ea2c9420b0e93225dd168dd8d4b23e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 19:17:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 15 19:17:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483c507e
dev-ml/duration: Stabilize 0.1.3 arm64, #783582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index b14a0af8c39..5a00600ede4 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-05-16 0:07 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-16 0:07 UTC (permalink / raw
To: gentoo-commits
commit: 0982da5b7aff889ac404cb0c83c08114f2b93b41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 00:06:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 00:06:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0982da5b
dev-ml/duration: Stabilize 0.1.3 arm, #783582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 5a00600ede4..21d9083b941 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-05-16 19:02 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-16 19:02 UTC (permalink / raw
To: gentoo-commits
commit: ca1bd349693aedeb15a76323ea8df03c34a21438
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 19:01:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 19:01:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1bd349
dev-ml/duration: Stabilize 0.1.3 ppc, #783582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 21d9083b941..29908b04a4f 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2021-06-03 0:45 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-06-03 0:45 UTC (permalink / raw
To: gentoo-commits
commit: 21582ba62841dcd445bad458e947d28fe426d40d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 00:44:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 00:44:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21582ba6
dev-ml/duration: Stabilize 0.1.3 x86, #783582
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 29908b04a4f..b2f39f92ac9 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
@ 2022-04-18 21:07 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-04-18 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 763f82a6e5d08b04f5b4f001d8a1280c3f62f9d8
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 15:40:59 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 21:06:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763f82a6
dev-ml/duration: Keyword 0.1.3 riscv, #835392
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/duration/duration-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
index 21c682e44c6c..cfab3bd98bbf 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-04-18 21:07 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-16 19:02 [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-04-18 21:07 Jakov Smolić
2021-06-03 0:45 Sam James
2021-05-16 0:07 Sam James
2021-05-15 19:17 Sam James
2021-05-15 2:01 Sam James
2021-02-21 9:43 Sam James
2021-02-21 8:11 Sam James
2021-02-21 7:28 Sam James
2021-02-10 16:38 Sam James
2021-02-10 16:30 Sam James
2021-02-09 22:47 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox