public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sks/
Date: Sat, 15 Oct 2022 14:31:50 +0000 (UTC)	[thread overview]
Message-ID: <1665844305.3f26f66811b276bfba603fa4f85b8065d51fce71.sam@gentoo> (raw)

commit:     3f26f66811b276bfba603fa4f85b8065d51fce71
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 14:31:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 14:31:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26f668

net-misc/sks: fix VariableScope

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/sks/sks-1.1.6_p20200624-r1.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild b/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild
index 12939b3ef43a..133ea06cb8e7 100644
--- a/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild
+++ b/net-misc/sks/sks-1.1.6_p20200624-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,7 +37,7 @@ found at https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Peering"
 RDEPEND="
 	acct-user/sks
 	acct-group/sks
-	>=dev-lang/ocaml-4.0:=
+	<dev-lang/ocaml-4.13:=
 	dev-ml/camlp4:=
 	dev-ml/cryptokit:=
 	dev-ml/num:=
@@ -62,8 +62,6 @@ src_prepare() {
 		-e "s:^BDBLIB=.*$:BDBLIB=-L/usr/$(get_libdir):g" \
 		-e "s:^BDBINCLUDE=.*$:BDBINCLUDE=-I/usr/include/db5.3/:g" \
 		-e "s:^LIBDB=.*$:LIBDB=-ldb-5.3:g" \
-		-e "s:^PREFIX=.*$:PREFIX=${D}/usr:g" \
-		-e "s:^MANDIR=.*$:MANDIR=${D}/usr/share/man:g" \
 		Makefile.local || die
 	sed -i \
 		-e 's:/usr/sbin/sks:/usr/bin/sks:g' \
@@ -89,6 +87,11 @@ src_test() {
 }
 
 src_install() {
+	sed -i \
+		-e "s:^PREFIX=.*$:PREFIX=${ED}/usr:g" \
+		-e "s:^MANDIR=.*$:MANDIR=${ED}/usr/share/man:g" \
+		Makefile.local || die
+
 	if use optimize; then
 		emake install.bc
 		dosym sks.bc usr/bin/sks


             reply	other threads:[~2022-10-15 14:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-15 14:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-13 10:44 [gentoo-commits] repo/gentoo:master commit in: net-misc/sks/ Sam James
2020-10-08 22:41 Sam James
2020-10-08 22:41 Sam James
2017-07-09 19:55 Kristian Fiskerstrand
2017-07-09 19:21 Kristian Fiskerstrand
2017-07-09 16:00 Kristian Fiskerstrand
2017-07-08 15:48 Kristian Fiskerstrand
2017-07-08 15:48 Kristian Fiskerstrand
2017-06-28  7:38 Kristian Fiskerstrand
2016-09-12  6:04 Patrice Clement
2016-08-07 14:55 Kristian Fiskerstrand
2016-02-16 17:37 Kristian Fiskerstrand
2016-02-16 17:37 Kristian Fiskerstrand
2016-02-16 17:37 Kristian Fiskerstrand
2015-09-21 19:48 Kristian Fiskerstrand
2015-09-21 19:48 Kristian Fiskerstrand

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=1665844305.3f26f66811b276bfba603fa4f85b8065d51fce71.sam@gentoo \
    --to=sam@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