Delete dev-libs/icinga-php-library: is uptodate in gentoo

This commit is contained in:
antonfischl1980 2022-05-10 12:00:38 +02:00 committed by GitHub
parent 374e75efb7
commit e3ed1190d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 60 deletions

View File

@ -1,2 +0,0 @@
DIST icinga-php-library-0.8.0.tar.gz 2177707 BLAKE2B 11d8c62bcb19875a111060fb9131db29fd028201dd0b6ab69c203303a4111ee68d4aff3ec0ce288f0275f969160723250d66fe8deb4b7ad7ca5417d014e83f1b SHA512 1457931cd1ca0fc8c0dff77d0ccf825cb815df3958e33d76facd97d624248a8cb941895177d1ffe031cafe37aa7e54c07003f204613537f131eff2989ad36854
DIST icinga-php-library-0.8.1.tar.gz 2183054 BLAKE2B 56108f3251211c05ba29827ece49ea1b27bc22b0f0ae459a2f34d5f2ed106ebac1e14c15e1f69c4a3d862d163a0e1265ccb9e5ab0123e24a18e72549af1ee951 SHA512 3da7ad25c569651bc29757a89971d9dfce4cae177619ef70bcb93f1c155400b68ee8b76279b4914454edef41de0cb4d729c47446df622b04494987e0bf4e1098

View File

@ -1,23 +0,0 @@
# Copyright 1999-2022 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 x86"
DEPEND="dev-lang/php:*"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
insinto "/usr/share/icinga-php/ipl"
cd "${S}" || die
doins -r ./*
}

View File

@ -1,23 +0,0 @@
# Copyright 1999-2022 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 ~x86"
DEPEND="dev-lang/php:*"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
insinto "/usr/share/icinga-php/ipl"
cd "${S}" || die
doins -r ./*
}

View File

@ -1,12 +0,0 @@
<?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>
<stabilize-allarches/>
<upstream>
<remote-id type="github">Icinga/icinga-php-library</remote-id>
</upstream>
</pkgmetadata>