Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
Date: Wed, 03 Jun 2015 10:21:43
Message-Id: 1433061420.44aa6213864034629f39e88538562109d0634685.jlec@gentoo
1 commit: 44aa6213864034629f39e88538562109d0634685
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sun May 31 08:37:00 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 08:37:00 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44aa6213
7
8 dev-python/newrelic: Version bump
9
10 Package-Manager: portage-2.2.18
11
12 dev-python/newrelic/ChangeLog | 6 ++++
13 dev-python/newrelic/newrelic-2.50.0.39.ebuild | 40 +++++++++++++++++++++++++++
14 2 files changed, 46 insertions(+)
15
16 diff --git a/dev-python/newrelic/ChangeLog b/dev-python/newrelic/ChangeLog
17 index c2eb3a9..f904df8 100644
18 --- a/dev-python/newrelic/ChangeLog
19 +++ b/dev-python/newrelic/ChangeLog
20 @@ -2,6 +2,12 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 +*newrelic-2.50.0.39 (31 May 2015)
25 +
26 + 31 May 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + +newrelic-2.50.0.39.ebuild:
28 + Version bump
29 +
30 *newrelic-2.44.0.36 (03 Mar 2015)
31
32 03 Mar 2015; Marius Brehler <marbre@××××××××××××××.de> +metadata.xml,
33
34 diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
35 new file mode 100644
36 index 0000000..92fd5f7
37 --- /dev/null
38 +++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
39 @@ -0,0 +1,40 @@
40 +# Copyright 1999-2015 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=5
45 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
46 +
47 +inherit distutils-r1
48 +
49 +MY_PN="newrelic"
50 +
51 +DESCRIPTION="New Relic Python Agent"
52 +HOMEPAGE="http://newrelic.com/docs/python/new-relic-for-python"
53 +
54 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
55 +KEYWORDS="~amd64"
56 +
57 +LICENSE="newrelic"
58 +SLOT="0"
59 +
60 +RDEPEND="
61 + || (
62 + dev-python/bottle[${PYTHON_USEDEP}]
63 + dev-python/cherrypy[${PYTHON_USEDEP}]
64 + dev-python/django[${PYTHON_USEDEP}]
65 + dev-python/flask[${PYTHON_USEDEP}]
66 + dev-python/pylons[${PYTHON_USEDEP}]
67 + dev-python/pyramid[${PYTHON_USEDEP}]
68 + )"
69 + #|| (
70 + # dev-python/cython[${PYTHON_USEDEP}]
71 + # virtual/pypy
72 + # virtual/pypy3
73 + #)"
74 +DEPEND="${RDEPEND}"
75 +
76 +src_install() {
77 + default
78 + dobin scripts/newrelic-admin
79 +}