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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A71CA1581C1 for ; Sun, 14 Jul 2024 19:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CDD4E2AF0; Sun, 14 Jul 2024 19:00:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EC69E2AF0 for ; Sun, 14 Jul 2024 19:00:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 544BC340CB1 for ; Sun, 14 Jul 2024 19:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C96A1DA3 for ; Sun, 14 Jul 2024 19:00:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1720983618.49a239a7f69c84cca84d6e145ae652800ad10883.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mccs/mccs-1.1.13.ebuild dev-ml/mccs/mccs-1.1.14.ebuild dev-ml/mccs/mccs-1.1.17.ebuild dev-ml/mccs/metadata.xml X-VCS-Directories: dev-ml/mccs/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 49a239a7f69c84cca84d6e145ae652800ad10883 X-VCS-Branch: master Date: Sun, 14 Jul 2024 19:00:56 +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: d789a43e-6651-4c53-81fe-c37f68897250 X-Archives-Hash: 354fb2f23538c95f3488f069d619f2ec commit: 49a239a7f69c84cca84d6e145ae652800ad10883 Author: Alain Emilia Anna Zscheile ytrizja de> AuthorDate: Sat Jul 13 19:50:35 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jul 14 19:00:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a239a7 dev-ml/mccs: update HOMEPAGE, SRC_URI This fixes a dead URL and a redirect (git repo changed owner). Signed-off-by: Alain Emilia Anna Zscheile ytrizja.de> Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/mccs/mccs-1.1.13.ebuild | 6 +++--- dev-ml/mccs/mccs-1.1.14.ebuild | 6 +++--- dev-ml/mccs/mccs-1.1.17.ebuild | 4 ++-- dev-ml/mccs/metadata.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-ml/mccs/mccs-1.1.13.ebuild b/dev-ml/mccs/mccs-1.1.13.ebuild index 0fb1656753d4..120b5be528ae 100644 --- a/dev-ml/mccs/mccs-1.1.13.ebuild +++ b/dev-ml/mccs/mccs-1.1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ 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" +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" diff --git a/dev-ml/mccs/mccs-1.1.14.ebuild b/dev-ml/mccs/mccs-1.1.14.ebuild index 85495f2cda7f..31ee77150591 100644 --- a/dev-ml/mccs/mccs-1.1.14.ebuild +++ b/dev-ml/mccs/mccs-1.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,8 +8,8 @@ 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" +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" diff --git a/dev-ml/mccs/mccs-1.1.17.ebuild b/dev-ml/mccs/mccs-1.1.17.ebuild index b7aecfc64de4..6a857778b7e0 100644 --- a/dev-ml/mccs/mccs-1.1.17.ebuild +++ b/dev-ml/mccs/mccs-1.1.17.ebuild @@ -8,8 +8,8 @@ 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" +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="|| ( LGPL-2.1 BSD GPL-3 )" diff --git a/dev-ml/mccs/metadata.xml b/dev-ml/mccs/metadata.xml index 993260c8c1ee..6489fe7f6023 100644 --- a/dev-ml/mccs/metadata.xml +++ b/dev-ml/mccs/metadata.xml @@ -6,6 +6,6 @@ ML - AltGr/ocaml-mccs + ocaml-opam/ocaml-mccs