summaryrefslogtreecommitdiff
path: root/net-analyzer/lilac
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /net-analyzer/lilac
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'net-analyzer/lilac')
-rw-r--r--net-analyzer/lilac/Manifest2
-rw-r--r--net-analyzer/lilac/lilac-1.0.3-r1.ebuild (renamed from net-analyzer/lilac/lilac-1.0.3.ebuild)10
2 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/lilac/Manifest b/net-analyzer/lilac/Manifest
index 60a2e23ed9f9..0dcfcb6cd518 100644
--- a/net-analyzer/lilac/Manifest
+++ b/net-analyzer/lilac/Manifest
@@ -1,3 +1,3 @@
DIST lilac-1.0.3.tar.gz 1794493 BLAKE2B 99f89ee232f493afcac541fe22890ed9711e6310b0af959f5e381a0575bbefd9a4607cc651ad62e737f98251b3bc073c38a02d2499bd10e440d8696493c82364 SHA512 bee9ddb7f4adc2199ee804db2d5758bb172f7f18a868206774d54d2ad7b9741a16152dbdd8c8c7cd82e6375428c9d0466bd38e3affdab55bcb574914f0fb813c
-EBUILD lilac-1.0.3.ebuild 776 BLAKE2B f05bfc6fcb15db4ffc2f51dc260dfbcc99bcd57ae4245a3f83f11f7171117404df58fd462c02630c97896ad3ba5404818eb399f4167fdd003a3dabebb0ee65d9 SHA512 e077ff663b16de3ed810d9cea0757342efc61acd194d4620f4d6509a21eae0ee6683a5bbfbd25f84fc4b5d568d81ba9c83ca1ddf2c3b87083c361714d68e9b28
+EBUILD lilac-1.0.3-r1.ebuild 807 BLAKE2B 119256c9a2b191292d7e979384438147a91b8fbaab89632484ad50edd7c93c91faa83fee26433febcf5c90e285ae62fe687d7898834a4b34156c21187fd21f7e SHA512 c891cff8037923b196e115138696361c17ef77d87cfdfaf7db54c83b45ee5ee4bb7558717e427d0aab5dcab4e19fbb9680463a1850cbe30cec5aab4c20baeb38
MISC metadata.xml 276 BLAKE2B e21811549278e73aa9a14acfe242fd022106a39ac1300caa00615772d7f54d08a433052659a271f9ac0d453c7776fc2b9e8d86e6d3f637817c214174dde52cb2 SHA512 f0e6c6bc89659e01e157d9bf30d0a2f3fd2d71bc26c8d12489c4a44fc5237159946e25b46e7295ab4676aea63559194977a0b1e76aced31d81cf6387dd0f4250
diff --git a/net-analyzer/lilac/lilac-1.0.3.ebuild b/net-analyzer/lilac/lilac-1.0.3-r1.ebuild
index cb574a7876cd..9a622aa56f85 100644
--- a/net-analyzer/lilac/lilac-1.0.3.ebuild
+++ b/net-analyzer/lilac/lilac-1.0.3-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils webapp
+WEBAPP_MANUAL_SLOT="yes"
+inherit webapp
DESCRIPTION="Web-based configuration tool written to configure Nagios"
HOMEPAGE="http://www.lilacplatform.com"
@@ -11,12 +12,13 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
+SLOT="${PV}"
RDEPEND="
>=dev-php/PEAR-PEAR-1.6.1
>=net-analyzer/nagios-3.0
>=virtual/mysql-5.0
- dev-lang/php[curl,json,mysql,pcntl,pdo,posix,simplexml]
+ dev-lang/php[curl,json(+),mysql,pcntl,pdo,posix,simplexml]
virtual/httpd-php
"