From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/
Date: Wed, 21 Sep 2022 14:48:07 +0000 (UTC) [thread overview]
Message-ID: <1663771670.636e5746b43fe2304989f2ee54bb4afe238302b9.asturm@gentoo> (raw)
commit: 636e5746b43fe2304989f2ee54bb4afe238302b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 12:39:27 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 14:47:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636e5746
dev-ml/bos: drop 0.1.6, 0.2.0-r1, EAPI-6--
Closes: https://bugs.gentoo.org/867118
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-ml/bos/Manifest | 2 --
dev-ml/bos/bos-0.1.6.ebuild | 47 ------------------------------------------
dev-ml/bos/bos-0.2.0-r1.ebuild | 44 ---------------------------------------
3 files changed, 93 deletions(-)
diff --git a/dev-ml/bos/Manifest b/dev-ml/bos/Manifest
index 719a0dd3e161..3f2fdf2fcb3d 100644
--- a/dev-ml/bos/Manifest
+++ b/dev-ml/bos/Manifest
@@ -1,3 +1 @@
-DIST bos-0.1.6.tbz 39822 BLAKE2B 0e10eb14fb5d429b81c67659c936e8b700c4cd417d1f5be000c8bdb0304de8ad9130e597f6e2e7771380c29c148f4339817bacc458e72a8efa894be3b85965bf SHA512 f1f10a97a32da936a7d5a0c70632e723723ee523c79f9dfd23bc42c039a194e8d69658483e6e856c7911332b799a92bf8cabfe96cc387522d7450b8f3f8f8343
-DIST bos-0.2.0.tbz 41008 BLAKE2B badc344e561ba9335a4ded0c8100da91fe2bc882698c94daa42d9db2f1e2c8c627b81eebb5a7067778c332384504391ea402f7363ec552e8517cb048c8e384fe SHA512 f9120f8108c6da5647c9fbcc78736a5f87bf5627fad01035fdab1af6322c93e75df670d7d2910fe474c92c48ffffcf15955a84e698cfc7bfb7c1ac4fe27d472f
DIST bos-0.2.1.tbz 42330 BLAKE2B c376428ef055555f09e4af24391b7bbcc388af955ac5192bd4c3999325757812a87b54e518fa2d5a3a81d1e8d0d65f2cb3b69d5f186129136855af7766e9ac13 SHA512 8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d
diff --git a/dev-ml/bos/bos-0.1.6.ebuild b/dev-ml/bos/bos-0.1.6.ebuild
deleted file mode 100644
index b488b4488915..000000000000
--- a/dev-ml/bos/bos-0.1.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Basic OS interaction for OCaml"
-HOMEPAGE="https://erratique.ch/software/bos https://github.com/dbuenzli/bos"
-SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-lang/ocaml:=
- dev-ml/rresult:=
- dev-ml/astring:=
- dev-ml/fpath:=
- dev-ml/fmt:=
- dev-ml/logs:=
-"
-DEPEND="${RDEPEND}
- dev-ml/findlib
- dev-ml/ocamlbuild
- dev-ml/topkg
- test? ( dev-ml/mtime )
-"
-
-QA_FLAGS_IGNORED='.*'
-
-src_compile() {
- ocaml pkg/pkg.ml build --tests $(usex test true false) || die
-}
-
-src_test() {
- ocaml pkg/pkg.ml test || die
-}
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- ${PN}.install || die
-}
diff --git a/dev-ml/bos/bos-0.2.0-r1.ebuild b/dev-ml/bos/bos-0.2.0-r1.ebuild
deleted file mode 100644
index 16419fa8caa9..000000000000
--- a/dev-ml/bos/bos-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Basic OS interaction for OCaml"
-HOMEPAGE="https://erratique.ch/software/bos https://github.com/dbuenzli/bos"
-SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-lang/ocaml:=
- dev-ml/rresult:=
- dev-ml/astring:=
- dev-ml/fpath:=
- dev-ml/fmt:=
- dev-ml/logs:=[fmt]"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-ml/findlib
- dev-ml/ocamlbuild
- dev-ml/topkg
- test? ( dev-ml/mtime )"
-
-QA_FLAGS_IGNORED='.*'
-
-src_compile() {
- ocaml pkg/pkg.ml build --tests $(usex test true false) || die
-}
-
-src_test() {
- ocaml pkg/pkg.ml test || die
-}
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- ${PN}.install || die
-}
next reply other threads:[~2022-09-21 14:48 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 14:48 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-21 12:26 [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/ Agostino Sarubbo
2022-09-15 6:48 Agostino Sarubbo
2022-09-15 6:47 Agostino Sarubbo
2022-09-15 6:47 Agostino Sarubbo
2022-04-18 21:07 Jakov Smolić
2022-01-14 20:38 Alfredo Tupone
2021-11-04 17:41 Alfredo Tupone
2021-10-25 13:41 Sam James
2021-10-14 9:44 Sam James
2021-10-13 20:37 Sam James
2021-10-13 20:35 Sam James
2021-10-11 12:17 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 5:12 Sam James
2021-09-07 0:09 Sam James
2021-07-28 2:06 Sam James
2021-07-28 2:05 Sam James
2021-07-28 2:05 Sam James
2021-07-28 1:48 Sam James
2021-05-15 19:32 Sam James
2021-05-15 1:55 Sam James
2021-05-10 12:45 Sam James
2021-05-10 12:44 Sam James
2017-06-20 21:33 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=1663771670.636e5746b43fe2304989f2ee54bb4afe238302b9.asturm@gentoo \
--to=asturm@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