Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
Date: Sat, 26 Sep 2020 09:13:19
Message-Id: 1601111400.3824f885811af92e2e2d8cbaa4cd3814ea0a1881.chymera@gentoo
1 commit: 3824f885811af92e2e2d8cbaa4cd3814ea0a1881
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 09:10:00 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 09:10:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3824f885
7
8 dev-python/newrelic: removed dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/newrelic/metadata.xml | 15 -----------
14 dev-python/newrelic/newrelic-2.44.0.36.ebuild | 34 -----------------------
15 dev-python/newrelic/newrelic-2.50.0.39.ebuild | 39 ---------------------------
16 3 files changed, 88 deletions(-)
17
18 diff --git a/dev-python/newrelic/metadata.xml b/dev-python/newrelic/metadata.xml
19 deleted file mode 100644
20 index 7f0f33d60..000000000
21 --- a/dev-python/newrelic/metadata.xml
22 +++ /dev/null
23 @@ -1,15 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer type="project">
28 - <email>sci@g.o</email>
29 - <name>Gentoo Science Project</name>
30 - </maintainer>
31 - <longdescription>
32 -Python agent for the New Relic web application performance
33 -monitoring service.
34 -</longdescription>
35 - <upstream>
36 - <remote-id type="pypi">newrelic</remote-id>
37 - </upstream>
38 -</pkgmetadata>
39
40 diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
41 deleted file mode 100644
42 index d954b20de..000000000
43 --- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild
44 +++ /dev/null
45 @@ -1,34 +0,0 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=6
50 -
51 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
52 -
53 -inherit distutils-r1
54 -
55 -MY_PN="newrelic"
56 -
57 -DESCRIPTION="New Relic Python Agent"
58 -HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python"
59 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60 -
61 -LICENSE="newrelic"
62 -SLOT="0"
63 -KEYWORDS="~amd64"
64 -IUSE=""
65 -
66 -RDEPEND="
67 - || (
68 - dev-python/bottle[${PYTHON_USEDEP}]
69 - dev-python/cherrypy[${PYTHON_USEDEP}]
70 - dev-python/django[${PYTHON_USEDEP}]
71 - dev-python/flask[${PYTHON_USEDEP}]
72 - dev-python/pyramid[${PYTHON_USEDEP}]
73 - )"
74 - #|| (
75 - # dev-python/cython[${PYTHON_USEDEP}]
76 - # virtual/pypy
77 - # virtual/pypy3
78 - #)"
79 -DEPEND="${RDEPEND}"
80
81 diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
82 deleted file mode 100644
83 index 3812ed990..000000000
84 --- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild
85 +++ /dev/null
86 @@ -1,39 +0,0 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
93 -
94 -inherit distutils-r1
95 -
96 -MY_PN="newrelic"
97 -
98 -DESCRIPTION="New Relic Python Agent"
99 -HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python"
100 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
101 -
102 -LICENSE="newrelic"
103 -SLOT="0"
104 -KEYWORDS="~amd64"
105 -IUSE=""
106 -
107 -RDEPEND="
108 - || (
109 - dev-python/bottle[${PYTHON_USEDEP}]
110 - dev-python/cherrypy[${PYTHON_USEDEP}]
111 - dev-python/django[${PYTHON_USEDEP}]
112 - dev-python/flask[${PYTHON_USEDEP}]
113 - dev-python/pyramid[${PYTHON_USEDEP}]
114 - )"
115 - #|| (
116 - # dev-python/cython[${PYTHON_USEDEP}]
117 - # virtual/pypy
118 - # virtual/pypy3
119 - #)"
120 -DEPEND="${RDEPEND}"
121 -
122 -src_install() {
123 - default
124 - dobin scripts/newrelic-admin
125 -}