summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-08-16 21:13:30 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-08-16 21:13:41 -0500
commitda7f497cceaf6f6d314f8a26ea170348d20c4339 (patch)
treec01dfda243c37874586f6bc425d7ecbcf21cb90f
parentsci-libs/fflas-ffpack: add a patch to disable test-fgesv. (diff)
downloadgentoo-da7f497cceaf6f6d314f8a26ea170348d20c4339.tar.gz
gentoo-da7f497cceaf6f6d314f8a26ea170348d20c4339.tar.bz2
gentoo-da7f497cceaf6f6d314f8a26ea170348d20c4339.zip
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 <prometheanfire@gentoo.org>
-rw-r--r--dev-libs/icinga-php-thirdparty/Manifest1
-rw-r--r--dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild21
-rw-r--r--dev-libs/icinga-php-thirdparty/metadata.xml8
3 files changed, 30 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+</pkgmetadata>