remove old ebuilds

This commit is contained in:
antonfischl1980 2022-09-09 10:37:46 +00:00 committed by GitHub
parent f79d7fb1e4
commit 7d263192d4
4 changed files with 0 additions and 85 deletions

View File

@ -1,46 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-functions
EGIT_COMMIT="5f3dd84cbc2b91e46ae0f3a1e22c35f0ac4693a4"
DESCRIPTION="Perl modules providing the basis for labs.consol.de Nagios/Naemon/Icinga plugins"
HOMEPAGE="https://github.com/lausser/GLPlugin"
SRC_URI="https://github.com/lausser/GLPlugin/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
PATCHES=(
"${FILESDIR}"/01_snmp_timeout.patch
)
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
dev-perl/JSON
"
DEPEND=""
src_configure(){
default
echo '1;'> autosplit.ix
}
src_install(){
default
my_vendorlib="$(perl_get_vendorlib)"
insinto "${my_vendorlib}"/auto/Monitoring/GLPlugin/UPNP/
doins autosplit.ix
insinto "${my_vendorlib}"/auto/Monitoring/GLPlugin/SNMP/
doins autosplit.ix
pushd lib/Monitoring || die
perl_domodule -C Monitoring -r .
popd || die
}

View File

@ -1,4 +1,3 @@
DIST GLPlugin-5.1.1.tar.gz 821839 BLAKE2B 5bea4044642e536ac2d5ab2ba1914cf6c67156f9d0136bd7bcce783fcbd7706dfc72f2037d7112ac744922fd6d995c428c2c9ff4ab7f68075ed0f20c9945a958 SHA512 5c8243d754c5e2298198b2e28014d23b03497d71afaab552e4bc02da4fa31792017c70f642ec648abeb3b12e11159961a11d449c8041112c81b0e6a551296dab
DIST GLPlugin-5.3.1.1.tar.gz 861175 BLAKE2B 804e7ff6a7dcca46bb37a82bed304a0563077ad363f3fcb8a201172626729e436f1aac76ac73616f22e219fb0323400bdb3bdef31fc6ce9522a6334a62a4bcaf SHA512 6a2ab99085b81c6c44b976ba026f7f46c2cb98f43007e71e4087c082639e3a8a49f5c6d95ec2446aa6efe6da3e9da383801620f09f192e939d0e5c146351def0
DIST GLPlugin-5.3.1.tar.gz 861102 BLAKE2B 1d7a4e2b922c1a3f629a3f1c06a1a40cb26a9718f5362b88af20595ca10498466abb78e568c2e31b91707db95c967ecfc6a04f7b30bc2bdd0b26719c7a8427f4 SHA512 db4a1483159840e7ece03fe0562c9b5de1de733c551d1918d13750645a0b91a3aee7785795f47e4c7d855d96d4fc1c7e43ef7ec97f7a0f3069374d17d14ed4d0
DIST GLPlugin-5.3.tar.gz 858126 BLAKE2B 722f3dd27b19634d201390a3c24cd239205d6d27f921320516e92792fede3ebc739bd39bd94f7d410234cd798bcb8dbb82b948f1d91a60e0126d8bd1729c2ccb SHA512 928962d12fbb8692c038c38d70ecaa8f6ffc05bb79cec770e3c457f79986e0e6a95a78cb329e91ec10078a677b4f606be4d9fe7beffa8cd638d11d47a98c2346

View File

@ -1,4 +1,3 @@
DIST icingaweb2-module-incubator-0.16.0.tar.gz 221966 BLAKE2B 3b262f1516c60ff301ba98fa6ba7996a7cad6d4284368204009ac83ef9e3811814263cdaede1135adc778d7766a3e7b9cd5e88eb57fb978e61c1dc3205822bfe SHA512 3b385158623804972ce02944b85a195ae9b83039f8abc72951f033f24bfda8ea7da4af684a5f298f78b4bf743ae5f8bdc6dc8079787c1cc113f5c0a9e557a24e
DIST icingaweb2-module-incubator-0.16.1.tar.gz 222257 BLAKE2B a72d873fc2b59f7041544cdc7e3f7ba21d31b0c1fe033fcbc396a632928036fd180125cb3a9debaaad5d90e35c2aced6df3eddd7667cd0c92eeb41d124426093 SHA512 3ae369c24b7c528c2c625bce967449c8aceafd419bf22f4aabdf039ad5d5ee3be71c961a765f1cc52c9f3a6c99be98555d4cc51f617030ff89848786a0a5f7fb
DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c
DIST icingaweb2-module-incubator-0.18.0.tar.gz 222404 BLAKE2B ae33a98b3a7a5bb0d4704a5844dabe6655b6f645631c495fb701599bd3b02f8efb4362d4bcf6e15c036cafe9b51cd0577460bfe5dfe20efaa7840e18e6f6a04a SHA512 1a239d8a09b7489e496e27c84bad5b80ab452d1618247f6a8365f6c3d28982934d3a458eff645a59cdcc547f015327bb49460f53a7f87ac7a86e537cad240862

View File

@ -1,37 +0,0 @@
# Copyright 1999-2022 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/"
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/${PN}.git"
else
KEYWORDS="amd64 x86"
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE="php_targets_php7-4 php_targets_php8-0 php_targets_php8-1"
PHP_DEPEND="
php_targets_php7-4? ( dev-lang/php:7.4[curl] )
php_targets_php8-0? ( dev-lang/php:8.0[curl] )
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
"
BDEPEND=""
src_install() {
insinto "/usr/share/icingaweb2/modules/${PN##*-}/"
doins -r "${S}"/*
}