From da7f497cceaf6f6d314f8a26ea170348d20c4339 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 16 Aug 2021 21:13:30 -0500 Subject: dev-libs/icinga-php-thirdparty: 0.10.0 add for icingaweb2 Bug: https://bugs.gentoo.org/802213 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Matthew Thode --- dev-libs/icinga-php-thirdparty/Manifest | 1 + .../icinga-php-thirdparty-0.10.0.ebuild | 21 +++++++++++++++++++++ dev-libs/icinga-php-thirdparty/metadata.xml | 8 ++++++++ 3 files changed, 30 insertions(+) create mode 100644 dev-libs/icinga-php-thirdparty/Manifest create mode 100644 dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild create mode 100644 dev-libs/icinga-php-thirdparty/metadata.xml diff --git a/dev-libs/icinga-php-thirdparty/Manifest b/dev-libs/icinga-php-thirdparty/Manifest new file mode 100644 index 000000000000..7af52bb80e93 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/Manifest @@ -0,0 +1 @@ +DIST icinga-php-thirdparty-0.10.0.tar.gz 576508 BLAKE2B 3e07262415340c413bf79aa3031cf3679f0374c85dad9c41ffed78f65379837fc87df8433ea201b02455bde5c1fee1406f5b149b9d5b39cd726407657bdafb54 SHA512 3f5b6caad23860cecf5f06d165b01211af5284cb3dcb635bdcf4c2118b03c96de40a6d86cd0bccbe0f817ae87cc5d09aa2709ca90f55b948cf975c69dc234e95 diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild new file mode 100644 index 000000000000..845e00a29bb8 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Icinga PHP libraries for Icinga Web 2." +HOMEPAGE="https://github.com/Icinga/icinga-php-library" +SRC_URI="https://github.com/Icinga/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND="dev-lang/php:*" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + insinto "/usr/share/icinga-php/vendor" + doins -r "${S}"/vendor/ +} diff --git a/dev-libs/icinga-php-thirdparty/metadata.xml b/dev-libs/icinga-php-thirdparty/metadata.xml new file mode 100644 index 000000000000..3ffdeb4af3b5 --- /dev/null +++ b/dev-libs/icinga-php-thirdparty/metadata.xml @@ -0,0 +1,8 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + -- cgit v1.2.3-65-gdbad