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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D35D158086 for ; Thu, 7 Oct 2021 01:46:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94333E0A95; Thu, 7 Oct 2021 01:46:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61897E0A95 for ; Thu, 7 Oct 2021 01:46:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7202734319C for ; Thu, 7 Oct 2021 01:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B61FCDC for ; Thu, 7 Oct 2021 01:46:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633571177.c8f57c6a1b3c5375e7af031fe09cf2b98dfa8382.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild dev-ml/camlp4/camlp4-4.12-r1.ebuild dev-ml/camlp4/camlp4-4.13-r1.ebuild X-VCS-Directories: dev-ml/camlp4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8f57c6a1b3c5375e7af031fe09cf2b98dfa8382 X-VCS-Branch: master Date: Thu, 7 Oct 2021 01:46:30 +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: 2c5e9792-a816-4051-98ae-7bc60c436d75 X-Archives-Hash: 385642e94bca7ea48a303c3d291f34de commit: c8f57c6a1b3c5375e7af031fe09cf2b98dfa8382 Author: Sam James gentoo org> AuthorDate: Thu Oct 7 01:46:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 7 01:46:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f57c6a dev-ml/camlp4: fix WhitespaceFound Signed-off-by: Sam James gentoo.org> dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild | 8 ++++---- dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild | 8 ++++---- dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild | 8 ++++---- dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild | 6 +++--- dev-ml/camlp4/camlp4-4.12-r1.ebuild | 8 ++++---- dev-ml/camlp4/camlp4-4.13-r1.ebuild | 8 ++++---- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild index f750a91aeb9..e55cdec3ea7 100644 --- a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild +++ b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild @@ -40,8 +40,8 @@ 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 + 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-r1.ebuild index 767b8bdf4e5..4489b5085c9 100644 --- a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild +++ b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild @@ -43,8 +43,8 @@ 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 + 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.10_p1-r2.ebuild index 7e7539c01f6..0d165e7722a 100644 --- a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild @@ -43,8 +43,8 @@ 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 + 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-r2.ebuild index ea9f15d7475..ff2914c9108 100644 --- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild +++ b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild @@ -45,8 +45,8 @@ src_install() { emake DESTDIR="${D}" install install-META dodoc CHANGES.md README.md - if has_version ">=dev-ml/findlib-1.9" ; then + if has_version ">=dev-ml/findlib-1.9" ; then # See bug #803275 - rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die - fi + 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.12-r1.ebuild index 983c54d23b7..ff2914c9108 100644 --- a/dev-ml/camlp4/camlp4-4.12-r1.ebuild +++ b/dev-ml/camlp4/camlp4-4.12-r1.ebuild @@ -45,8 +45,8 @@ 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 + 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-r1.ebuild index 983c54d23b7..ff2914c9108 100644 --- a/dev-ml/camlp4/camlp4-4.13-r1.ebuild +++ b/dev-ml/camlp4/camlp4-4.13-r1.ebuild @@ -45,8 +45,8 @@ 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 + if has_version ">=dev-ml/findlib-1.9" ; then + # See bug #803275 + rm "${ED}/usr/$(get_libdir)/ocaml/camlp4/META" || die + fi }