Skip to content

Commit 383ddd1

Browse files
Merge pull request #551 from antonfischl1980/dev-libs/icinga-php-thirdparty-0.13.0
[ bump-ebuilds ] dev-libs/icinga-php-thirdparty-0.13.0
2 parents 5192770 + 392e5b9 commit 383ddd1

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
DIST icinga-php-thirdparty-0.12.0.tar.gz 14204157 BLAKE2B f8a084cf0299dcca2e90ef97982c46d38f8ccd1c25d87e7106b22f4b91f49f9bbed8c31bf51af10083be28283d93be8d54c083450fd9563f4cc09cf35cdb270a SHA512 c087261712d486fba026128d7fd06590e824024d192d4d5feea902dbdb7134fca7b0e1d82aa4a5246859ca55303a6aed40a57b5aaf37e6652abb68549c8c48ea
22
DIST icinga-php-thirdparty-0.12.1.tar.gz 14301833 BLAKE2B 41e114f412f0257e67f2e129b524c208cd008c7fd6fb7a2194d1c9eac8cd655970fc52ad2648ced0458d13646d565066bc172b79553a799fe6729d3e4971e161 SHA512 1cc5ea8238eae6dd9a0a14cd898532d10dd2a44fb17072d113da9c32b2d383dc6970a1f55e7badac060f4fcee683b7ad1aef3268d37fd462bcd2bff2eb1f4298
3+
DIST icinga-php-thirdparty-0.13.0.tar.gz 14671082 BLAKE2B 122ce3a398381cb17779f04d39bb53a63c14c6251e37956c0572dfd111666c3c4946aef2f7d580c453457dead4f423642c17a65e9140e1e6bfbb6b49b336f16f SHA512 c62b4abb5106c620ed15f087671593c2469f98030cff2acd43ee0c1461e838389d19c6f741192cfb201d310c300d4ae8f6f089ff8db37c2ecf511319176a081a
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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-thirdparty"
8+
SRC_URI="https://github.com/Icinga/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
9+
10+
LICENSE="MIT"
11+
SLOT="0"
12+
KEYWORDS="~amd64 ~x86"
13+
14+
IUSE="php_targets_php8-1 php_targets_php8-2 php_targets_php8-3"
15+
PHP_DEPEND="
16+
php_targets_php8-1? ( dev-lang/php:8.1 )
17+
!php_targets_php8-1? ( !dev-lang/php:8.1 )
18+
php_targets_php8-2? ( dev-lang/php:8.2 )
19+
!php_targets_php8-2? ( !dev-lang/php:8.2 )
20+
php_targets_php8-3? ( dev-lang/php:8.3 )
21+
!php_targets_php8-3? ( !dev-lang/php:8.3 )
22+
"
23+
DEPEND="${PHP_DEPEND}"
24+
RDEPEND="${DEPEND}"
25+
BDEPEND=""
26+
27+
src_install() {
28+
insinto "/usr/share/icinga-php/vendor"
29+
cd "${S}" || die
30+
doins -r ./*
31+
}

0 commit comments

Comments
 (0)