From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CA88158011 for ; Mon, 20 Sep 2021 18:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B850E096F; Mon, 20 Sep 2021 18:15:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F180E0975 for ; Mon, 20 Sep 2021 18:15:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C30B342E53 for ; Mon, 20 Sep 2021 18:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D42BCF for ; Mon, 20 Sep 2021 18:15:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1632160594.f31d2d8bc2d92afcf5213e76f162cf473b1186c4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mccs/Manifest dev-ml/mccs/mccs-1.1.11.ebuild X-VCS-Directories: dev-ml/mccs/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f31d2d8bc2d92afcf5213e76f162cf473b1186c4 X-VCS-Branch: master Date: Mon, 20 Sep 2021 18:15:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48f8f4b6-3901-4ec1-861d-65c47aa5cab8 X-Archives-Hash: f65e7053f6b6ad24f164205494d30f42 commit: f31d2d8bc2d92afcf5213e76f162cf473b1186c4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Sep 20 17:56:34 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Sep 20 17:56:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31d2d8b dev-ml/mccs: Remove old Bug: https://bugs.gentoo.org/788100 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel gentoo.org> dev-ml/mccs/Manifest | 1 - dev-ml/mccs/mccs-1.1.11.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-ml/mccs/Manifest b/dev-ml/mccs/Manifest index 978984dbf79..15f8de3c4fa 100644 --- a/dev-ml/mccs/Manifest +++ b/dev-ml/mccs/Manifest @@ -1,2 +1 @@ -DIST mccs-1.1.11.tar.gz 1008163 BLAKE2B 49f173b99baa1acfd96f8ef873b664ba61dc9a770ad62873f956f017e3940737be74f5d5392d4043c9ade3e74e09d9c6b11c47af7755558b25f1f62e6ab80d84 SHA512 095393ca63fb591a833a7a37117a80a2e817b437bbcd655301b376f749a3756c8aff26b2fcdebfc5f68b9c30d8971a7ba057f610117516e3e85a3fe7bd3906d0 DIST mccs-1.1.13.tar.gz 1024449 BLAKE2B c653c7d0b5fb6f9ea8facd8bfab517d80c7ec8cfd1ca512d81b81760e1d21c6978696af1cac596f0b11014464851c0c32e3bb5c6f70d88ad1bb7ef0034b8ff7d SHA512 2c2bc3c0e82b53a0e20c2542704eba8e3a2a1884f31b1a0a0079dd22fc02be8a8a62e582bdbf501339be0e9d6824872d737087e0fe150073b29b374505de073d diff --git a/dev-ml/mccs/mccs-1.1.11.ebuild b/dev-ml/mccs/mccs-1.1.11.ebuild deleted file mode 100644 index 09637d8cbca..00000000000 --- a/dev-ml/mccs/mccs-1.1.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 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="http://www.i3s.unice.fr/~cpjm/misc/ https://github.com/AltGr/ocaml-mccs/issues" -SRC_URI="https://github.com/AltGr/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/cudf:= - sci-mathematics/glpk:= -" -DEPEND="${RDEPEND} - test? ( - dev-ml/extlib:= - ) -" - -S=${WORKDIR}/ocaml-${PN}-$(ver_rs 2 '-')