mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-libs/icinga-php-thirdparty: drop 0.12.0
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43090 Closes: https://github.com/gentoo/gentoo/pull/43090 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
committed by
Matthew Thode
parent
0719413191
commit
490f50ca0a
1
dev-libs/icinga-php-thirdparty/Manifest
vendored
1
dev-libs/icinga-php-thirdparty/Manifest
vendored
@@ -1,3 +1,2 @@
|
||||
DIST icinga-php-thirdparty-0.12.0.tar.gz 14204157 BLAKE2B f8a084cf0299dcca2e90ef97982c46d38f8ccd1c25d87e7106b22f4b91f49f9bbed8c31bf51af10083be28283d93be8d54c083450fd9563f4cc09cf35cdb270a SHA512 c087261712d486fba026128d7fd06590e824024d192d4d5feea902dbdb7134fca7b0e1d82aa4a5246859ca55303a6aed40a57b5aaf37e6652abb68549c8c48ea
|
||||
DIST icinga-php-thirdparty-0.12.1.tar.gz 14301833 BLAKE2B 41e114f412f0257e67f2e129b524c208cd008c7fd6fb7a2194d1c9eac8cd655970fc52ad2648ced0458d13646d565066bc172b79553a799fe6729d3e4971e161 SHA512 1cc5ea8238eae6dd9a0a14cd898532d10dd2a44fb17072d113da9c32b2d383dc6970a1f55e7badac060f4fcee683b7ad1aef3268d37fd462bcd2bff2eb1f4298
|
||||
DIST icinga-php-thirdparty-0.13.1.tar.gz 14669149 BLAKE2B 9954faeb00cc3a49d43b8bd6842314189d0749ad62383a90bbf8a12669c29355e6a1f39a6a78ef0837bab017cbecfdb3eb3564a836b8f8414af1ab2bdfceac58 SHA512 a8d13e2e539a3ddf998f7ca481524285a6def216eb69bef9a702f74607603f98493deb42fb04f110afab5bf40bca1e6475b23408c082a148c04cc2c06c6ad481
|
||||
|
||||
@@ -1,21 +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-thirdparty"
|
||||
SRC_URI="https://github.com/Icinga/${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/vendor"
|
||||
cd "${S}"
|
||||
doins -r *
|
||||
}
|
||||
Reference in New Issue
Block a user