* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/lilac/
@ 2015-11-25 14:21 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2015-11-25 14:21 UTC (permalink / raw
To: gentoo-commits
commit: ac0993c964377ed6addca209d10de74cd32e99b9
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 14:21:01 2015 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 14:21:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0993c9
net-analyzer/lilac: Remove depend.php from inherit wrt bug 552852
This simply replaces the function call with the dep it was adding.
No effective dep changes.
Package-Manager: portage-2.2.25
net-analyzer/lilac/lilac-1.0.3.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/lilac/lilac-1.0.3.ebuild b/net-analyzer/lilac/lilac-1.0.3.ebuild
index 63c8db1..fbd1294 100644
--- a/net-analyzer/lilac/lilac-1.0.3.ebuild
+++ b/net-analyzer/lilac/lilac-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit eutils webapp depend.php
+inherit eutils webapp
DESCRIPTION="Web-based configuration tool written to configure Nagios"
HOMEPAGE="http://www.lilacplatform.com"
@@ -18,10 +18,9 @@ RDEPEND="
>=net-analyzer/nagios-3.0
>=virtual/mysql-5.0
dev-lang/php[curl,json,mysql,pcntl,pdo,posix,simplexml]
+ virtual/httpd-php
"
-need_php_httpd
-
src_install() {
webapp_src_preinst
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/lilac/
@ 2021-01-14 18:44 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2021-01-14 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 4c749f9072701bd05b9087ddf8cebf99f694d164
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 18:42:15 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 18:42:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c749f90
net-analyzer/lilac: Non-maintainer commit for dep and EAPI change
Original slot kept as no code changed.
Not verified working on recent versions
Closes: https://bugs.gentoo.org/758989
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
net-analyzer/lilac/lilac-1.0.3-r1.ebuild | 37 ++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
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 00000000000..9a622aa56f8
--- /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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/lilac/
@ 2021-01-14 18:44 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2021-01-14 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 95c69398a51c83839313d152ba52483c98d685d3
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 18:43:56 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 18:43:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c69398
net-analyzer/lilac: Non-maintainer commit - Remove old
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
net-analyzer/lilac/lilac-1.0.3.ebuild | 35 -----------------------------------
1 file changed, 35 deletions(-)
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 cb574a7876c..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-14 18:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 18:44 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/lilac/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2021-01-14 18:44 Brian Evans
2015-11-25 14:21 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox