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/ocaml-cstruct/
Date: Sun,  4 Apr 2021 06:10:19 +0000 (UTC)	[thread overview]
Message-ID: <1617516558.f3ee72e4db74ecf8657231b36cf57b46a6768d9f.sam@gentoo> (raw)

commit:     f3ee72e4db74ecf8657231b36cf57b46a6768d9f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 04:13:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:09:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ee72e4

dev-ml/ocaml-cstruct: treeclean

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

 dev-ml/ocaml-cstruct/Manifest                   |  1 -
 dev-ml/ocaml-cstruct/metadata.xml               | 16 ------
 dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 65 -------------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
deleted file mode 100644
index 68f49f48f9e..00000000000
--- a/dev-ml/ocaml-cstruct/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ocaml-cstruct-3.1.1.tar.gz 208725 BLAKE2B 2818c5695c4ab3d102cfa08a288e80e80d7fa4372a5d97aac831429f0681e21cb6b03baac245c7c1171a8efa23b8d6bca661ee74db0efe8c2649727d9be56505 SHA512 22ec8fe027dbebee537ff950c2aa9a494d0c4c000d8c4df848eae157b1c9502b73c208bb92c21fa4c13ba0291b7750de31e4c96b3a0571397402f841c3e01c21

diff --git a/dev-ml/ocaml-cstruct/metadata.xml b/dev-ml/ocaml-cstruct/metadata.xml
deleted file mode 100644
index ff9cc5cb910..00000000000
--- a/dev-ml/ocaml-cstruct/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>ml@gentoo.org</email>
-		<name>ML</name>
-	</maintainer>
-	<use>
-		<flag name="async">Support for asynchronous execution</flag>
-		<flag name="lwt">Enable threads via lwt</flag>
-		<flag name="ppx">Enable the ppx syntax extension</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">mirage/ocaml-cstruct</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
deleted file mode 100644
index f766d6e0c4f..00000000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib opam
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ppx test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	async? (
-		dev-ml/async_kernel:=
-		dev-ml/async_unix:=
-		dev-ml/core_kernel:=
-	)
-	lwt? ( dev-ml/lwt:= )
-	ppx? (
-		dev-ml/ppx_tools:=
-		dev-ml/ocaml-migrate-parsetree:=
-		>=dev-ml/ppx_tools_versioned-5.0.1:=
-	)
-	dev-ml/ocplib-endian:=
-	dev-ml/sexplib:=
-	dev-ml/type-conv:=
-"
-DEPEND="
-	dev-ml/jbuilder
-	test? (
-		dev-ml/ounit
-		ppx? ( dev-ml/ppx_driver dev-ml/ppx_sexp_conv )
-	)
-	${RDEPEND}
-"
-
-get_targets() {
-	local tgt="cstruct,cstruct-unix"
-	use lwt && tgt+=",cstruct-lwt"
-	use async && tgt+=",cstruct-async"
-	use ppx && tgt+=",ppx_cstruct"
-	echo "${tgt}"
-}
-
-src_compile() {
-	jbuilder build -p $(get_targets) || die
-}
-
-src_test() {
-	jbuilder runtest -p $(get_targets) || die
-}
-
-src_install() {
-	opam-install cstruct
-	opam-install cstruct-unix
-	use lwt && opam-install cstruct-lwt
-	use async && opam-install cstruct-async
-	use ppx && opam-install ppx_cstruct
-}


             reply	other threads:[~2021-04-04  6:10 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-04  6:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-04 19:53 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/ Alfredo Tupone
2021-03-04 19:51 Alfredo Tupone
2021-03-04 19:44 Alfredo Tupone
2017-09-22  8:32 Alexis Ballier
2017-09-22  8:32 Alexis Ballier
2017-07-18 17:36 Alexis Ballier
2017-07-14 12:12 Alexis Ballier
2017-07-13 22:09 Alexis Ballier
2017-07-04  6:59 Alexis Ballier
2017-06-15 21:56 Alexis Ballier
2017-06-15 21:56 Alexis Ballier
2017-06-12  5:46 Alexis Ballier
2017-06-11 11:19 Alexis Ballier
2017-06-10 10:20 Alexis Ballier
2017-06-08 17:53 Alexis Ballier
2017-05-04  9:12 Alexis Ballier
2017-04-27 10:54 Alexis Ballier
2017-04-01 12:24 Alexis Ballier
2017-03-06  7:18 Alexis Ballier
2017-01-24 11:14 Alexis Ballier
2016-12-13  8:16 Alexis Ballier
2016-12-13  8:16 Alexis Ballier
2016-08-18 11:02 Alexis Ballier
2016-07-01 13:22 Alexis Ballier
2016-05-06 13:26 Alexis Ballier
2016-05-03  9:14 Alexis Ballier
2016-02-22 10:22 Alexis Ballier
2016-02-10 10:32 Ian Delaney
2016-02-10 10:13 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-12-19 15:01 Alexis Ballier
2015-10-18 18:07 Alexis Ballier
2015-10-17 17:21 Alexis Ballier
2015-10-17 16:24 Alexis Ballier
2015-10-17 12:10 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=1617516558.f3ee72e4db74ecf8657231b36cf57b46a6768d9f.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