From: "demize" <demize@unstable.systems>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/angstrom/
Date: Tue, 22 Apr 2025 21:45:34 +0000 (UTC) [thread overview]
Message-ID: <1745357948.640aadf1d96c8749bae826f9da3d4fd7b6c4dd8c.demize@gentoo> (raw)
commit: 640aadf1d96c8749bae826f9da3d4fd7b6c4dd8c
Author: Vivian Heisz (demize) <demize <AT> unstable <DOT> systems>
AuthorDate: Tue Apr 22 21:39:08 2025 +0000
Commit: demize <demize <AT> unstable <DOT> systems>
CommitDate: Tue Apr 22 21:39:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=640aadf1
dev-ml/angstrom: treeclean, promoted to ::gentoo
Signed-off-by: Vivian Heisz (demize) <demize <AT> unstable.systems>
dev-ml/angstrom/Manifest | 2 --
dev-ml/angstrom/angstrom-0.16.0.ebuild | 38 ----------------------------------
dev-ml/angstrom/angstrom-0.16.1.ebuild | 38 ----------------------------------
dev-ml/angstrom/metadata.xml | 13 ------------
4 files changed, 91 deletions(-)
diff --git a/dev-ml/angstrom/Manifest b/dev-ml/angstrom/Manifest
deleted file mode 100644
index 174ec0ac7..000000000
--- a/dev-ml/angstrom/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST angstrom-0.16.0.tar.gz 117499 BLAKE2B f59da1da561c81e0fae790e8b4efc5e30e5472481a1446c3f40e03964a64ef42ff6272d6eb73f7a51b9038e4ab710a5df0985c569ae2c60a35c55b21031357a1 SHA512 3fda504f0d4cb53d0b7d249964257f3ab8f9a0b4e0dee13665e8b65d2a281bc1e0529f4f2e29cf376c7331bd44833cae929641a559ac003989c7341b08e33f6c
-DIST angstrom-0.16.1.tar.gz 117544 BLAKE2B e09bea0e44d391aa9aa2dc0592bf0c40a62f5d0e9b9fd3b9247ca558c59ab1bd30c820c07a29543b87bbea9636a847135abe1a4fd196baa62ee7679484ce77cc SHA512 754089f10e4836fc6379a508662853885ceec985367a9b4bc2915ce5f45e5878aba31523149710b5040e4e373a0a27a6315231dfbc690ff4718c4c3d7df33732
diff --git a/dev-ml/angstrom/angstrom-0.16.0.ebuild b/dev-ml/angstrom/angstrom-0.16.0.ebuild
deleted file mode 100644
index 29ae47903..000000000
--- a/dev-ml/angstrom/angstrom-0.16.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Parser combinators built for speed and memory efficiency"
-HOMEPAGE="https://github.com/inhabitedtype/angstrom"
-SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-
-SLOT="0/${PV}"
-
-KEYWORDS="~amd64"
-IUSE="ocamlopt test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/async:=
- dev-ml/bigstringaf:=
- dev-ml/result:=
- dev-ml/ppx_let:=
- dev-ml/ocaml-syntax-shims:=
- dev-ml/lwt:=
-"
-
-DEPEND="
- ${RDEPEND}
-"
-
-BDEPEND="
- test? (
- dev-ml/alcotest:=
- )
-"
diff --git a/dev-ml/angstrom/angstrom-0.16.1.ebuild b/dev-ml/angstrom/angstrom-0.16.1.ebuild
deleted file mode 100644
index 29ae47903..000000000
--- a/dev-ml/angstrom/angstrom-0.16.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Parser combinators built for speed and memory efficiency"
-HOMEPAGE="https://github.com/inhabitedtype/angstrom"
-SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-
-SLOT="0/${PV}"
-
-KEYWORDS="~amd64"
-IUSE="ocamlopt test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/async:=
- dev-ml/bigstringaf:=
- dev-ml/result:=
- dev-ml/ppx_let:=
- dev-ml/ocaml-syntax-shims:=
- dev-ml/lwt:=
-"
-
-DEPEND="
- ${RDEPEND}
-"
-
-BDEPEND="
- test? (
- dev-ml/alcotest:=
- )
-"
diff --git a/dev-ml/angstrom/metadata.xml b/dev-ml/angstrom/metadata.xml
deleted file mode 100644
index 179ae2b22..000000000
--- a/dev-ml/angstrom/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tokusan441@gmail.com</email>
- <description>Hiroki Tokunaga</description>
- </maintainer>
- <longdescription lang="en">Angstrom is a parser-combinator library that makes it easy to write efficient, expressive, and reusable parsers suitable for high-performance applications. It exposes monadic and applicative interfaces for composition, and supports incremental input through buffered and unbuffered interfaces. Both interfaces give the user total control over the blocking behavior of their application, with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by default and support unbounded lookahead.</longdescription>
- <upstream>
- <bugs-to>https://github.com/inhabitedtype/angstrom/issues</bugs-to>
- <remote-id type="github">inhabitedtype/angstrom</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2025-04-22 21:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 21:45 demize [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-26 7:46 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/angstrom/ Hiroki Tokunaga
2024-07-23 15:34 Hiroki Tokunaga
2024-07-16 2:58 Hiroki Tokunaga
2022-04-16 16:20 Alessandro Barbieri
2022-04-03 23:49 Alessandro Barbieri
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=1745357948.640aadf1d96c8749bae826f9da3d4fd7b6c4dd8c.demize@gentoo \
--to=demize@unstable.systems \
--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