commit:     8fa26385ba95b10d68b868bc8158349c3ffada4d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 07:52:06 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 07:52:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa26385

dev-ml/camlp4: META file belong to its package

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../camlp4/{camlp4-4.05_p1-r1.ebuild => camlp4-4.05_p1-r2.ebuild}  | 7 +------
 .../camlp4/{camlp4-4.09_p1-r1.ebuild => camlp4-4.09_p1-r2.ebuild}  | 7 +------
 dev-ml/camlp4/{camlp4-4.12-r1.ebuild => camlp4-4.10_p1-r3.ebuild}  | 7 +------
 .../camlp4/{camlp4-4.11_p1-r2.ebuild => camlp4-4.11_p1-r3.ebuild}  | 7 +------
 dev-ml/camlp4/{camlp4-4.10_p1-r2.ebuild => camlp4-4.12-r2.ebuild}  | 7 +------
 dev-ml/camlp4/{camlp4-4.13-r1.ebuild => camlp4-4.13-r2.ebuild}     | 7 +------
 dev-ml/camlp4/{camlp4-4.14.ebuild => camlp4-4.14-r1.ebuild}        | 7 +------
 .../camlp4/{camlp4-4.14_p1-r1.ebuild => camlp4-4.14_p1-r2.ebuild}  | 5 -----
 8 files changed, 7 insertions(+), 47 deletions(-)

diff --git a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.05_p1-r2.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
rename to dev-ml/camlp4/camlp4-4.05_p1-r2.ebuild
index c789ef9faa87..097328a962bf 100644
--- a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.05_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,9 +42,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
rename to dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild
index 493491f04920..81cf455621fd 100644
--- a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.09_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,9 +43,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.12-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.12-r1.ebuild
rename to dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild
index 4626eebf04b0..64641f012733 100644
--- a/dev-ml/camlp4/camlp4-4.12-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.10_p1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,9 +43,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild 
b/dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
rename to dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild
index 3cfc74cb77c9..b3c8eb765030 100644
--- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.11_p1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,9 +43,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild 
b/dev-ml/camlp4/camlp4-4.12-r2.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
rename to dev-ml/camlp4/camlp4-4.12-r2.ebuild
index 4626eebf04b0..64641f012733 100644
--- a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.12-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,9 +43,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.13-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.13-r2.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.13-r1.ebuild
rename to dev-ml/camlp4/camlp4-4.13-r2.ebuild
index 4626eebf04b0..64641f012733 100644
--- a/dev-ml/camlp4/camlp4-4.13-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,9 +43,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.14.ebuild 
b/dev-ml/camlp4/camlp4-4.14-r1.ebuild
similarity index 86%
rename from dev-ml/camlp4/camlp4-4.14.ebuild
rename to dev-ml/camlp4/camlp4-4.14-r1.ebuild
index eaa857349b4c..7d638e7619a8 100644
--- a/dev-ml/camlp4/camlp4-4.14.ebuild
+++ b/dev-ml/camlp4/camlp4-4.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -45,9 +45,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

diff --git a/dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
similarity index 90%
rename from dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild
rename to dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
index 3959edb206f2..6911484bc206 100644
--- a/dev-ml/camlp4/camlp4-4.14_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild
@@ -48,9 +48,4 @@ src_compile() {
 src_install() {
        emake DESTDIR="${D}" install install-META
        dodoc CHANGES.md README.md
-
-       if has_version ">=dev-ml/findlib-1.9" ; then
-               # See bug #803275
-               rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die
-       fi
 }

Reply via email to