public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-library/
Date: Mon, 21 Jul 2025 15:27:33 +0000 (UTC)	[thread overview]
Message-ID: <1753111411.071941319168a0f5ae810ab14ac4e95e2043c6ab.prometheanfire@gentoo> (raw)

commit:     071941319168a0f5ae810ab14ac4e95e2043c6ab
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Jul 21 12:00:44 2025 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 15:23:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07194131

dev-libs/icinga-php-library: drop 0.13.0, 0.13.2

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43090
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-libs/icinga-php-library/Manifest               |  2 --
 .../icinga-php-library-0.13.0.ebuild               | 22 ----------------------
 .../icinga-php-library-0.13.2.ebuild               | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-libs/icinga-php-library/Manifest b/dev-libs/icinga-php-library/Manifest
index c48c0a222e0c..7be2dc52cc28 100644
--- a/dev-libs/icinga-php-library/Manifest
+++ b/dev-libs/icinga-php-library/Manifest
@@ -1,4 +1,2 @@
-DIST icinga-php-library-0.13.0.tar.gz 3250696 BLAKE2B ba644fd02a165cef7167062a73b595aa3218748f6f937be4b666fcabe7536c6dd2f9747689c86e5f85ea3d38bcb6d4b9fbd30f2c883ce1678fb4f536fd91694d SHA512 e811b66f9550972fc64f435b3a8fc7d263a2c1d0db86d34dd0179ee5c78babb2e19cd934e53a46d4e860d0bdc336619e9b67824cc4273ea049bea321a176acd4
-DIST icinga-php-library-0.13.2.tar.gz 3331353 BLAKE2B 314daee2d88790304e104603f7228017d15b3c378f560110b98125786b1f9b0a3720e50ef8066f8e21a71e1427ee3a9e3de6b35efa789b79cb05077b67be0772 SHA512 09c8d6902c0e627ca583bf161008cc07df178bc619e5affc5a42da508f2a90028bb59d1ea4288d8f4224a631861d7893bcd3157ecc419f296b8e7bb83c3d904c
 DIST icinga-php-library-0.14.1.tar.gz 3350571 BLAKE2B ad9225958e8cc62ea70a147146a5276c0d4bd290c9006b0f1775362cd0b3b58cd15a3977993aadb4c8298e1fe9135fdb9b39d533b867a12e0050764281d7ad56 SHA512 2979c7b1771413956628f4e7eba90b957162be9f07bba7d4b7d5256b6354b3dfaf307291992ef93765f05f555af7fd3cc069369f3e725bd7f62bc7015c41c779
 DIST icinga-php-library-0.17.0.tar.gz 3367478 BLAKE2B 37ea82f651ceee499df0bf1e74d7fc5f1e16c1fa855c68b5549f94a568f34e7363c6a2f5ee292e91e06e4a3e3b06aee458b60773a5d379515282ac1f1ef706dd SHA512 7abfbc807895f3bc52a5ba08d7ad7201d4f769027acf2a2753a7534860a7518d62a55a1b19babd433d7868b8e4c90209015fb3a44bc91b5c91b6b233ee564ece

diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.13.0.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.13.0.ebuild
deleted file mode 100644
index b961f6d4f390..000000000000
--- a/dev-libs/icinga-php-library/icinga-php-library-0.13.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021-2024 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-library"
-MY_GITHUB_AUTHOR="Icinga"
-SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="dev-lang/php:*"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	insinto "/usr/share/icinga-php/ipl"
-	cd "${S}"
-	doins -r *
-}

diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.13.2.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.13.2.ebuild
deleted file mode 100644
index b961f6d4f390..000000000000
--- a/dev-libs/icinga-php-library/icinga-php-library-0.13.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021-2024 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-library"
-MY_GITHUB_AUTHOR="Icinga"
-SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="dev-lang/php:*"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	insinto "/usr/share/icinga-php/ipl"
-	cd "${S}"
-	doins -r *
-}


             reply	other threads:[~2025-07-21 15:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-21 15:27 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 15:30 [gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-library/ Sam James
2025-09-23 13:00 Arthur Zamarin
2025-07-21 15:27 Matthew Thode
2024-12-03  7:52 Joonas Niilola
2024-11-30 10:46 Arthur Zamarin
2024-10-18 18:11 Louis Sautier
2024-10-18 18:11 Louis Sautier
2024-10-12 10:08 Michał Górny
2024-10-12  9:44 Michał Górny
2024-07-06 23:04 Louis Sautier
2024-06-29 23:29 Louis Sautier
2024-06-29 23:29 Louis Sautier
2023-10-03 19:00 Matthew Thode
2023-09-29 16:50 Matthew Thode
2022-11-01 19:04 Matthew Thode
2022-05-10  0:55 Matthew Thode
2021-08-23 15:25 Matthew Thode
2021-08-16 19:30 Matthew Thode
2021-08-16 19:02 Matthew Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1753111411.071941319168a0f5ae810ab14ac4e95e2043c6ab.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox