[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2023-10-22 Thread Matthew Thode
commit: 30c1c560a9f5f5dc1ab0cf4c4f96386b6cfd3cf6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 22 17:37:30 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 22 17:37:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c1c560

dev-libs/icinga-php-thirdparty: stabilize 0.12.0 for amd64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild 
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild
index 72aaf1dbf4fe..9b47ddec8290 100644
--- a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Icinga/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-lang/php:*"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2023-09-29 Thread Matthew Thode
commit: f090fbb91eda6d5d6b4b354631d6b8ab6d651188
Author: Anton Fischl  fischl-online  de>
AuthorDate: Fri Sep 29 16:03:00 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 29 16:49:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f090fbb9

dev-libs/icinga-php-thirdparty: add 0.12.0

Signed-off-by: Anton Fischl  fischl-online.de>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/icinga-php-thirdparty/Manifest|  1 +
 .../icinga-php-thirdparty-0.12.0.ebuild| 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/icinga-php-thirdparty/Manifest 
b/dev-libs/icinga-php-thirdparty/Manifest
index e0fa0aea78f9..af9673e72790 100644
--- a/dev-libs/icinga-php-thirdparty/Manifest
+++ b/dev-libs/icinga-php-thirdparty/Manifest
@@ -1,2 +1,3 @@
 DIST icinga-php-thirdparty-0.10.0.tar.gz 576508 BLAKE2B 
3e07262415340c413bf79aa3031cf3679f0374c85dad9c41ffed78f65379837fc87df8433ea201b02455bde5c1fee1406f5b149b9d5b39cd726407657bdafb54
 SHA512 
3f5b6caad23860cecf5f06d165b01211af5284cb3dcb635bdcf4c2118b03c96de40a6d86cd0bccbe0f817ae87cc5d09aa2709ca90f55b948cf975c69dc234e95
 DIST icinga-php-thirdparty-0.11.0.tar.gz 764914 BLAKE2B 
b9fbe66252edf5f504feab16392c60f4edf142d3644d13c29ba4f0291df40f8b4e3163f6bb97d944827a8a3d88728b5bf1c05ad193a078f889ba917714746c00
 SHA512 
5a2b9218a0426de6b560845db36e8e113a8be786eaf4ab57ff4f5e0ef485dc426cb0f203b4b45c3b791adb852098b64f2a0099c9909506594502edb2b4d4ee35
+DIST icinga-php-thirdparty-0.12.0.tar.gz 14204157 BLAKE2B 
f8a084cf0299dcca2e90ef97982c46d38f8ccd1c25d87e7106b22f4b91f49f9bbed8c31bf51af10083be28283d93be8d54c083450fd9563f4cc09cf35cdb270a
 SHA512 
c087261712d486fba026128d7fd06590e824024d192d4d5feea902dbdb7134fca7b0e1d82aa4a5246859ca55303a6aed40a57b5aaf37e6652abb68549c8c48ea

diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild 
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild
new file mode 100644
index ..72aaf1dbf4fe
--- /dev/null
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.12.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021-2023 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 ~x86"
+
+DEPEND="dev-lang/php:*"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+   insinto "/usr/share/icinga-php/vendor"
+   cd "${S}"
+   doins -r *
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2022-08-10 Thread Matthew Thode
commit: 57c84f6b12e2a91bc955d05bb2e42297caebb405
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 11 00:28:35 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Aug 11 00:30:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c84f6b

dev-libs/icinga-php-thirdparty: 0.11.0 stable amd64/x86

Bug: https://bugs.gentoo.org/864403
Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild 
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild
index db39b492539b..4bbb21e3af1a 100644
--- a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Icinga/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-lang/php:*"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2022-06-21 Thread Matthew Thode
commit: 1ba9ccb093531140a0d3a02ea3cb3414f35d9752
Author: Anton Fischl  fischl-online  de>
AuthorDate: Wed Jun 22 04:07:50 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Jun 22 04:41:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba9ccb0

dev-libs/icinga-php-thirdparty: bump 0.11.0

Signed-off-by: Anton Fischl  fischl-online.de>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/icinga-php-thirdparty/Manifest|  1 +
 .../icinga-php-thirdparty-0.11.0.ebuild| 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/icinga-php-thirdparty/Manifest 
b/dev-libs/icinga-php-thirdparty/Manifest
index 7af52bb80e93..e0fa0aea78f9 100644
--- a/dev-libs/icinga-php-thirdparty/Manifest
+++ b/dev-libs/icinga-php-thirdparty/Manifest
@@ -1 +1,2 @@
 DIST icinga-php-thirdparty-0.10.0.tar.gz 576508 BLAKE2B 
3e07262415340c413bf79aa3031cf3679f0374c85dad9c41ffed78f65379837fc87df8433ea201b02455bde5c1fee1406f5b149b9d5b39cd726407657bdafb54
 SHA512 
3f5b6caad23860cecf5f06d165b01211af5284cb3dcb635bdcf4c2118b03c96de40a6d86cd0bccbe0f817ae87cc5d09aa2709ca90f55b948cf975c69dc234e95
+DIST icinga-php-thirdparty-0.11.0.tar.gz 764914 BLAKE2B 
b9fbe66252edf5f504feab16392c60f4edf142d3644d13c29ba4f0291df40f8b4e3163f6bb97d944827a8a3d88728b5bf1c05ad193a078f889ba917714746c00
 SHA512 
5a2b9218a0426de6b560845db36e8e113a8be786eaf4ab57ff4f5e0ef485dc426cb0f203b4b45c3b791adb852098b64f2a0099c9909506594502edb2b4d4ee35

diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild 
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild
new file mode 100644
index ..db39b492539b
--- /dev/null
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.11.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021-2022 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-thirdparty;
+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"
+   cd "${S}"
+   doins -r *
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2022-05-09 Thread Matthew Thode
commit: c17bd451613dd6ebff53d236818c7f78dfe79e1e
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May 10 00:55:21 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May 10 00:55:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17bd451

dev-libs/icinga-php-thirdparty: update description

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild 
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
index 27a8b44d5df1..4bbb21e3af1a 100644
--- a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 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;
+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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2021-08-23 Thread Matthew Thode
commit: 10959773be9ab657e06b589fcd1ea0665820f7f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 23 15:24:30 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 23 15:25:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10959773

dev-libs/icinga-php-thirdparty: install lib to correct dir

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 ...thirdparty-0.10.0.ebuild => icinga-php-thirdparty-0.10.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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-r1.ebuild
similarity index 94%
rename from dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
rename to dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
index 845e00a29bb..3b297eb0073 100644
--- 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-r1.ebuild
@@ -17,5 +17,6 @@ BDEPEND=""
 
 src_install() {
insinto "/usr/share/icinga-php/vendor"
-   doins -r "${S}"/vendor/
+   cd "${S}"
+   doins -r *
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-thirdparty/

2021-08-16 Thread Matthew Thode
commit: da7f497cceaf6f6d314f8a26ea170348d20c4339
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Aug 17 02:13:30 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Aug 17 02:13:41 2021 +
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  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 000..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 000..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 000..3ffdeb4af3b
--- /dev/null
+++ b/dev-libs/icinga-php-thirdparty/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+