From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnv/
Date: Thu, 22 Sep 2022 17:48:33 +0000 (UTC) [thread overview]
Message-ID: <1663868839.ed94e748b8dbe48a5ede2cacb5be53079f35f936.sping@gentoo> (raw)
commit: ed94e748b8dbe48a5ede2cacb5be53079f35f936
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 17:45:34 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 17:47:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed94e748
app-text/rnv: fix linking with lld + EAPI 8 + set maintainer
Closes: https://bugs.gentoo.org/734958
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
app-text/rnv/metadata.xml | 5 ++++-
app-text/rnv/rnv-1.7.11-r1.ebuild | 8 +++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/app-text/rnv/metadata.xml b/app-text/rnv/metadata.xml
index 581faaa017c3..435382f3cbd2 100644
--- a/app-text/rnv/metadata.xml
+++ b/app-text/rnv/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">rnv</remote-id>
</upstream>
diff --git a/app-text/rnv/rnv-1.7.11-r1.ebuild b/app-text/rnv/rnv-1.7.11-r1.ebuild
index 1ca31dcce3d1..4d5043c9f5c4 100644
--- a/app-text/rnv/rnv-1.7.11-r1.ebuild
+++ b/app-text/rnv/rnv-1.7.11-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit unpacker toolchain-funcs
DESCRIPTION="A lightweight Relax NG Compact Syntax validator"
@@ -26,7 +26,9 @@ src_prepare() {
src_configure() {
LIBS="-ldl -lm" \
- econf --with-scm="/usr"
+ econf \
+ --with-scm-inc="/usr/include" \
+ --with-scm-lib="/usr/$(get_libdir)"
}
src_install() {
next reply other threads:[~2022-09-22 17:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-22 17:48 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-06 21:42 [gentoo-commits] repo/gentoo:master commit in: app-text/rnv/ Jonas Stein
2018-04-05 23:19 Thomas Deutschmann
2018-04-04 14:45 Aaron Bauman
2018-04-03 18:42 Pacho Ramos
2018-03-17 6:45 Matt Turner
2017-10-28 20:39 Jonas Stein
2017-10-08 20:00 Jonas Stein
2015-12-21 14:21 Patrick Lauer
2015-09-08 12:17 Ian Delaney
2015-08-12 18:39 Sebastian Pipping
2015-08-12 18:38 Sebastian Pipping
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=1663868839.ed94e748b8dbe48a5ede2cacb5be53079f35f936.sping@gentoo \
--to=sping@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