From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/
Date: Fri, 28 May 2021 15:57:41 +0000 (UTC) [thread overview]
Message-ID: <1622217414.548c09863b0b4600ed32b8791da1df4c1171c0ba.soap@gentoo> (raw)
commit: 548c09863b0b4600ed32b8791da1df4c1171c0ba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 15:56:54 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 15:56:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548c0986
dev-php/libvirt-php: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{libvirt-php-0.5.4.ebuild => libvirt-php-0.5.4-r1.ebuild} | 7 +++++--
.../{libvirt-php-0.5.5.ebuild => libvirt-php-0.5.5-r1.ebuild} | 7 +++++--
dev-php/libvirt-php/libvirt-php-9999.ebuild | 5 ++++-
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/dev-php/libvirt-php/libvirt-php-0.5.4.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.4-r1.ebuild
similarity index 94%
rename from dev-php/libvirt-php/libvirt-php-0.5.4.ebuild
rename to dev-php/libvirt-php/libvirt-php-0.5.4-r1.ebuild
index 70b89e90a22..cc5be73d2db 100644
--- a/dev-php/libvirt-php/libvirt-php-0.5.4.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-0.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -43,6 +43,7 @@ src_unpack() {
src_prepare() {
php-ext-source-r3_src_prepare
+
local slot
for slot in $(php_get_slots); do
php_init_slot_env "${slot}"
@@ -57,10 +58,12 @@ src_install() {
insinto "${EXT_DIR}"
doins "src/.libs/${PHP_EXT_NAME}.so"
done
+
php-ext-source-r3_createinifiles
einstalldocs
+
if use doc ; then
- docinto /usr/share/doc/${PF}/html
+ docinto html
dodoc -r docs/*
fi
}
diff --git a/dev-php/libvirt-php/libvirt-php-0.5.5.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.5-r1.ebuild
similarity index 95%
rename from dev-php/libvirt-php/libvirt-php-0.5.5.ebuild
rename to dev-php/libvirt-php/libvirt-php-0.5.5-r1.ebuild
index df9088443f6..093337c9e3c 100644
--- a/dev-php/libvirt-php/libvirt-php-0.5.5.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-0.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -43,6 +43,7 @@ src_unpack() {
src_prepare() {
php-ext-source-r3_src_prepare
+
local slot
for slot in $(php_get_slots); do
php_init_slot_env "${slot}"
@@ -62,10 +63,12 @@ src_install() {
insinto "${EXT_DIR}"
doins "src/.libs/${PHP_EXT_NAME}.so"
done
+
php-ext-source-r3_createinifiles
einstalldocs
+
if use doc ; then
- docinto /usr/share/doc/${PF}/html
+ docinto html
dodoc -r docs/*
fi
}
diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild
index 395c151a9ce..0d75a2ce62a 100644
--- a/dev-php/libvirt-php/libvirt-php-9999.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild
@@ -41,6 +41,7 @@ src_unpack() {
src_prepare() {
php-ext-source-r3_src_prepare
+
local slot
for slot in $(php_get_slots); do
php_init_slot_env "${slot}"
@@ -55,10 +56,12 @@ src_install() {
insinto "${EXT_DIR}"
doins "src/.libs/${PHP_EXT_NAME}.so"
done
+
php-ext-source-r3_createinifiles
einstalldocs
+
if use doc ; then
- docinto /usr/share/doc/${PF}/html
+ docinto html
dodoc -r docs/*
fi
}
next reply other threads:[~2021-05-28 15:57 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 15:57 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 1:53 [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/ Michael Orlitzky
2024-11-10 1:53 Michael Orlitzky
2024-10-17 5:01 Sam James
2024-10-17 5:01 Sam James
2024-03-14 5:54 Sam James
2022-12-24 7:03 Sam James
2022-12-24 7:03 Sam James
2022-10-28 19:15 Sam James
2022-08-19 2:40 Sam James
2022-06-15 22:06 Sam James
2022-03-22 3:14 Brian Evans
2022-03-18 16:53 Brian Evans
2022-03-16 22:42 Brian Evans
2021-03-03 17:40 Sam James
2021-01-21 18:08 Brian Evans
2020-06-14 23:30 Thomas Deutschmann
2019-12-05 20:25 Brian Evans
2019-06-07 14:14 Thomas Deutschmann
2018-04-11 1:28 Brian Evans
2018-03-22 17:26 Brian Evans
2017-10-19 19:39 Brian Evans
2017-08-18 18:28 Michael Orlitzky
2017-07-11 15:26 Brian Evans
2017-07-02 2:31 Brian Evans
2016-08-16 5:22 Matthias Maier
2016-08-16 5:22 Matthias Maier
2016-08-16 5:22 Matthias Maier
2016-08-16 5:22 Matthias Maier
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=1622217414.548c09863b0b4600ed32b8791da1df4c1171c0ba.soap@gentoo \
--to=soap@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