Skip to content

Commit 5baf4a4

Browse files
Merge pull request #538 from antonfischl1980/dev-libs/icinga-php-library-0.16.0
[ bump-ebuilds ] dev-libs/icinga-php-library-0.16.0
2 parents 3e9cec2 + 0b6aa60 commit 5baf4a4

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

dev-libs/icinga-php-library/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
DIST icinga-php-library-0.14.0.tar.gz 3335293 BLAKE2B 90ce180a7405a2057d1df6297ef590881f902b74548a5523c03b476f866f69dec38199026c2f0ddda614d001969b07727cc767912cc825257654c40b1f44a913 SHA512 1bd531c15e56c5d820a4462e358f52eb015b264429a74b455ce106e7a694ea72e18569c4d7baebf568d6d0f694e0c442a3dbede7a8280a193d9e32d84bca59cb
22
DIST icinga-php-library-0.14.1.tar.gz 3350571 BLAKE2B ad9225958e8cc62ea70a147146a5276c0d4bd290c9006b0f1775362cd0b3b58cd15a3977993aadb4c8298e1fe9135fdb9b39d533b867a12e0050764281d7ad56 SHA512 2979c7b1771413956628f4e7eba90b957162be9f07bba7d4b7d5256b6354b3dfaf307291992ef93765f05f555af7fd3cc069369f3e725bd7f62bc7015c41c779
33
DIST icinga-php-library-0.14.2.tar.gz 3365243 BLAKE2B 5a8ca13f4c72a25dd0c00eb74e4254fc1ef01a7cc71c87b78e1e75970b9e1f8c86387819ff68444c1db2e676669ea8119669919aebb4d36dd3abaf3de45f8a75 SHA512 0f39cb74603df40c7501be413a8357cb612f83c6ca3e5129f3964d2e89123f7ac46bf5954979f83aebf8db45a66435509c61de7f5b5197630b298ac760e82fe3
4+
DIST icinga-php-library-0.16.0.tar.gz 3368258 BLAKE2B d3d93d35ec633fc43dcec6431375f4d7e8fa1255e0fafb6bfb051069c41769a83b0b27d56353cdc70c6e9436e009c7d8ca572ecba3bba4ea36cb2a04c1e9e13e SHA512 95de8a5b4af336b1e8a9bb96358446d9bd929757bce1d9153442950f8691c93810a6f85015cc0c898b40b2fd12bbb41eefaa41645a029f45c95420d6a4060fd1
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DESCRIPTION="Icinga PHP libraries for Icinga Web 2"
7+
HOMEPAGE="https://github.com/Icinga/icinga-php-library"
8+
MY_GITHUB_AUTHOR="Icinga"
9+
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
10+
11+
LICENSE="MIT"
12+
SLOT="0"
13+
KEYWORDS="~amd64 ~x86"
14+
15+
IUSE="php_targets_php8-1 php_targets_php8-2 php_targets_php8-3"
16+
PHP_DEPEND="
17+
php_targets_php8-1? ( dev-lang/php:8.1 )
18+
!php_targets_php8-1? ( !dev-lang/php:8.1 )
19+
php_targets_php8-2? ( dev-lang/php:8.2 )
20+
!php_targets_php8-2? ( !dev-lang/php:8.2 )
21+
php_targets_php8-3? ( dev-lang/php:8.3 )
22+
!php_targets_php8-3? ( !dev-lang/php:8.3 )
23+
"
24+
DEPEND="${PHP_DEPEND}"
25+
RDEPEND="${DEPEND}"
26+
BDEPEND=""
27+
28+
src_install() {
29+
insinto "/usr/share/icinga-php/ipl"
30+
cd "${S}" || die
31+
doins -r ./*
32+
}

0 commit comments

Comments
 (0)