diff options
author | Alain Emilia Anna Zscheile <fogti@ytrizja.de> | 2024-07-13 21:50:35 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-07-14 21:00:18 +0200 |
commit | 49a239a7f69c84cca84d6e145ae652800ad10883 (patch) | |
tree | e708386f12781c7b8b95aeae7a6b8b0f58bb040e /dev-ml | |
parent | dev-ml/mccs: add 1.1.17 (diff) | |
download | gentoo-49a239a7f69c84cca84d6e145ae652800ad10883.tar.gz gentoo-49a239a7f69c84cca84d6e145ae652800ad10883.tar.bz2 gentoo-49a239a7f69c84cca84d6e145ae652800ad10883.zip |
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@ytrizja.de>
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/mccs/mccs-1.1.13.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/mccs/mccs-1.1.14.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/mccs/mccs-1.1.17.ebuild | 4 | ||||
-rw-r--r-- | 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> |