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/opam-file-format/
Date: Sat, 23 Jul 2022 23:52:08 +0000 (UTC)	[thread overview]
Message-ID: <1658620314.0e33dbc22d1c70126a6775000c3aa31cc4b548c9.sam@gentoo> (raw)

commit:     0e33dbc22d1c70126a6775000c3aa31cc4b548c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 23:29:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 23:51:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e33dbc2

dev-ml/opam-file-format: drop 2.1.0, 2.1.2

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

 dev-ml/opam-file-format/Manifest                   |  2 --
 .../opam-file-format/opam-file-format-2.1.0.ebuild | 30 ----------------------
 .../opam-file-format/opam-file-format-2.1.2.ebuild | 22 ----------------
 3 files changed, 54 deletions(-)

diff --git a/dev-ml/opam-file-format/Manifest b/dev-ml/opam-file-format/Manifest
index af9977f1573f..b3240f06814e 100644
--- a/dev-ml/opam-file-format/Manifest
+++ b/dev-ml/opam-file-format/Manifest
@@ -1,3 +1 @@
-DIST opam-file-format-2.1.0.tar.gz 23233 BLAKE2B 34d832c5ee13a0db43e77f3b33e7728faa7dccccc8daed50dca89630ab11d6f307413b8fecfef5a7c3e0f7ea04ef27105c8f42d8b5227d2587bdc2c2defe59d3 SHA512 b948545497de0386457a9b5772924572249e38164aa49d5ab2ac9442d1231a56a3b8132a95197d74cbbe34336a7edc04eaca351a8763c4a009a512085ca0ab25
-DIST opam-file-format-2.1.2.tar.gz 32120 BLAKE2B 3756ae2e2ad8e60d9611f1879ee07179e5f98ce4bd9f0fa9759e723446aac60f811e282903a57803fdb1c742f7027fb3a4b0d018dee74762645f5f0ec28aaeda SHA512 24fcc8a89dd79fee4fb54cfcd3a9b392819eb8214c97f43e226d44f1bc98111effade15f21f1e13aa5d3555cb458cbe269ba78ee4a1470c554f479446012d7ee
 DIST opam-file-format-2.1.3.tar.gz 36255 BLAKE2B eabd343d1ebb5708e57a125cf6f15105e263d0cc0885717df58249313de77cf1063efa2fc0f9b92d67a83649f3bdd8fa65c13077ca4b3814182ec750701570a1 SHA512 90da53a2b19eb97c17ec71d3ac00969863ef3458f421189413b3ec2d96f8822da9fba51ef95f55064bbb17f1729104a1fe4fed1d61d5006568b53165f0c6931f

diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild
deleted file mode 100644
index 4de09a6c7d4f..000000000000
--- a/dev-ml/opam-file-format/opam-file-format-2.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit findlib
-
-MY_PV="${PV/_beta/-beta}"
-MY_PV="${MY_PV/_rc/-rc}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DESCRIPTION="Parser and printer for the opam file syntax"
-HOMEPAGE="https://github.com/ocaml/opam-file-format"
-SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt"
-
-DEPEND="dev-lang/ocaml:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	emake byte $(usex ocamlopt native "")
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="$(ocamlc -where)" install
-}

diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
deleted file mode 100644
index 45c1d11db101..000000000000
--- a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-MY_PV="${PV/_beta/-beta}"
-MY_PV="${MY_PV/_rc/-rc}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DESCRIPTION="Parser and printer for the opam file syntax"
-HOMEPAGE="https://github.com/ocaml/opam-file-format"
-SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-ml/alcotest )"


             reply	other threads:[~2022-07-23 23:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23 23:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-25 17:46 [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-file-format/ Alfredo Tupone
2025-08-25 11:47 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-05-26 20:13 Alfredo Tupone
2023-05-13 19:46 Alfredo Tupone
2023-03-03 13:38 Alfredo Tupone
2021-11-10  8:32 Jakov Smolić
2021-10-14  3:25 Sam James
2021-10-13 20:37 Sam James
2021-10-11  8:09 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  5:45 Sam James
2021-07-14 16:49 Alfredo Tupone
2021-06-03  0:45 Sam James
2021-05-16 19:02 Sam James
2021-05-16  0:07 Sam James
2021-05-15 19:17 Sam James
2021-05-15  2:01 Sam James
2021-05-06  7:22 Sergei Trofimovich
2021-03-14  0:48 Sam James
2021-02-21  9:44 Sam James
2021-02-21  8:11 Sam James
2021-02-21  7:28 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:38 Sam James
2021-02-10 16:33 Sam James
2021-02-10 16:30 Sam James
2021-02-08 17:21 Sam James
2021-02-08 17:21 Sam James
2020-10-28  3:36 Sam James
2017-08-26 12:03 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=1658620314.0e33dbc22d1c70126a6775000c3aa31cc4b548c9.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