diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2024-10-24 16:07:58 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2024-10-24 16:07:58 +0200 |
commit | f8cce692a581948693a07db4fcb0a3e9b97f5e68 (patch) | |
tree | 851ea4acf2540d7fc0afc06014f8db8f42595b80 /app-metrics/queuemetrics | |
parent | app-metrics/queuemetrics: version bump to 24.05.6.63 - remove old. (diff) | |
download | ago-master.tar.gz ago-master.tar.bz2 ago-master.zip |
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-metrics/queuemetrics')
-rw-r--r-- | app-metrics/queuemetrics/queuemetrics-24.05.6.63.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-metrics/queuemetrics/queuemetrics-24.05.6.63.ebuild b/app-metrics/queuemetrics/queuemetrics-24.05.6.63.ebuild index ef464bd..ec3b115 100644 --- a/app-metrics/queuemetrics/queuemetrics-24.05.6.63.ebuild +++ b/app-metrics/queuemetrics/queuemetrics-24.05.6.63.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # DISCLAIMER: -# This ebuild does NOT follow the Gentoo QA Rules, instead it follows the upstream way to install and run the application +# This ebuild does NOT follow the Gentoo QA Rules, +# instead it follows the upstream way to install and run the application EAPI=8 @@ -12,14 +13,14 @@ TOMCAT_VERSION="9.0.96" DESCRIPTION="A monitoring and reporting suite for asterisk based PBX" HOMEPAGE="https://www.queuemetrics.com" -LICENSE="all-rights-reserved" SRC_URI="https://archive.apache.org/dist/tomcat/tomcat-9/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz \ https://downloads.loway.ch/software/${PN}/QueueMetrics-${PV}.tar.gz" -RESTRICT="mirror" +S="${WORKDIR}" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64" IUSE="+mysql uniloader" - +RESTRICT="mirror" RDEPEND="acct-group/queuemetrics acct-user/queuemetrics @@ -27,8 +28,6 @@ RDEPEND="acct-group/queuemetrics PDEPEND="mysql? ( virtual/mysql[server] ) uniloader? ( app-metrics/uniloader )" -S="${WORKDIR}" - pkg_setup() { if [ "$( cat /opt/queuemetrics/tomcat/VERSION )" != "${TOMCAT_VERSION}" ] then |