summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-03-26 20:12:11 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-26 20:45:27 +0100
commit430f11f43a802aec3e628f77fde301b9ff65674c (patch)
tree9d53b8bd752494a504288472496fcb57ffda4d92 /app-metrics
parentdev-games/openscenegraph-openmw: drop old version (diff)
downloadgentoo-430f11f43a802aec3e628f77fde301b9ff65674c.tar.gz
gentoo-430f11f43a802aec3e628f77fde301b9ff65674c.tar.bz2
gentoo-430f11f43a802aec3e628f77fde301b9ff65674c.zip
app-metrics/nginx-lua-prometheus: drop old version
Dropping old version, which does not support slotted lua. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/nginx-lua-prometheus/nginx-lua-prometheus-0.1_pre20170610.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-metrics/nginx-lua-prometheus/nginx-lua-prometheus-0.1_pre20170610.ebuild b/app-metrics/nginx-lua-prometheus/nginx-lua-prometheus-0.1_pre20170610.ebuild
deleted file mode 100644
index 7f60758a8963..000000000000
--- a/app-metrics/nginx-lua-prometheus/nginx-lua-prometheus-0.1_pre20170610.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# This is the upstream tag which corresponds to this release.
-# It needs to be updated with every bump.
-TAG="0.1-20170610"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Library that exports Nginx metrics to Prometheus"
-HOMEPAGE="https://github.com/knyar/nginx-lua-prometheus"
-SRC_URI="https://github.com/knyar/${PN}/archive/${TAG}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON_DEPEND=">=dev-lang/lua-5.1:0="
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
- www-servers/nginx[nginx_modules_http_lua]"
-BDEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
- S="${WORKDIR}/${PN}-${TAG}"
-
-src_install() {
- insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"/${PN}
- doins prometheus.lua
- dodoc *.md
-}