public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/
Date: Sun, 24 Jul 2022 00:00:24 +0000 (UTC)	[thread overview]
Message-ID: <1658620815.34870732c044b26e672365bf7dfbda6ba228de29.sam@gentoo> (raw)

commit:     34870732c044b26e672365bf7dfbda6ba228de29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 00:00:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 00:00:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34870732

dev-ml/mtime: drop 1.1.0, 1.3.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/mtime/Manifest           |  2 --
 dev-ml/mtime/mtime-1.1.0.ebuild | 33 ---------------------------------
 dev-ml/mtime/mtime-1.3.0.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-ml/mtime/Manifest b/dev-ml/mtime/Manifest
index 1c9a31f82d13..ea9c8b5f4578 100644
--- a/dev-ml/mtime/Manifest
+++ b/dev-ml/mtime/Manifest
@@ -1,4 +1,2 @@
-DIST mtime-1.1.0.tbz 15467 BLAKE2B 975fdb01c6a4806035a5fbc256d192d6c2f45bdfb750045293b10a732c5613108d9bce897d3c1be660af60d6e9bafbf299dedbc0d872d1c09f65f47b11c9a6b6 SHA512 8ed5dae589dd27fc6e748218a9d9fb9d7d954d231fc2100d61c1b336e0ed38a215bc608cdea9965547729177c78c868c1de6a5ceac6735686a3de1c4a791746c
 DIST mtime-1.2.0.tbz 16272 BLAKE2B 317201f8d5e7a55636e58748ffd269db5e88aed012e8dd7ed269d1f128f8d21ed0e707679b030b9c822bac98c9b76033e8d2402171c4ee758d8c936fbeee7ee9 SHA512 0f0ed220cd0f899643930814010f8592e1f47b6dc6c4dce8eebfb17a81b0abed093a3dbf9c02490af99bf81ea640372f73b4ab88fd8ef0e0c7c66920692a8778
-DIST mtime-1.3.0.tbz 17308 BLAKE2B f943ccb5d4c9ae28ae4620d1dbe897434d4d828091c8d0f17060a0fa40dde7fdcb73c6f85f7dd6fac8099d9608d6246613e2fc954bedb3d5b05b26149bd24260 SHA512 5b998ef803020de4771525adaa448623d348fa079800e72ba2ba78ff2d76a7d89da6200fe8bbc435d1355ad2c571c029398150d618912e58b5765fcf2210a5d0
 DIST mtime-1.4.0.tbz 15909 BLAKE2B 3c49deaf72d3873c8447f4a6d8ce89d55f3df60df108132ec078d81702a6fb9d532266efdf5290fe396d57a84de2d1912b48ad92f84db6d573d977492407b95b SHA512 0492fa5f5187b909fe2b0550363c7dcb8cffef963d51072272ef3d876b51e1ddf8de4c4e221cffb0144658fccf6a0dc584a5c8094a4b2208156e43bad5b269d4

diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild
deleted file mode 100644
index 70153205a2bd..000000000000
--- a/dev-ml/mtime/mtime-1.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit opam
-
-DESCRIPTION="OCaml module to access monotonic wall-clock time"
-HOMEPAGE="https://erratique.ch/software/mtime https://github.com/dbuenzli/mtime"
-SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt]"
-DEPEND="${RDEPEND}
-	dev-ml/topkg
-	dev-ml/ocamlbuild
-	dev-ml/findlib"
-
-src_compile() {
-	ocaml pkg/pkg.ml build \
-		--with-js_of_ocaml false \
-		--tests $(usex test true false) \
-		|| die
-}
-
-src_test() {
-	ocaml pkg/pkg.ml test || die
-}

diff --git a/dev-ml/mtime/mtime-1.3.0.ebuild b/dev-ml/mtime/mtime-1.3.0.ebuild
deleted file mode 100644
index adbb8faab32b..000000000000
--- a/dev-ml/mtime/mtime-1.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit opam
-
-DESCRIPTION="OCaml module to access monotonic wall-clock time"
-HOMEPAGE="https://erratique.ch/software/mtime https://github.com/dbuenzli/mtime"
-SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt]"
-DEPEND="${RDEPEND}
-	dev-ml/topkg
-	dev-ml/ocamlbuild
-	dev-ml/findlib"
-
-src_compile() {
-	ocaml pkg/pkg.ml build \
-		--with-js_of_ocaml false \
-		--tests $(usex test true false) \
-		|| die
-}
-
-src_test() {
-	ocaml pkg/pkg.ml test || die
-}


             reply	other threads:[~2022-07-24  0:00 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24  0:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-29 10:54 [gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/ Sam James
2024-12-29 10:54 Sam James
2024-12-29 10:54 Sam James
2024-10-17 19:24 Alfredo Tupone
2023-10-08 17:41 Arthur Zamarin
2023-10-08 17:41 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-05-16 15:44 Maciej Barć
2023-03-17 14:46 Arthur Zamarin
2022-07-24  0:00 Sam James
2022-04-18 21:07 Jakov Smolić
2021-12-10  1:12 Maciej Barć
2021-10-13 20:37 Sam James
2021-10-13 20:35 Sam James
2021-10-12  7:14 Agostino Sarubbo
2021-10-11 12:17 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  5:16 Sam James
2021-07-16  7:20 Alfredo Tupone
2021-06-03  0:45 Sam James
2021-05-16 19:02 Sam James
2021-05-16  0:07 Sam James
2021-05-15 19:17 Sam James
2021-05-15  2:01 Sam James
2021-04-21  2:10 Sam James
2021-03-06 18:07 Alfredo Tupone
2021-02-21  9:44 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
2017-09-22  8:32 Alexis Ballier
2017-06-25 14:42 Alexis Ballier
2017-05-11  6:36 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1658620815.34870732c044b26e672365bf7dfbda6ba228de29.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox