commit:     da7f497cceaf6f6d314f8a26ea170348d20c4339
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 02:13:30 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 02:13:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7f497c

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 <AT> gentoo.org>

 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(+)

diff --git a/dev-libs/icinga-php-thirdparty/Manifest 
b/dev-libs/icinga-php-thirdparty/Manifest
new file mode 100644
index 00000000000..7af52bb80e9
--- /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 00000000000..845e00a29bb
--- /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 00000000000..3ffdeb4af3b
--- /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>[email protected]</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to