From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
Date: Wed, 2 Dec 2020 17:46:02 +0000 (UTC) [thread overview]
Message-ID: <1606931152.6ea346d668ef3132813c0fcdfa1ab1d3582b63e5.bman@gentoo> (raw)
commit: 6ea346d668ef3132813c0fcdfa1ab1d3582b63e5
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 17:27:03 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 17:45:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea346d6
dev-ml/lwt: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ml/lwt/Manifest | 2 --
dev-ml/lwt/lwt-3.0.0.ebuild | 43 -----------------------------------
dev-ml/lwt/lwt-3.1.0.ebuild | 55 ---------------------------------------------
3 files changed, 100 deletions(-)
diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 52c917dfdd0..7564e979a9b 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1 @@
-DIST lwt-3.0.0.tar.gz 285864 BLAKE2B d14f8f8a9e71a61c57bd7c208575849667dab4a4770b56a0d94e93024b22be9b7d88d10c0fa24eb8060b67c75e72c2c8bbfa0362f3aa815c76c93575225ce056 SHA512 270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8
-DIST lwt-3.1.0.tar.gz 285309 BLAKE2B ffc3a416491d4c7b7e7c0da67b48d9eeb5b7fa50e3637d4f0cfcd1689b75626b48c8dd6d91e87c93022047809a3774683c41ce620e07ee4d3e1409185e7f8d16 SHA512 0b2269e53f2e8a57e1ffd6f237c6b22de39a3b6b0d57276c7cb9371392aabc9fb6364b2617a6408ed0049ed64f71de0c540209cf83ce43899fd025295342eb0d
DIST lwt-5.3.0.tar.gz 298152 BLAKE2B a39494bf98fcca07bf4601a742f4bfdc1ea2a67e2babbab650c41d2df58296a859520509ddc080af9c4d55be76439b401174720765fb942586d7c866f80cc538 SHA512 9922c19944595b0c07da8e1bbdecb2cc7c5a7edcdc2224215efb819d9c735da8986388a2446bd0762e28533f5d9d386970f07a4f1b0d14255c6743f3a1d16cb6
diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
deleted file mode 100644
index 5b3a44a3d1b..00000000000
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 +ppx"
-
-DEPEND="
- dev-libs/libev
- >=dev-lang/ocaml-4.02:=
- dev-ml/result:=
- ppx? ( dev-ml/ppx_tools:= )
- camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
- !<www-servers/ocsigen-1.1"
-DEPEND="${DEPEND}
- dev-ml/cppo"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
- oasis_configure_opts="
- --disable-glib
- --disable-react
- --disable-ssl
- $(use_enable camlp4)
- $(use_enable ppx)" \
- oasis_src_configure
-}
diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
deleted file mode 100644
index 58c19493d7b..00000000000
--- a/dev-ml/lwt/lwt-3.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 +libev"
-
-DEPEND="
- >=dev-lang/ocaml-4.02:=
- dev-ml/result:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/ppx_tools_versioned:=
- libev? ( dev-libs/libev )
- camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
- !<www-servers/ocsigen-1.1"
-DEPEND="${DEPEND}
- dev-ml/cppo
- dev-ml/findlib
- dev-ml/jbuilder
- dev-ml/opam"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-src_configure() {
- ocaml src/util/configure.ml \
- -use-libev $(usex libev true false) \
- -use-camlp4 $(usex camlp4 true false) \
- || die
-}
-
-src_compile() {
- jbuilder build -p lwt || die
- ocaml src/util/install_filter.ml || die
-}
-
-src_test() {
- jbuilder runtest -p lwt || die
-}
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- --mandir="${ED}/usr/share/man" \
- ${PN}.install || die
-}
next reply other threads:[~2020-12-02 17:46 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 17:46 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ Arthur Zamarin
2024-11-16 21:09 Alfredo Tupone
2024-10-20 7:50 Alfredo Tupone
2024-10-17 18:46 Alfredo Tupone
2023-10-08 20:16 Sam James
2023-10-08 17:41 Arthur Zamarin
2023-10-08 17:41 Arthur Zamarin
2023-10-08 16:21 Arthur Zamarin
2023-09-02 13:17 Alfredo Tupone
2023-04-24 11:38 Alfredo Tupone
2023-01-24 18:16 Maciej Barć
2022-10-09 12:49 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2021-12-08 2:13 Maciej Barć
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-07 19:14 Alfredo Tupone
2021-11-07 12:18 Alfredo Tupone
2021-10-29 19:15 Alfredo Tupone
2021-10-03 9:58 Alfredo Tupone
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
2021-02-10 16:33 Sam James
2020-12-02 18:27 Aaron Bauman
2020-10-17 5:41 Sam James
2018-02-11 21:56 Thomas Deutschmann
2017-08-02 11:23 Alexis Ballier
2017-07-30 15:39 Sergei Trofimovich
2017-07-24 5:56 Alexis Ballier
2017-07-21 18:32 Alexis Ballier
2017-07-21 12:38 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-05-02 11:12 Alexis Ballier
2017-04-25 16:25 Alexis Ballier
2017-04-20 13:25 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-12 19:20 Alexis Ballier
2017-04-11 4:42 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05 9:51 Michael Weber
2017-01-24 11:14 Alexis Ballier
2017-01-04 11:58 Alexis Ballier
2016-12-07 19:33 Alexis Ballier
2016-06-29 21:12 Michał Górny
2016-06-23 14:24 Alexis Ballier
2016-06-23 14:24 Alexis Ballier
2016-05-03 9:14 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2016-02-06 15:07 Alexis Ballier
2015-12-09 10:24 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=1606931152.6ea346d668ef3132813c0fcdfa1ab1d3582b63e5.bman@gentoo \
--to=bman@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