Skip to content

Commit 660a46e

Browse files
Merge pull request #612 from antonfischl1980/dev-libs/icinga-php-library-0.18.1
[ bump-ebuilds ] dev-libs/icinga-php-library-0.18.1
2 parents 22c63a7 + 717fa35 commit 660a46e

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
@@ -2,3 +2,4 @@ DIST icinga-php-library-0.16.1.tar.gz 3366667 BLAKE2B a0dbfea2b819c768083cc9cec1
22
DIST icinga-php-library-0.17.0.tar.gz 3367478 BLAKE2B 37ea82f651ceee499df0bf1e74d7fc5f1e16c1fa855c68b5549f94a568f34e7363c6a2f5ee292e91e06e4a3e3b06aee458b60773a5d379515282ac1f1ef706dd SHA512 7abfbc807895f3bc52a5ba08d7ad7201d4f769027acf2a2753a7534860a7518d62a55a1b19babd433d7868b8e4c90209015fb3a44bc91b5c91b6b233ee564ece
33
DIST icinga-php-library-0.17.1.tar.gz 3371407 BLAKE2B b1ea38c629a85977b1a29018a430f40abd6d381f9947152bc0cf92de3f36db8a6a198f0ea3981a48b180eceb3c142c5c7a3b540c70a5cbb4d22639a9d5319adb SHA512 e1e8ebc84dd3babfbe406c74f19e9c6060827227e2f6d60ebd12fdd04cb16c0c29eebdfa8a960f59854fc5d5a0da9cae95672b6563c86d6092e55090ca48124c
44
DIST icinga-php-library-0.18.0.tar.gz 3377856 BLAKE2B 13357885ee1055292cfc827e9c6836b34456c43c31461abeec95be19b38ee1facae4e0389720e7bfe80eae0e9f95ec615a8f207ea9204cfb55f4690ae629e3dc SHA512 61665cf8667bafc23a73de8aa6f61ffd209e83d232940fcdd2c959f7b28fd4cfdda4f54182db8db3340249dee3447e663278842e89a18c8a61edb4cc66d910f1
5+
DIST icinga-php-library-0.18.1.tar.gz 3379324 BLAKE2B facef209cdfde582dcc1571548ace506cd85e88de8e1818cb6bbf11a98b0556eb0bfd156b76ee201a48a3f4d16220874a14f0c158a9349aa37de8e727b2fe590 SHA512 0fe27904f7ccd5d37b02d7d9023b5f6433ed911f84693a872268a57bfed3d151780feaa2724de7b7efb1765376e7352b192db6e097db273c1c53150dbc9a463d
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-2 php_targets_php8-3 php_targets_php8-4"
16+
PHP_DEPEND="
17+
php_targets_php8-2? ( dev-lang/php:8.2 )
18+
!php_targets_php8-2? ( !dev-lang/php:8.2 )
19+
php_targets_php8-3? ( dev-lang/php:8.3 )
20+
!php_targets_php8-3? ( !dev-lang/php:8.3 )
21+
php_targets_php8-4? ( dev-lang/php:8.4 )
22+
!php_targets_php8-4? ( !dev-lang/php:8.4 )
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)