Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/
Date: Mon, 23 Aug 2021 15:25:16
Message-Id: 1629732307.10959773be9ab657e06b589fcd1ea0665820f7f8.prometheanfire@gentoo
1 commit: 10959773be9ab657e06b589fcd1ea0665820f7f8
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 15:24:30 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 15:25:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10959773
7
8 dev-libs/icinga-php-thirdparty: install lib to correct dir
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --force
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 ...thirdparty-0.10.0.ebuild => icinga-php-thirdparty-0.10.0-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
18 similarity index 94%
19 rename from dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
20 rename to dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
21 index 845e00a29bb..3b297eb0073 100644
22 --- a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
23 +++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
24 @@ -17,5 +17,6 @@ BDEPEND=""
25
26 src_install() {
27 insinto "/usr/share/icinga-php/vendor"
28 - doins -r "${S}"/vendor/
29 + cd "${S}"
30 + doins -r *
31 }