commit: 3824f885811af92e2e2d8cbaa4cd3814ea0a1881 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sat Sep 26 09:10:00 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sat Sep 26 09:10:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3824f885
dev-python/newrelic: removed dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/newrelic/metadata.xml | 15 ----------- dev-python/newrelic/newrelic-2.44.0.36.ebuild | 34 ----------------------- dev-python/newrelic/newrelic-2.50.0.39.ebuild | 39 --------------------------- 3 files changed, 88 deletions(-) diff --git a/dev-python/newrelic/metadata.xml b/dev-python/newrelic/metadata.xml deleted file mode 100644 index 7f0f33d60..000000000 --- a/dev-python/newrelic/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription> -Python agent for the New Relic web application performance -monitoring service. -</longdescription> - <upstream> - <remote-id type="pypi">newrelic</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild deleted file mode 100644 index d954b20de..000000000 --- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 - -MY_PN="newrelic" - -DESCRIPTION="New Relic Python Agent" -HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="newrelic" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - || ( - dev-python/bottle[${PYTHON_USEDEP}] - dev-python/cherrypy[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/pyramid[${PYTHON_USEDEP}] - )" - #|| ( - # dev-python/cython[${PYTHON_USEDEP}] - # virtual/pypy - # virtual/pypy3 - #)" -DEPEND="${RDEPEND}" diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild deleted file mode 100644 index 3812ed990..000000000 --- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 - -MY_PN="newrelic" - -DESCRIPTION="New Relic Python Agent" -HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="newrelic" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - || ( - dev-python/bottle[${PYTHON_USEDEP}] - dev-python/cherrypy[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/pyramid[${PYTHON_USEDEP}] - )" - #|| ( - # dev-python/cython[${PYTHON_USEDEP}] - # virtual/pypy - # virtual/pypy3 - #)" -DEPEND="${RDEPEND}" - -src_install() { - default - dobin scripts/newrelic-admin -}
