diff options
author | 2024-06-09 12:45:06 +0200 | |
---|---|---|
committer | 2024-06-09 12:45:33 +0200 | |
commit | 378736d2cc6816cb6cbe3ae265966a6a75abced9 (patch) | |
tree | d88e8c2a6d722e1cba178c5560840533b278b2db /dev-lang/ocaml | |
parent | dev-lang/ocaml: drop 4.14.0-r1 (diff) | |
download | gentoo-378736d2cc6816cb6cbe3ae265966a6a75abced9.tar.gz gentoo-378736d2cc6816cb6cbe3ae265966a6a75abced9.tar.bz2 gentoo-378736d2cc6816cb6cbe3ae265966a6a75abced9.zip |
dev-lang/ocaml: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.11.2-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-4.12.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-4.13.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-4.14.1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild index 489cf0a32fef..d57b85a17ce1 100644 --- a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit flag-o-matic +DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" HOMEPAGE="https://ocaml.org/" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" LICENSE="QPL-1.0 LGPL-2" SLOT="0/$(ver_cut 1-2)" diff --git a/dev-lang/ocaml/ocaml-4.12.1.ebuild b/dev-lang/ocaml/ocaml-4.12.1.ebuild index 9294aeacdc06..397ff3c8ab8d 100644 --- a/dev-lang/ocaml/ocaml-4.12.1.ebuild +++ b/dev-lang/ocaml/ocaml-4.12.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit flag-o-matic +DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" HOMEPAGE="https://ocaml.org/" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" LICENSE="QPL-1.0 LGPL-2" SLOT="0/$(ver_cut 1-2)" diff --git a/dev-lang/ocaml/ocaml-4.13.1.ebuild b/dev-lang/ocaml/ocaml-4.13.1.ebuild index 73ab996ee176..385f7be2f182 100644 --- a/dev-lang/ocaml/ocaml-4.13.1.ebuild +++ b/dev-lang/ocaml/ocaml-4.13.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit flag-o-matic +DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" HOMEPAGE="https://ocaml.org/" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" LICENSE="QPL-1.0 LGPL-2" SLOT="0/$(ver_cut 1-2)" diff --git a/dev-lang/ocaml/ocaml-4.14.1.ebuild b/dev-lang/ocaml/ocaml-4.14.1.ebuild index fe9b42d885eb..5ed03c0a3f13 100644 --- a/dev-lang/ocaml/ocaml-4.14.1.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit flag-o-matic +DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" HOMEPAGE="https://ocaml.org/" SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" |