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/camlidl/
Date: Mon, 24 Jan 2022 13:31:33 +0000 (UTC)	[thread overview]
Message-ID: <1643031081.9959ec1a453b88d35cc57f7f309c1ad857cf9ff5.tupone@gentoo> (raw)

commit:     9959ec1a453b88d35cc57f7f309c1ad857cf9ff5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 13:31:21 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 13:31:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959ec1a

dev-ml/camlidl: do not call ranlib directly

Closes: https://bugs.gentoo.org/831862
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camlidl/camlidl-1.05-r1.ebuild | 4 ++--
 dev-ml/camlidl/metadata.xml           | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ml/camlidl/camlidl-1.05-r1.ebuild b/dev-ml/camlidl/camlidl-1.05-r1.ebuild
index 2dfb9b3cf8db..d7cbca3f978e 100644
--- a/dev-ml/camlidl/camlidl-1.05-r1.ebuild
+++ b/dev-ml/camlidl/camlidl-1.05-r1.ebuild
@@ -39,7 +39,7 @@ src_compile() {
 	ln -s Makefile.unix config/Makefile || die
 
 	# Make
-	emake -j1
+	emake -j1 RANLIB="$(tc-getRANLIB)"
 }
 
 src_test() {
@@ -54,7 +54,7 @@ src_install() {
 
 	dodir /usr/bin
 	# Install
-	emake BINDIR="${ED}/usr/bin" OCAMLLIB="${D}${libdir}" install
+	emake BINDIR="${ED}/usr/bin" OCAMLLIB="${D}${libdir}" RANLIB="$(tc-getRANLIB)" install
 
 	# Add package header
 	sed -e "s/@VERSION/${P}/g" "${FILESDIR}/META.camlidl" >	"${D}${libdir}/META.camlidl" || die

diff --git a/dev-ml/camlidl/metadata.xml b/dev-ml/camlidl/metadata.xml
index bef24d2c2337..ff5a0cd1ae3d 100644
--- a/dev-ml/camlidl/metadata.xml
+++ b/dev-ml/camlidl/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
 </pkgmetadata>


             reply	other threads:[~2022-01-24 13:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 13:31 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlidl/ Arthur Zamarin
2024-06-16 13:58 Alfredo Tupone
2024-05-31  7:13 Alfredo Tupone
2023-03-17  2:29 Sam James
2023-03-17  2:29 Sam James
2023-01-19 21:27 Alfredo Tupone
2023-01-19 21:18 Alfredo Tupone
2022-12-04 21:17 Alfredo Tupone
2022-10-16 19:59 Alfredo Tupone
2022-02-01 20:18 Alfredo Tupone
2022-01-28  6:54 Alfredo Tupone
2022-01-22 13:51 Alfredo Tupone
2015-08-26 14:23 Mikle Kolyada
2015-08-16 23:03 Mikle Kolyada

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=1643031081.9959ec1a453b88d35cc57f7f309c1ad857cf9ff5.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