From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- net-analyzer/lilac/Manifest | 2 +- net-analyzer/lilac/lilac-1.0.3-r1.ebuild | 37 ++++++++++++++++++++++++++++++++ net-analyzer/lilac/lilac-1.0.3.ebuild | 35 ------------------------------ 3 files changed, 38 insertions(+), 36 deletions(-) create mode 100644 net-analyzer/lilac/lilac-1.0.3-r1.ebuild delete mode 100644 net-analyzer/lilac/lilac-1.0.3.ebuild (limited to 'net-analyzer/lilac') 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-r1.ebuild b/net-analyzer/lilac/lilac-1.0.3-r1.ebuild new file mode 100644 index 000000000000..9a622aa56f85 --- /dev/null +++ b/net-analyzer/lilac/lilac-1.0.3-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +WEBAPP_MANUAL_SLOT="yes" +inherit webapp + +DESCRIPTION="Web-based configuration tool written to configure Nagios" +HOMEPAGE="http://www.lilacplatform.com" +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] + virtual/httpd-php +" + +src_install() { + webapp_src_preinst + + dodoc INSTALL UPGRADING + rm -f INSTALL UPGRADING + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_configfile "${MY_HTDOCSDIR}"/includes/lilac-conf.php.dist + webapp_serverowned "${MY_HTDOCSDIR}"/includes/lilac-conf.php.dist + webapp_src_install +} diff --git a/net-analyzer/lilac/lilac-1.0.3.ebuild b/net-analyzer/lilac/lilac-1.0.3.ebuild deleted file mode 100644 index cb574a7876cd..000000000000 --- a/net-analyzer/lilac/lilac-1.0.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based configuration tool written to configure Nagios" -HOMEPAGE="http://www.lilacplatform.com" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -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] - virtual/httpd-php -" - -src_install() { - webapp_src_preinst - - dodoc INSTALL UPGRADING - rm -f INSTALL UPGRADING - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR}"/includes/lilac-conf.php.dist - webapp_serverowned "${MY_HTDOCSDIR}"/includes/lilac-conf.php.dist - webapp_src_install -} -- cgit v1.2.3