commit:     95648f6522bcbe631e47be29274e71c627b75396
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Jul 21 11:50:18 2025 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 15:23:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95648f65

dev-libs/icinga-php-library: add 0.17.0

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43090
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-libs/icinga-php-library/Manifest               |  1 +
 .../icinga-php-library-0.17.0.ebuild               | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/icinga-php-library/Manifest 
b/dev-libs/icinga-php-library/Manifest
index 0888ea9daaa4..c48c0a222e0c 100644
--- a/dev-libs/icinga-php-library/Manifest
+++ b/dev-libs/icinga-php-library/Manifest
@@ -1,3 +1,4 @@
 DIST icinga-php-library-0.13.0.tar.gz 3250696 BLAKE2B 
ba644fd02a165cef7167062a73b595aa3218748f6f937be4b666fcabe7536c6dd2f9747689c86e5f85ea3d38bcb6d4b9fbd30f2c883ce1678fb4f536fd91694d
 SHA512 
e811b66f9550972fc64f435b3a8fc7d263a2c1d0db86d34dd0179ee5c78babb2e19cd934e53a46d4e860d0bdc336619e9b67824cc4273ea049bea321a176acd4
 DIST icinga-php-library-0.13.2.tar.gz 3331353 BLAKE2B 
314daee2d88790304e104603f7228017d15b3c378f560110b98125786b1f9b0a3720e50ef8066f8e21a71e1427ee3a9e3de6b35efa789b79cb05077b67be0772
 SHA512 
09c8d6902c0e627ca583bf161008cc07df178bc619e5affc5a42da508f2a90028bb59d1ea4288d8f4224a631861d7893bcd3157ecc419f296b8e7bb83c3d904c
 DIST icinga-php-library-0.14.1.tar.gz 3350571 BLAKE2B 
ad9225958e8cc62ea70a147146a5276c0d4bd290c9006b0f1775362cd0b3b58cd15a3977993aadb4c8298e1fe9135fdb9b39d533b867a12e0050764281d7ad56
 SHA512 
2979c7b1771413956628f4e7eba90b957162be9f07bba7d4b7d5256b6354b3dfaf307291992ef93765f05f555af7fd3cc069369f3e725bd7f62bc7015c41c779
+DIST icinga-php-library-0.17.0.tar.gz 3367478 BLAKE2B 
37ea82f651ceee499df0bf1e74d7fc5f1e16c1fa855c68b5549f94a568f34e7363c6a2f5ee292e91e06e4a3e3b06aee458b60773a5d379515282ac1f1ef706dd
 SHA512 
7abfbc807895f3bc52a5ba08d7ad7201d4f769027acf2a2753a7534860a7518d62a55a1b19babd433d7868b8e4c90209015fb3a44bc91b5c91b6b233ee564ece

diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild 
b/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild
new file mode 100644
index 000000000000..0824068ee0ae
--- /dev/null
+++ b/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Icinga PHP libraries for Icinga Web 2"
+HOMEPAGE="https://github.com/Icinga/icinga-php-library";
+MY_GITHUB_AUTHOR="Icinga"
+SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="dev-lang/php:*"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       insinto "/usr/share/icinga-php/ipl"
+       cd "${S}"
+       doins -r *
+}

Reply via email to