summaryrefslogtreecommitdiff
path: root/net-analyzer/lilac
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-02 17:45:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-02 17:45:32 +0000
commit5939313f229e6fcf374fb7e9ee4f8675b05ab293 (patch)
tree0a8181cbc5d052ab4d26a8e1d2dc52f126063fc6 /net-analyzer/lilac
parent7e3d6dcede5749fe6a1adef4e673a9dde7703b7b (diff)
gentoo auto-resync : 02:02:2024 - 17:45:32
Diffstat (limited to 'net-analyzer/lilac')
-rw-r--r--net-analyzer/lilac/Manifest3
-rw-r--r--net-analyzer/lilac/lilac-1.0.3-r1.ebuild37
-rw-r--r--net-analyzer/lilac/metadata.xml8
3 files changed, 0 insertions, 48 deletions
diff --git a/net-analyzer/lilac/Manifest b/net-analyzer/lilac/Manifest
deleted file mode 100644
index e9fe201a1a8a..000000000000
--- a/net-analyzer/lilac/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lilac-1.0.3.tar.gz 1794493 BLAKE2B 99f89ee232f493afcac541fe22890ed9711e6310b0af959f5e381a0575bbefd9a4607cc651ad62e737f98251b3bc073c38a02d2499bd10e440d8696493c82364 SHA512 bee9ddb7f4adc2199ee804db2d5758bb172f7f18a868206774d54d2ad7b9741a16152dbdd8c8c7cd82e6375428c9d0466bd38e3affdab55bcb574914f0fb813c
-EBUILD lilac-1.0.3-r1.ebuild 807 BLAKE2B 119256c9a2b191292d7e979384438147a91b8fbaab89632484ad50edd7c93c91faa83fee26433febcf5c90e285ae62fe687d7898834a4b34156c21187fd21f7e SHA512 c891cff8037923b196e115138696361c17ef77d87cfdfaf7db54c83b45ee5ee4bb7558717e427d0aab5dcab4e19fbb9680463a1850cbe30cec5aab4c20baeb38
-MISC metadata.xml 277 BLAKE2B 57fc90092c4674e5c4dfe38b0d79c983990fce4e8208b70c2ebb218aebb6d2135537f927115f3a7b7eb8c1ddb596461c17e60acb3e6a11b289796f20f3c80a33 SHA512 5ac67e6beabab60f83ac521249c6d1f021988d522fc86ab12ec98fbaa9d47a50157c10c7b9a39554e66a02b141cdc6dc6669e5e7c9c02c8b36ad404aa790d619
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>