diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-04-19 14:21:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-04-19 14:21:04 +0200 |
commit | d97a69a9db7e0212a4f81f079f1f0fb97dd16a7a (patch) | |
tree | 1d4ac13a1fb3ad6ef0a1b0f22bac78cb6d75c28b /app-metrics/uniloader/uniloader-0.7.5.ebuild | |
parent | app-metrics/queuemetrics: version bump to 21.04.1 - remove old. (diff) | |
download | ago-d97a69a9db7e0212a4f81f079f1f0fb97dd16a7a.tar.gz ago-d97a69a9db7e0212a4f81f079f1f0fb97dd16a7a.tar.bz2 ago-d97a69a9db7e0212a4f81f079f1f0fb97dd16a7a.zip |
app-metrics/uniloader: version bump to 21.04.1 - remove old
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-metrics/uniloader/uniloader-0.7.5.ebuild')
-rw-r--r-- | app-metrics/uniloader/uniloader-0.7.5.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-metrics/uniloader/uniloader-0.7.5.ebuild b/app-metrics/uniloader/uniloader-0.7.5.ebuild deleted file mode 100644 index 3acc564..0000000 --- a/app-metrics/uniloader/uniloader-0.7.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 - -EAPI=7 - -DESCRIPTION="A go-based program that uploads data to a local or remote QueueMetrics" -HOMEPAGE="https://www.queuemetrics-live.com/uniloader.jsp" -LICENSE="all-rights-reserved" -SRC_URI="https://downloads.loway.ch/qm/${P}.tar.gz" -RESTRICT="mirror" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="acct-group/queuemetrics - acct-user/queuemetrics" - -src_install() { - dodir /opt/${PN}/bin - exeinto /opt/${PN}/bin - newexe bin/${PN}_amd64 ${PN} - - keepdir /var/log/${PN} - fowners queuemetrics:queuemetrics /var/log/${PN} - fperms 0750 /var/log/${PN} - - newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd" ${PN} -} |