From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/kyotocabinet/
Date: Fri, 5 Mar 2021 18:00:56 +0000 (UTC) [thread overview]
Message-ID: <1614967240.d7773cd73f5f65c3b63b78f09b53580b8a430fbc.sam@gentoo> (raw)
commit: d7773cd73f5f65c3b63b78f09b53580b8a430fbc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 07:56:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 18:00:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7773cd7
dev-db/kyotocabinet: fix DeprecatedInsinto
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
index 9ec32d27948..df0ceeaceb7 100644
--- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
+++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
inherit autotools toolchain-funcs
@@ -57,13 +57,12 @@ src_install() {
find "${ED}" -name '*.a' -delete || die
fi
- if use examples; then
- insinto /usr/share/${PF}/example
- doins example/*
+ if use doc; then
+ dodoc -r doc/*
fi
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins -r doc/*
+ if use examples; then
+ docinto example
+ dodoc example/*
fi
}
next reply other threads:[~2021-03-05 18:01 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-05 18:00 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-18 17:32 [gentoo-commits] repo/gentoo:master commit in: dev-db/kyotocabinet/ Arthur Zamarin
2024-10-18 16:12 Arthur Zamarin
2024-10-15 20:45 Sam James
2024-10-15 20:45 Sam James
2024-10-15 20:45 Sam James
2024-10-15 20:45 Sam James
2024-10-15 20:45 Sam James
2024-09-08 20:48 Petr Vaněk
2023-10-09 20:02 Sam James
2023-10-09 7:18 Sam James
2023-10-09 5:54 Sam James
2023-10-09 4:53 Sam James
2023-10-09 4:36 Sam James
2023-10-09 4:36 Sam James
2023-03-17 18:25 Sam James
2023-03-17 18:25 Sam James
2023-03-17 18:25 Sam James
2023-03-17 17:30 Sam James
2023-03-17 16:40 Arthur Zamarin
2023-03-17 16:22 Arthur Zamarin
2023-03-17 16:10 Arthur Zamarin
2022-11-29 15:58 WANG Xuerui
2022-11-16 23:00 Sam James
2022-11-16 23:00 Sam James
2021-07-13 11:21 Marek Szuba
2021-01-06 18:43 Fabian Groffen
2020-04-07 8:41 Sergei Trofimovich
2020-01-20 23:12 Sergei Trofimovich
2019-10-28 21:38 Jonas Stein
2019-09-18 11:15 Agostino Sarubbo
2019-09-17 6:03 Matt Turner
2019-09-16 22:03 Sergei Trofimovich
2019-09-16 22:02 Sergei Trofimovich
2019-09-15 19:22 Matt Turner
2019-09-15 9:03 Agostino Sarubbo
2019-09-14 2:57 Aaron Bauman
2019-08-28 6:54 Sergei Trofimovich
2019-04-26 11:32 Anthony G. Basile
2018-12-31 10:06 Mikle Kolyada
2018-11-28 2:07 Thomas Deutschmann
2018-08-30 4:44 Markus Meier
2018-06-16 15:04 Sergei Trofimovich
2018-04-14 11:25 Markus Meier
2018-02-24 21:56 Michał Górny
2017-10-25 21:42 Sergei Trofimovich
2016-11-03 16:19 Göktürk Yüksek
2016-01-24 15:56 Michael Palimaka
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=1614967240.d7773cd73f5f65c3b63b78f09b53580b8a430fbc.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