Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-library/
Date: Tue, 10 May 2022 00:55:39
Message-Id: 1652144130.064a0595d00eb2ef75e8597557d697de83653dac.prometheanfire@gentoo
1 commit: 064a0595d00eb2ef75e8597557d697de83653dac
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 00:53:50 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 00:55:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064a0595
7
8 dev-libs/icinga-php-library: adding 0.8.1 fast stable for icingaweb2
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --force
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-libs/icinga-php-library/Manifest | 1 +
15 .../icinga-php-library-0.8.1.ebuild | 23 ++++++++++++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/dev-libs/icinga-php-library/Manifest b/dev-libs/icinga-php-library/Manifest
19 index 5187c97da7f9..11894031e170 100644
20 --- a/dev-libs/icinga-php-library/Manifest
21 +++ b/dev-libs/icinga-php-library/Manifest
22 @@ -1 +1,2 @@
23 DIST icinga-php-library-0.6.1.tar.gz 2159137 BLAKE2B 93287845a6c06653faca1850b18c880d023d4bf22c707616a21b92bd252661c811a33c7515fbf19a06936358244c7703bae83cc2e44dee460fe7a46bfa82d345 SHA512 64800727e60630224993bda89494921a3e10f14ccb43b8f57d023b372806ce9253cdf7f6e933df8b494ef0369784714ac857fb288f7f08880c29e8643f25e2ec
24 +DIST icinga-php-library-0.8.1.tar.gz 2183054 BLAKE2B 56108f3251211c05ba29827ece49ea1b27bc22b0f0ae459a2f34d5f2ed106ebac1e14c15e1f69c4a3d862d163a0e1265ccb9e5ab0123e24a18e72549af1ee951 SHA512 3da7ad25c569651bc29757a89971d9dfce4cae177619ef70bcb93f1c155400b68ee8b76279b4914454edef41de0cb4d729c47446df622b04494987e0bf4e1098
25
26 diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.8.1.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.8.1.ebuild
27 new file mode 100644
28 index 000000000000..e070fef06505
29 --- /dev/null
30 +++ b/dev-libs/icinga-php-library/icinga-php-library-0.8.1.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 2021-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="Icinga PHP libraries for Icinga Web 2"
38 +HOMEPAGE="https://github.com/Icinga/icinga-php-library"
39 +MY_GITHUB_AUTHOR="Icinga"
40 +SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="amd64 x86"
45 +
46 +DEPEND="dev-lang/php:*"
47 +RDEPEND="${DEPEND}"
48 +BDEPEND=""
49 +
50 +src_install() {
51 + insinto "/usr/share/icinga-php/ipl"
52 + cd "${S}"
53 + doins -r *
54 +}