From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/
Date: Wed, 13 Nov 2024 18:49:03 +0000 (UTC) [thread overview]
Message-ID: <1731523727.91511a117288efb41f0dbc9f1754938e4e842723.tupone@gentoo> (raw)
commit: 91511a117288efb41f0dbc9f1754938e4e842723
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 18:48:47 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 18:48:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91511a11
dev-ml/mccs: drop 1.1.13, 1.1.14
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/mccs/Manifest | 2 --
dev-ml/mccs/mccs-1.1.13.ebuild | 29 -----------------------------
dev-ml/mccs/mccs-1.1.14.ebuild | 29 -----------------------------
3 files changed, 60 deletions(-)
diff --git a/dev-ml/mccs/Manifest b/dev-ml/mccs/Manifest
index d3971cf7aab5..94db063077dc 100644
--- a/dev-ml/mccs/Manifest
+++ b/dev-ml/mccs/Manifest
@@ -1,4 +1,2 @@
-DIST mccs-1.1.13.tar.gz 1024449 BLAKE2B c653c7d0b5fb6f9ea8facd8bfab517d80c7ec8cfd1ca512d81b81760e1d21c6978696af1cac596f0b11014464851c0c32e3bb5c6f70d88ad1bb7ef0034b8ff7d SHA512 2c2bc3c0e82b53a0e20c2542704eba8e3a2a1884f31b1a0a0079dd22fc02be8a8a62e582bdbf501339be0e9d6824872d737087e0fe150073b29b374505de073d
-DIST mccs-1.1.14.tar.gz 1024455 BLAKE2B 60a8170bcef250532f69d78df72906f944b392dc858c6b88e19fab367d71c19a4316c78f1285fbd120fb9212c2a3f15be3c3ec9bc2262aab80bed6b0dcc76cca SHA512 f7a50473efb7823f61dda2753be4887cebc6aa43c1cc9de2596a15b418fbc577ea60d96f66488a1008032f75bbc3b3b090017d5846d5558463bd8ca062270895
DIST mccs-1.1.17.tar.gz 1025141 BLAKE2B c553e4f5d550297e70da182a7d819f62131e70cc582e2086c1eeb5b5829e2ead5c13a2e8efface8b1e1ff741b8d246a3e0299bcdd61fc50c16e1f6775da25413 SHA512 2118a95bc4f20da469c13628a9dc3d193717789fb05242cfa38a3a195228a5376c6fa50e8369aa21be5e90e2bc5094a58e319d8fe75a63da925daa52024e8c40
DIST mccs-1.1.18.tar.gz 1025265 BLAKE2B ff49c8f93af12245da51915d9eb9295e520a9aae25ede5f4963a7d84085dcdaafd37695d65cb0a26afc8fb2d1a9371d6fe4c855c39221924df6300fdde7c60a4 SHA512 5c0a1e2e437efb1d76e7420cdd6b9bfa9a212a54a4ef27f5358c7249fcf5b1541e737b4550fe2c1e9e1761bbc31f48545df943cf4f72c8cbf530c47f5599c69d
diff --git a/dev-ml/mccs/mccs-1.1.13.ebuild b/dev-ml/mccs/mccs-1.1.13.ebuild
deleted file mode 100644
index 120b5be528ae..000000000000
--- a/dev-ml/mccs/mccs-1.1.13.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-MY_PV=$(ver_rs 2 '+')
-
-DESCRIPTION="Multi Criteria CUDF Solver"
-HOMEPAGE="https://github.com/ocaml-opam/ocaml-mccs"
-SRC_URI="https://github.com/ocaml-opam/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-')
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/cudf:=
- sci-mathematics/glpk:=
-"
-DEPEND="${RDEPEND}
- test? (
- dev-ml/extlib:=
- )
-"
diff --git a/dev-ml/mccs/mccs-1.1.14.ebuild b/dev-ml/mccs/mccs-1.1.14.ebuild
deleted file mode 100644
index 31ee77150591..000000000000
--- a/dev-ml/mccs/mccs-1.1.14.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-MY_PV=$(ver_rs 2 '+')
-
-DESCRIPTION="Multi Criteria CUDF Solver"
-HOMEPAGE="https://github.com/ocaml-opam/ocaml-mccs"
-SRC_URI="https://github.com/ocaml-opam/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-')
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/cudf:=
- sci-mathematics/glpk:=
-"
-DEPEND="${RDEPEND}
- test? (
- dev-ml/extlib:=
- )
-"
next reply other threads:[~2024-11-13 18:49 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 18:49 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-29 10:54 [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/ Sam James
2024-12-29 10:54 Sam James
2024-12-29 10:54 Sam James
2024-12-23 22:23 Alfredo Tupone
2024-10-17 19:22 Alfredo Tupone
2024-09-02 7:29 Arthur Zamarin
2024-08-23 13:00 Arthur Zamarin
2024-08-18 17:47 Sam James
2024-08-18 17:47 Sam James
2024-08-18 17:47 Sam James
2024-07-14 19:00 Alfredo Tupone
2024-07-14 19:00 Alfredo Tupone
2023-01-27 22:25 Alfredo Tupone
2021-09-20 18:15 Andreas K. Hüttel
2021-08-13 21:54 Sam James
2021-08-11 19:14 Sam James
2021-08-11 19:14 Sam James
2021-08-11 19:13 Sam James
2021-08-11 19:13 Sam James
2021-08-11 19:11 Sam James
2021-06-14 18:36 Sam James
2021-06-14 18:35 Sam James
2021-03-14 0:48 Sam James
2021-03-13 14:05 Sam James
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2020-10-15 12:20 Mark Wright
2017-08-26 18:34 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=1731523727.91511a117288efb41f0dbc9f1754938e4e842723.tupone@gentoo \
--to=tupone@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