* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2021-12-28 21:25 Matthew Thode
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Thode @ 2021-12-28 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 7e4ffdbc2151d949e67915b32ec51613a40e453d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 21:23:17 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 21:25:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4ffdbc
www-apps/icingaweb2-module-incubator: add 0.11.0
Bug: https://bugs.gentoo.org/802276
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/Manifest | 1 +
.../icingaweb2-module-incubator-0.11.0.ebuild | 28 ++++++++++++++++++++++
www-apps/icingaweb2-module-incubator/metadata.xml | 8 +++++++
3 files changed, 37 insertions(+)
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
new file mode 100644
index 000000000000..e64b530c115b
--- /dev/null
+++ b/www-apps/icingaweb2-module-incubator/Manifest
@@ -0,0 +1 @@
+DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild
new file mode 100644
index 000000000000..0ec8c4a6c39c
--- /dev/null
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Libraries useful for Icinga Web 2"
+HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
+KEYWORDS="~amd64 ~x86"
+MY_PN="icingaweb2-module-incubator"
+SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=net-analyzer/icinga2-2.6.0
+ >=www-apps/icingaweb2-2.6.0
+ || (
+ dev-lang/php:7.3[curl]
+ dev-lang/php:7.4[curl]
+ dev-lang/php:8.0[curl]
+ )"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ insinto "/usr/share/icingaweb2/modules/incubator/"
+ doins -r "${S}"/*
+}
diff --git a/www-apps/icingaweb2-module-incubator/metadata.xml b/www-apps/icingaweb2-module-incubator/metadata.xml
new file mode 100644
index 000000000000..5c76f7a3fc67
--- /dev/null
+++ b/www-apps/icingaweb2-module-incubator/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2022-07-07 15:56 Matthew Thode
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Thode @ 2022-07-07 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 9ae235095d40d06efba654b7c94c3434b3028017
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 15:56:30 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 15:56:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae23509
www-apps/icingaweb2-module-incubator: 0.17.0 bump
Closes: https://bugs.gentoo.org/856682
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/Manifest | 1 +
.../icingaweb2-module-incubator-0.17.0.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
index e64b530c115b..9ae67253f4b7 100644
--- a/www-apps/icingaweb2-module-incubator/Manifest
+++ b/www-apps/icingaweb2-module-incubator/Manifest
@@ -1 +1,2 @@
DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff
+DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
new file mode 100644
index 000000000000..1a9efed8514f
--- /dev/null
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Libraries useful for Icinga Web 2"
+HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
+KEYWORDS="~amd64 ~x86"
+MY_PN="icingaweb2-module-incubator"
+SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=net-analyzer/icinga2-2.6.0
+ >=www-apps/icingaweb2-2.6.0
+ || (
+ dev-lang/php:7.3[curl]
+ dev-lang/php:7.4[curl]
+ dev-lang/php:8.0[curl]
+ )"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ insinto "/usr/share/icingaweb2/modules/incubator/"
+ doins -r "${S}"/*
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2022-08-09 1:09 Matthew Thode
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Thode @ 2022-08-09 1:09 UTC (permalink / raw
To: gentoo-commits
commit: e6cd7b31346cd8c0005562eba54cd30f192e7264
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 01:09:22 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 01:09:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cd7b31
www-apps/icingaweb2-module-incubator: 0.17.0 stable amd64/x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
.../icingaweb2-module-incubator-0.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
index 1a9efed8514f..c2af240e5fcc 100644
--- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="Libraries useful for Icinga Web 2"
HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
MY_PN="icingaweb2-module-incubator"
SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2022-09-09 4:48 Matthew Thode
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Thode @ 2022-09-09 4:48 UTC (permalink / raw
To: gentoo-commits
commit: a133b26d381ce8edf5e645e1c77686a90d0ad3b4
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 04:44:47 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 04:48:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a133b26d
www-apps/icingaweb2-module-incubator: drop 0.11.0
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/Manifest | 1 -
.../icingaweb2-module-incubator-0.11.0.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
index 9ae67253f4b7..61f84221b224 100644
--- a/www-apps/icingaweb2-module-incubator/Manifest
+++ b/www-apps/icingaweb2-module-incubator/Manifest
@@ -1,2 +1 @@
-DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff
DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild
deleted file mode 100644
index 0ec8c4a6c39c..000000000000
--- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Libraries useful for Icinga Web 2"
-HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
-KEYWORDS="~amd64 ~x86"
-MY_PN="icingaweb2-module-incubator"
-SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=net-analyzer/icinga2-2.6.0
- >=www-apps/icingaweb2-2.6.0
- || (
- dev-lang/php:7.3[curl]
- dev-lang/php:7.4[curl]
- dev-lang/php:8.0[curl]
- )"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto "/usr/share/icingaweb2/modules/incubator/"
- doins -r "${S}"/*
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2023-09-13 9:26 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2023-09-13 9:26 UTC (permalink / raw
To: gentoo-commits
commit: f65a1ad2792f0147af07e28f4799e07a14504a87
Author: Anton Fischl <github <AT> fischl-online <DOT> de>
AuthorDate: Wed Sep 13 09:25:47 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 09:25:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65a1ad2
www-apps/icingaweb2-module-incubator: change maintainer
Signed-off-by: Anton Fischl <github <AT> fischl-online.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/metadata.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/www-apps/icingaweb2-module-incubator/metadata.xml b/www-apps/icingaweb2-module-incubator/metadata.xml
index 5c76f7a3fc67..26f29ca0aebe 100644
--- a/www-apps/icingaweb2-module-incubator/metadata.xml
+++ b/www-apps/icingaweb2-module-incubator/metadata.xml
@@ -2,7 +2,14 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
+ <email>github@fischl-online.de</email>
+ <name>Anton Fischl</name>
</maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Icinga/icingaweb2-module-incubator</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2023-09-13 9:26 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2023-09-13 9:26 UTC (permalink / raw
To: gentoo-commits
commit: fb01548d95a932010581a303ae3cc4f4f1ac8d2f
Author: Anton Fischl <github <AT> fischl-online <DOT> de>
AuthorDate: Wed Sep 13 09:25:48 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 09:25:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb01548d
www-apps/icingaweb2-module-incubator: add 0.20.0
Signed-off-by: Anton Fischl <github <AT> fischl-online.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/Manifest | 1 +
.../icingaweb2-module-incubator-0.20.0.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
index 61f84221b224..1dc774c17c0d 100644
--- a/www-apps/icingaweb2-module-incubator/Manifest
+++ b/www-apps/icingaweb2-module-incubator/Manifest
@@ -1 +1,2 @@
DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c
+DIST icingaweb2-module-incubator-0.20.0.tar.gz 223234 BLAKE2B bac5ef347007275b386d75f76c388f5500488aa1303fd212c4cbcc45f81199e4d1268442c77f0e44cad37dae9b12259cd6d341339d16fcad03c3c414bffdd26d SHA512 f561d9caffd6d72603debddf61181fa45b43aa4dc44d50749ed5e175c9a3ad169943cb59cfb74e890241cc0af3de0610a1747faa5c14c89ed3ab0b3e3c00da0e
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
new file mode 100644
index 000000000000..6f2dc11b33ee
--- /dev/null
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Bleeding edge Icinga Web 2 libraries"
+HOMEPAGE="https://github.com/Icinga/icingaweb2-module-incubator/"
+SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="php_targets_php8-1"
+
+PHP_DEPEND="
+ php_targets_php8-1? ( dev-lang/php:8.1[curl] )
+"
+RDEPEND="
+ ${PHP_DEPEND}
+ >=www-apps/icingaweb2-2.9.0
+ >=dev-libs/icinga-php-thirdparty-0.8.0
+ >=dev-libs/icinga-php-library-0.5.0
+"
+
+src_install() {
+ insinto /usr/share/icingaweb2/modules/${PN##*-}/
+ doins -r .
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2023-09-13 9:26 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2023-09-13 9:26 UTC (permalink / raw
To: gentoo-commits
commit: f40655f37d4539a5f6c29fd2a973b302066c9ced
Author: Anton Fischl <github <AT> fischl-online <DOT> de>
AuthorDate: Wed Sep 13 09:25:49 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 09:25:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40655f3
www-apps/icingaweb2-module-incubator: drop 0.17.0
Signed-off-by: Anton Fischl <github <AT> fischl-online.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/Manifest | 1 -
.../icingaweb2-module-incubator-0.17.0.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
index 1dc774c17c0d..3c29424763a0 100644
--- a/www-apps/icingaweb2-module-incubator/Manifest
+++ b/www-apps/icingaweb2-module-incubator/Manifest
@@ -1,2 +1 @@
-DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c
DIST icingaweb2-module-incubator-0.20.0.tar.gz 223234 BLAKE2B bac5ef347007275b386d75f76c388f5500488aa1303fd212c4cbcc45f81199e4d1268442c77f0e44cad37dae9b12259cd6d341339d16fcad03c3c414bffdd26d SHA512 f561d9caffd6d72603debddf61181fa45b43aa4dc44d50749ed5e175c9a3ad169943cb59cfb74e890241cc0af3de0610a1747faa5c14c89ed3ab0b3e3c00da0e
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
deleted file mode 100644
index c2af240e5fcc..000000000000
--- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Libraries useful for Icinga Web 2"
-HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
-KEYWORDS="amd64 x86"
-MY_PN="icingaweb2-module-incubator"
-SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=net-analyzer/icinga2-2.6.0
- >=www-apps/icingaweb2-2.6.0
- || (
- dev-lang/php:7.3[curl]
- dev-lang/php:7.4[curl]
- dev-lang/php:8.0[curl]
- )"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto "/usr/share/icingaweb2/modules/incubator/"
- doins -r "${S}"/*
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2024-01-11 14:06 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2024-01-11 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 4205d1d6bececd2e079e8a1ba260b9de5ab70872
Author: Anton Fischl <github <AT> fischl-online <DOT> de>
AuthorDate: Sun Nov 5 08:45:54 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 14:05:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4205d1d6
www-apps/icingaweb2-module-incubator: 0.20.0: add PHP 8.2 support
Signed-off-by: Anton Fischl <github <AT> fischl-online.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../icingaweb2-module-incubator-0.20.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
index 6f2dc11b33ee..04f149583a4a 100644
--- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,10 +11,11 @@ S="${WORKDIR}/${PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="php_targets_php8-1"
+IUSE="php_targets_php8-1 php_targets_php8-2"
PHP_DEPEND="
php_targets_php8-1? ( dev-lang/php:8.1[curl] )
+ php_targets_php8-2? ( dev-lang/php:8.2[curl] )
"
RDEPEND="
${PHP_DEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
@ 2024-03-16 9:26 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2024-03-16 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 4cff04e304a94e79a15d8a69d30b392b175213a2
Author: Anton Fischl <github <AT> fischl-online <DOT> de>
AuthorDate: Tue Feb 13 05:49:38 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 09:26:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cff04e3
www-apps/icingaweb2-module-incubator: add 0.22.0, drop 0.20.0
Signed-off-by: Anton Fischl <github <AT> fischl-online.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-apps/icingaweb2-module-incubator/Manifest | 2 +-
...cubator-0.20.0.ebuild => icingaweb2-module-incubator-0.22.0.ebuild} | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
index 3c29424763a0..47b45c3c31d3 100644
--- a/www-apps/icingaweb2-module-incubator/Manifest
+++ b/www-apps/icingaweb2-module-incubator/Manifest
@@ -1 +1 @@
-DIST icingaweb2-module-incubator-0.20.0.tar.gz 223234 BLAKE2B bac5ef347007275b386d75f76c388f5500488aa1303fd212c4cbcc45f81199e4d1268442c77f0e44cad37dae9b12259cd6d341339d16fcad03c3c414bffdd26d SHA512 f561d9caffd6d72603debddf61181fa45b43aa4dc44d50749ed5e175c9a3ad169943cb59cfb74e890241cc0af3de0610a1747faa5c14c89ed3ab0b3e3c00da0e
+DIST icingaweb2-module-incubator-0.22.0.tar.gz 223603 BLAKE2B 339beff83920470411ccc7292477bb3eb279f90371fbba096cb9d7f3d794b57d9d6bb325745678bf52a254439a1908ac180feda35ad0710b0c14910c863d239f SHA512 dd282751b3a6b213d83d48aca1343294373f34d737899d7589329dde830337bddfd2f53eaed8a4b4f4895b1ec8494732dfddca871eead179ebe4d9ec5a14bee7
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
similarity index 86%
rename from www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
rename to www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
index 04f149583a4a..95cc46968864 100644
--- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
@@ -11,11 +11,12 @@ S="${WORKDIR}/${PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="php_targets_php8-1 php_targets_php8-2"
+IUSE="php_targets_php8-1 php_targets_php8-2 php_targets_php8-3"
PHP_DEPEND="
php_targets_php8-1? ( dev-lang/php:8.1[curl] )
php_targets_php8-2? ( dev-lang/php:8.2[curl] )
+ php_targets_php8-3? ( dev-lang/php:8.3[curl] )
"
RDEPEND="
${PHP_DEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-03-16 9:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13 9:26 [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-03-16 9:26 Joonas Niilola
2024-01-11 14:06 Joonas Niilola
2023-09-13 9:26 David Seifert
2023-09-13 9:26 David Seifert
2022-09-09 4:48 Matthew Thode
2022-08-09 1:09 Matthew Thode
2022-07-07 15:56 Matthew Thode
2021-12-28 21:25 Matthew Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox