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-library/
Date: Mon, 23 Aug 2021 15:25:16
Message-Id: 1629732308.7d4b54c098973ccbc4ed9952584a9b944dc57038.prometheanfire@gentoo
1 commit: 7d4b54c098973ccbc4ed9952584a9b944dc57038
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 15:24:51 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 15:25:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4b54c0
7
8 dev-libs/icinga-php-library: 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 ...nga-php-library-0.6.1.ebuild => icinga-php-library-0.6.1-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
18 similarity index 95%
19 rename from dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild
20 rename to dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
21 index dd28d6824a3..f2df581a5c4 100644
22 --- a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild
23 +++ b/dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
24 @@ -18,5 +18,6 @@ BDEPEND=""
25
26 src_install() {
27 insinto "/usr/share/icinga-php/ipl"
28 - doins -r "${S}"/vendor
29 + cd "${S}"
30 + doins -r *
31 }