public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/
Date: Sun, 14 Jul 2024 19:00:56 +0000 (UTC)	[thread overview]
Message-ID: <1720983618.49a239a7f69c84cca84d6e145ae652800ad10883.tupone@gentoo> (raw)

commit:     49a239a7f69c84cca84d6e145ae652800ad10883
Author:     Alain Emilia Anna Zscheile <fogti <AT> ytrizja <DOT> de>
AuthorDate: Sat Jul 13 19:50:35 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <fogti <AT> ytrizja.de>
Signed-off-by: Alfredo Tupone <tupone <AT> 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 @@
 		<name>ML</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">AltGr/ocaml-mccs</remote-id>
+		<remote-id type="github">ocaml-opam/ocaml-mccs</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2024-07-14 19:01 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-14 19:00 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13 18:49 [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/ 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
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=1720983618.49a239a7f69c84cca84d6e145ae652800ad10883.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