diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-02 17:25:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-02 17:31:17 +0100 |
commit | d7e37b94e69fe5bc7218d7e192dfdbf422187bcc (patch) | |
tree | 3d773d693095285629712342d946c612997be57d /net-analyzer | |
parent | sys-block/hpacucli: Remove last-rited pkg (diff) | |
download | gentoo-d7e37b94e69fe5bc7218d7e192dfdbf422187bcc.tar.gz gentoo-d7e37b94e69fe5bc7218d7e192dfdbf422187bcc.tar.bz2 gentoo-d7e37b94e69fe5bc7218d7e192dfdbf422187bcc.zip |
net-analyzer/lilac: Remove last-rited pkg
Closes: https://bugs.gentoo.org/918622
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/lilac/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/lilac/lilac-1.0.3-r1.ebuild | 37 | ||||
-rw-r--r-- | net-analyzer/lilac/metadata.xml | 8 |
3 files changed, 0 insertions, 46 deletions
diff --git a/net-analyzer/lilac/Manifest b/net-analyzer/lilac/Manifest deleted file mode 100644 index fa04b8612898..000000000000 --- a/net-analyzer/lilac/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lilac-1.0.3.tar.gz 1794493 BLAKE2B 99f89ee232f493afcac541fe22890ed9711e6310b0af959f5e381a0575bbefd9a4607cc651ad62e737f98251b3bc073c38a02d2499bd10e440d8696493c82364 SHA512 bee9ddb7f4adc2199ee804db2d5758bb172f7f18a868206774d54d2ad7b9741a16152dbdd8c8c7cd82e6375428c9d0466bd38e3affdab55bcb574914f0fb813c diff --git a/net-analyzer/lilac/lilac-1.0.3-r1.ebuild b/net-analyzer/lilac/lilac-1.0.3-r1.ebuild deleted file mode 100644 index 9a622aa56f85..000000000000 --- a/net-analyzer/lilac/lilac-1.0.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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/metadata.xml b/net-analyzer/lilac/metadata.xml deleted file mode 100644 index dce3f3be66c0..000000000000 --- a/net-analyzer/lilac/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> -</maintainer> -</pkgmetadata> |