From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/
Date: Wed, 2 Dec 2020 17:46:02 +0000 (UTC) [thread overview]
Message-ID: <1606931153.8b99f7f2cfa55cf5173b210aa7e3a1a40eef3ee8.bman@gentoo> (raw)
commit: 8b99f7f2cfa55cf5173b210aa7e3a1a40eef3ee8
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 17:35:16 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 17:45:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b99f7f2
dev-ml/ocaml-ctypes: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ml/ocaml-ctypes/Manifest | 3 ---
dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild | 36 -------------------------
dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild | 37 --------------------------
dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild | 37 --------------------------
4 files changed, 113 deletions(-)
diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
index 7538af6c255..231622cf779 100644
--- a/dev-ml/ocaml-ctypes/Manifest
+++ b/dev-ml/ocaml-ctypes/Manifest
@@ -1,5 +1,2 @@
DIST ocaml-ctypes-0.11.2.tar.gz 203564 BLAKE2B 2a8c0ee8f8dcd78c3f93b506e92f2c3476c1505d8b58be9273405b4c198500d8e5ff4b0689f76599cc3e92ebb1f5db685c025e2f6a29f590ef21e36c4ac4c3ed SHA512 f3d75e9e596f68438733090fea8c675624c3b186a77c3adf1eca8f12cc2da336f0f5b1688c2ee788726e873bbb0c4dce1d237d53d1637d78e4ad6a8eae1f912a
-DIST ocaml-ctypes-0.11.3.tar.gz 204959 BLAKE2B f3863e29d355479f9306c39786d56839ab05a119dfd5a64de1a784d71e8d931d5fad0f306402aadb50bc5e8147ab7668ac026b5bfbbaff2b6530d7a33f9f38cc SHA512 e7698954a6b683869a1482af8fe1bbeb5ccf693c2bb8583e2c19c5da92ed2730466e373c6f53d9ff9f09c2bdedf102da3f76b75511d7f9b7d266ac0765999f94
-DIST ocaml-ctypes-0.12.1.tar.gz 199686 BLAKE2B d131bb8ebe8448c6d252d32b6a6de2e555f4c7802bec0da83f33ac402d1fd1c73db9abb97fe9f7065fbeaddc782c0976bb05ef6ee6aa80e20b46074a48c343c3 SHA512 801c66395d843c9e410736a06ab5e03bbe22851a364dc9b9444f49dc133e0f5e0b7a1c31e88de56d23a21817cb35595a1b6743c430c8c1a689b7ae12adc8856f
-DIST ocaml-ctypes-0.13.0.tar.gz 200959 BLAKE2B 9f7274099924bd5502fc8115a1e5ed32f9b56902ce284f5530710c948d6d735a2abfd30affa5f1f7803edb33e062c288963946846be29977af87f19f47dd0fbe SHA512 ba2e4cd77d42cf032d823e26f94a8cc37d81ac12bafd40c5d61685d66c97e18996a286dd8d486c94ad4a34e4214e55104e6283158962871e7f0722b2144f7a7d
DIST ocaml-ctypes-0.17.1.tar.gz 208101 BLAKE2B b9fe6632058a670c988ba9f1ae81b75aa5373de7231cef04d5e2ede61a44cbaa0324c04197a0a202847599a9bbe7dccd18fd3279f3f351493aaec4959caf3ada SHA512 1e197009f7e6b29b43944f757e987934337ebfa11bb2ff2ca8ba3ebc607e37cf1259d07a90d7faf4b91b49ee20d5c65357ad305f34ada0a8d336a3904233150e
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild
deleted file mode 100644
index c1ff54bb429..00000000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Library for binding to C libraries using pure OCaml"
-HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
-SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-lang/ocaml-4.02:=[ocamlopt]
- dev-libs/libffi
-"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-
-src_compile() {
- emake -j1
-}
-
-src_test() {
- emake -j1 test
-}
-
-src_install() {
- findlib_src_install
- dodoc CHANGES.md README.md
-}
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild
deleted file mode 100644
index 17a54dde797..00000000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Library for binding to C libraries using pure OCaml"
-HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
-SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-lang/ocaml-4.02:=[ocamlopt]
- dev-libs/libffi
- dev-ml/integers:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit dev-ml/lwt )"
-
-src_compile() {
- emake -j1
-}
-
-src_test() {
- emake -j1 test
-}
-
-src_install() {
- findlib_src_install
- dodoc CHANGES.md README.md
-}
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild
deleted file mode 100644
index 17a54dde797..00000000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Library for binding to C libraries using pure OCaml"
-HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
-SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-lang/ocaml-4.02:=[ocamlopt]
- dev-libs/libffi
- dev-ml/integers:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit dev-ml/lwt )"
-
-src_compile() {
- emake -j1
-}
-
-src_test() {
- emake -j1 test
-}
-
-src_install() {
- findlib_src_install
- dodoc CHANGES.md README.md
-}
next reply other threads:[~2020-12-02 17:46 UTC|newest]
Thread overview: 85+ 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 --
2024-11-18 10:28 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ Arthur Zamarin
2024-11-18 10:28 Arthur Zamarin
2024-11-18 1:43 Sam James
2024-11-18 1:43 Sam James
2024-11-17 21:03 Michał Górny
2024-10-17 13:43 Alfredo Tupone
2024-10-15 15:25 Arthur Zamarin
2024-10-15 15:25 Arthur Zamarin
2024-06-29 10:19 Alfredo Tupone
2024-06-09 18:11 Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 12:56 Arthur Zamarin
2024-06-09 12:06 Arthur Zamarin
2023-08-10 18:38 Michał Górny
2023-08-10 18:38 Michał Górny
2023-08-04 6:18 Alfredo Tupone
2023-08-03 19:23 Alfredo Tupone
2023-08-03 19:21 Alfredo Tupone
2023-03-31 11:50 Arthur Zamarin
2023-03-30 17:46 Arthur Zamarin
2023-03-17 17:58 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2023-03-17 17:04 Arthur Zamarin
2022-12-16 11:06 Maciej Barć
2022-12-16 11:06 Maciej Barć
2022-07-01 7:25 Alfredo Tupone
2022-07-01 6:53 Alfredo Tupone
2022-06-30 7:37 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2022-01-30 18:38 Alfredo Tupone
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-10 7:52 Alfredo Tupone
2021-10-10 2:20 Sam James
2021-10-04 22:58 Sam James
2021-07-27 17:30 Sam James
2021-07-27 17:30 Sam James
2021-03-14 22:03 Sam James
2021-03-14 0:53 Sam James
2021-03-14 0:53 Sam James
2021-03-13 15:26 Sam James
2020-11-16 22:53 Sergei Trofimovich
2020-10-15 12:20 Mark Wright
2020-10-13 12:54 Mark Wright
2018-03-17 6:45 Matt Turner
2018-02-11 21:56 Thomas Deutschmann
2017-10-06 13:11 Alexis Ballier
2017-10-06 13:11 Alexis Ballier
2017-08-05 19:34 Sergei Trofimovich
2017-07-10 15:51 Alexis Ballier
2017-06-27 11:22 Alexis Ballier
2017-05-26 13:53 Alexis Ballier
2017-05-24 11:08 Alexis Ballier
2017-05-08 19:28 Alexis Ballier
2017-04-20 17:16 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-02-28 20:15 Markus Meier
2017-02-27 9:45 Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-25 14:29 Agostino Sarubbo
2017-01-25 10:58 Agostino Sarubbo
2017-01-24 11:14 Alexis Ballier
2016-12-17 11:33 Alexis Ballier
2016-11-28 13:28 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-10-18 15:03 Alexis Ballier
2016-10-05 15:09 Alexis Ballier
2016-10-05 15:09 Alexis Ballier
2016-09-13 12:30 Alexis Ballier
2016-09-08 14:57 Alexis Ballier
2016-08-23 15:11 Alexis Ballier
2016-08-16 10:46 Alexis Ballier
2016-07-18 13:20 Alexis Ballier
2016-07-18 13:20 Alexis Ballier
2016-06-09 9:48 Alexis Ballier
2016-06-03 9:21 Alexis Ballier
2016-05-03 10:43 Alexis Ballier
2016-03-22 9:20 Alexis Ballier
2016-02-22 10:22 Alexis Ballier
2015-11-26 19:16 Markus Meier
2015-11-11 10:05 Agostino Sarubbo
2015-11-10 13:23 Agostino Sarubbo
2015-11-02 12:06 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=1606931153.8b99f7f2cfa55cf5173b210aa7e3a1a40eef3ee8.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