public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/
Date: Mon, 24 Oct 2016 10:35:44 +0000 (UTC)	[thread overview]
Message-ID: <1477305337.a1af35f180add945a122e55384b8f84d2c1fe6ce.aballier@gentoo> (raw)

commit:     a1af35f180add945a122e55384b8f84d2c1fe6ce
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 10:27:11 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 10:35:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1af35f1

dev-ml/ocaml-ctypes: remove old

Package-Manager: portage-2.3.2

 dev-ml/ocaml-ctypes/Manifest                   |  3 ---
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.0.ebuild | 36 --------------------------
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.1.ebuild | 36 --------------------------
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.2.ebuild  | 36 --------------------------
 4 files changed, 111 deletions(-)

diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
index 561f1f2..90d292f 100644
--- a/dev-ml/ocaml-ctypes/Manifest
+++ b/dev-ml/ocaml-ctypes/Manifest
@@ -1,5 +1,2 @@
-DIST ocaml-ctypes-0.10.0.tar.gz 188240 SHA256 b5b729240d1803b1c9993c0dcbb2b12e4307f2942294e872807486702c2cff17 SHA512 6937440792ded4877feeabfbbeb5598ff93600d7ffb5aa7d4f99b86b9b2877c0bb89e44c7ec0b0e0032b6edc050038b001385bc57f78018d94de65cbc1c478e4 WHIRLPOOL 582074d73eb6c88f8d96768bda3fde88c477a9da8e9c3cf11b4a2120c1a275fc70f175f38dbd84b8ec13d8b50fcfb10a74f06d7e87e0107edd99fb284ae8f648
-DIST ocaml-ctypes-0.10.1.tar.gz 189757 SHA256 f0f71e82f30eeb9a25a568bd8ff87f659cdb0b8134de05aea2a494cba2fa038d SHA512 c4ca226017035cdfb22e745a43a6d61422b8c72d0f7f360694111b5af0487b806d98f6f0eb5dccec5a94c94f9597808119ccbade0638aff2715aa1b1a7553df3 WHIRLPOOL 6cb4908b54863c2b512e83429bbea3d5a6a48dca0fa16f8acdbc96bb8a1ecbfd5d65d80f0b8a9831d5f98b81b880fef972a33098c7b9a8f169e45732f81302c6
 DIST ocaml-ctypes-0.10.2.tar.gz 190090 SHA256 9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea SHA512 73374e2063882347fa8458564f8bf49365aa493cb8aa3abcea01c92fc399c1ef0a977df9d87542bd781c6fc6d042dda1c0e13283b550538d173f08df9ce2ce0d WHIRLPOOL ff19c015fb38a1e20fb772b6628fcacce744ca57a42890052b061f6f697fd0bd5d24225de852f734812a623fa63877827993f4b359721b841d0f92b854b2edb3
 DIST ocaml-ctypes-0.4.1.tar.gz 162601 SHA256 74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5 SHA512 8155ffe16a58d5714ceb602afa5531c93526defca39a16047328ac06d2c7c7f52b768b18170391f467e1f6919c69275734faf85d27315e11b8bbefcb1bc8afa9 WHIRLPOOL d8d0ef24e0b6c40f50fddf38fed7238cf95573909d2809cc2ab5c1b9b3dab333210e1ce99cf805804576a79d08d819e2ecdee7b4a6a9e13efb13e7b9f88ad802
-DIST ocaml-ctypes-0.9.2.tar.gz 185666 SHA256 8e31e87e21ab776de150a43a5047449243ac7632d27d1c0e9da0ca611a664d11 SHA512 fdd37aa1e231f9e4300b405d0cf90a7bd2de801ebd96f30b7d33b2b2d651f6dbe8c8b409fe68619f11a457daafa934457255f8e349cbeaf36c23acf040c3a131 WHIRLPOOL 002ae6ce6041e45753852ab69524eda41c907dbbc9d2f474f633801e88e438aabc99a319f486f75e0d6f086b89eb64cfcb06f478c7bcb30b4bfea9cf9eb403e3

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.0.ebuild
deleted file mode 100644
index d563719..00000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-RDEPEND="
-	>=dev-lang/ocaml-4.02:=[ocamlopt]
-	virtual/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.10.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.1.ebuild
deleted file mode 100644
index d563719..00000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-RDEPEND="
-	>=dev-lang/ocaml-4.02:=[ocamlopt]
-	virtual/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.9.2.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.2.ebuild
deleted file mode 100644
index d563719..00000000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.9.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-
-RDEPEND="
-	>=dev-lang/ocaml-4.02:=[ocamlopt]
-	virtual/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
-}


             reply	other threads:[~2016-10-24 10:35 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-24 10:35 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-29 10:16 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/ Alfredo Tupone
2025-04-12 17:42 Alfredo Tupone
2025-04-12 17:37 Alfredo Tupone
2024-11-18 10:28 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-12-02 17:46 Aaron Bauman
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-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=1477305337.a1af35f180add945a122e55384b8f84d2c1fe6ce.aballier@gentoo \
    --to=aballier@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