commit: 9134d75f298660a3d6bce9d8688db7843cb68143 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Mon Jul 21 11:50:43 2025 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Jul 21 15:23:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9134d75f
dev-libs/icinga-php-thirdparty: add 0.13.1 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-thirdparty/Manifest | 1 + .../icinga-php-thirdparty-0.13.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-libs/icinga-php-thirdparty/Manifest b/dev-libs/icinga-php-thirdparty/Manifest index f7603ea085e6..9857d81d6be9 100644 --- a/dev-libs/icinga-php-thirdparty/Manifest +++ b/dev-libs/icinga-php-thirdparty/Manifest @@ -1,2 +1,3 @@ DIST icinga-php-thirdparty-0.12.0.tar.gz 14204157 BLAKE2B f8a084cf0299dcca2e90ef97982c46d38f8ccd1c25d87e7106b22f4b91f49f9bbed8c31bf51af10083be28283d93be8d54c083450fd9563f4cc09cf35cdb270a SHA512 c087261712d486fba026128d7fd06590e824024d192d4d5feea902dbdb7134fca7b0e1d82aa4a5246859ca55303a6aed40a57b5aaf37e6652abb68549c8c48ea DIST icinga-php-thirdparty-0.12.1.tar.gz 14301833 BLAKE2B 41e114f412f0257e67f2e129b524c208cd008c7fd6fb7a2194d1c9eac8cd655970fc52ad2648ced0458d13646d565066bc172b79553a799fe6729d3e4971e161 SHA512 1cc5ea8238eae6dd9a0a14cd898532d10dd2a44fb17072d113da9c32b2d383dc6970a1f55e7badac060f4fcee683b7ad1aef3268d37fd462bcd2bff2eb1f4298 +DIST icinga-php-thirdparty-0.13.1.tar.gz 14669149 BLAKE2B 9954faeb00cc3a49d43b8bd6842314189d0749ad62383a90bbf8a12669c29355e6a1f39a6a78ef0837bab017cbecfdb3eb3564a836b8f8414af1ab2bdfceac58 SHA512 a8d13e2e539a3ddf998f7ca481524285a6def216eb69bef9a702f74607603f98493deb42fb04f110afab5bf40bca1e6475b23408c082a148c04cc2c06c6ad481 diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.13.1.ebuild b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.13.1.ebuild new file mode 100644 index 000000000000..5006ff8f1d50 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.13.1.ebuild @@ -0,0 +1,21 @@ +# 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-thirdparty" +SRC_URI="https://github.com/Icinga/${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/vendor" + cd "${S}" + doins -r * +}
