public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
@ 2015-03-03 12:26 Nicolas Bock
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2015-03-03 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     728b2caf4e2111678a226c0de2b188c8238b7d4f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Mar  3 10:28:25 2015 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 11:24:37 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=728b2caf

dev-python/newrelic: Initial ebuild

Package-Manager: portage-2.2.14

 dev-python/newrelic/ChangeLog                 |  9 +++++++
 dev-python/newrelic/metadata.xml              | 13 ++++++++++
 dev-python/newrelic/newrelic-2.44.0.36.ebuild | 35 +++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/newrelic/ChangeLog b/dev-python/newrelic/ChangeLog
new file mode 100644
index 0000000..c2eb3a9
--- /dev/null
+++ b/dev-python/newrelic/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/newrelic
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*newrelic-2.44.0.36 (03 Mar 2015)
+
+  03 Mar 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+  +newrelic-2.44.0.36.ebuild:
+  Initial ebuild

diff --git a/dev-python/newrelic/metadata.xml b/dev-python/newrelic/metadata.xml
new file mode 100644
index 0000000..a14fcbb
--- /dev/null
+++ b/dev-python/newrelic/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>marbre@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <longdescription>
+    Python agent for the New Relic web application performance
+    monitoring service.
+  </longdescription>
+</pkgmetadata>

diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
new file mode 100644
index 0000000..b34576f
--- /dev/null
+++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+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"
+KEYWORDS="~amd64"
+
+LICENSE="newrelic"
+SLOT="0"
+
+RDEPEND="
+	|| (
+		dev-python/bottle[${PYTHON_USEDEP}]
+		dev-python/cherrypy[${PYTHON_USEDEP}]
+		dev-python/django[${PYTHON_USEDEP}]
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/pylons[${PYTHON_USEDEP}]
+		dev-python/pyramid[${PYTHON_USEDEP}]
+	)"
+	#|| (
+	#	dev-python/cython[${PYTHON_USEDEP}]
+	#	virtual/pypy
+	#	virtual/pypy3
+	#)"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
@ 2015-03-03 12:26 git@oystercatcher mirror+tproxy
  0 siblings, 0 replies; 5+ messages in thread
From: git@oystercatcher mirror+tproxy @ 2015-03-03 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     728b2caf4e2111678a226c0de2b188c8238b7d4f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Mar  3 10:28:25 2015 +0000
Commit:     git@oystercatcher mirror+tproxy <git <AT> oystercatcher <DOT> gentoo <DOT> org>
CommitDate: Tue Mar  3 11:24:37 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=728b2caf

dev-python/newrelic: Initial ebuild

Package-Manager: portage-2.2.14

 dev-python/newrelic/ChangeLog                 |  9 +++++++
 dev-python/newrelic/metadata.xml              | 13 ++++++++++
 dev-python/newrelic/newrelic-2.44.0.36.ebuild | 35 +++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/newrelic/ChangeLog b/dev-python/newrelic/ChangeLog
new file mode 100644
index 0000000..c2eb3a9
--- /dev/null
+++ b/dev-python/newrelic/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/newrelic
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*newrelic-2.44.0.36 (03 Mar 2015)
+
+  03 Mar 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+  +newrelic-2.44.0.36.ebuild:
+  Initial ebuild

diff --git a/dev-python/newrelic/metadata.xml b/dev-python/newrelic/metadata.xml
new file mode 100644
index 0000000..a14fcbb
--- /dev/null
+++ b/dev-python/newrelic/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>marbre@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <longdescription>
+    Python agent for the New Relic web application performance
+    monitoring service.
+  </longdescription>
+</pkgmetadata>

diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
new file mode 100644
index 0000000..b34576f
--- /dev/null
+++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+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"
+KEYWORDS="~amd64"
+
+LICENSE="newrelic"
+SLOT="0"
+
+RDEPEND="
+	|| (
+		dev-python/bottle[${PYTHON_USEDEP}]
+		dev-python/cherrypy[${PYTHON_USEDEP}]
+		dev-python/django[${PYTHON_USEDEP}]
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/pylons[${PYTHON_USEDEP}]
+		dev-python/pyramid[${PYTHON_USEDEP}]
+	)"
+	#|| (
+	#	dev-python/cython[${PYTHON_USEDEP}]
+	#	virtual/pypy
+	#	virtual/pypy3
+	#)"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
@ 2015-06-03 10:21 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-06-03 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     44aa6213864034629f39e88538562109d0634685
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun May 31 08:37:00 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun May 31 08:37:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=44aa6213

dev-python/newrelic: Version bump

Package-Manager: portage-2.2.18

 dev-python/newrelic/ChangeLog                 |  6 ++++
 dev-python/newrelic/newrelic-2.50.0.39.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/newrelic/ChangeLog b/dev-python/newrelic/ChangeLog
index c2eb3a9..f904df8 100644
--- a/dev-python/newrelic/ChangeLog
+++ b/dev-python/newrelic/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*newrelic-2.50.0.39 (31 May 2015)
+
+  31 May 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +newrelic-2.50.0.39.ebuild:
+  Version bump
+
 *newrelic-2.44.0.36 (03 Mar 2015)
 
   03 Mar 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,

diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
new file mode 100644
index 0000000..92fd5f7
--- /dev/null
+++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+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"
+KEYWORDS="~amd64"
+
+LICENSE="newrelic"
+SLOT="0"
+
+RDEPEND="
+	|| (
+		dev-python/bottle[${PYTHON_USEDEP}]
+		dev-python/cherrypy[${PYTHON_USEDEP}]
+		dev-python/django[${PYTHON_USEDEP}]
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/pylons[${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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
@ 2017-01-29 14:20 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2017-01-29 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     24f489e50f945e31104580d596b579e71014a339
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:07:12 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:07:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=24f489e5

dev-python/newrelic: QA fixes

Bump to EAPI 6
drop unknown dep

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/newrelic/newrelic-2.44.0.36.ebuild | 12 ++++++------
 dev-python/newrelic/newrelic-2.50.0.39.ebuild | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
index 9d01966..56f2492 100644
--- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild
+++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1
 
@@ -11,12 +12,12 @@ 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"
-KEYWORDS="~amd64"
 
 LICENSE="newrelic"
 SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
 
 RDEPEND="
 	|| (
@@ -24,7 +25,6 @@ RDEPEND="
 		dev-python/cherrypy[${PYTHON_USEDEP}]
 		dev-python/django[${PYTHON_USEDEP}]
 		dev-python/flask[${PYTHON_USEDEP}]
-		dev-python/pylons[${PYTHON_USEDEP}]
 		dev-python/pyramid[${PYTHON_USEDEP}]
 	)"
 	#|| (

diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
index 0a58fdd..c0b2e68 100644
--- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild
+++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1
 
@@ -11,12 +12,12 @@ 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"
-KEYWORDS="~amd64"
 
 LICENSE="newrelic"
 SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
 
 RDEPEND="
 	|| (
@@ -24,7 +25,6 @@ RDEPEND="
 		dev-python/cherrypy[${PYTHON_USEDEP}]
 		dev-python/django[${PYTHON_USEDEP}]
 		dev-python/flask[${PYTHON_USEDEP}]
-		dev-python/pylons[${PYTHON_USEDEP}]
 		dev-python/pyramid[${PYTHON_USEDEP}]
 	)"
 	#|| (


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/
@ 2020-09-26  9:13 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2020-09-26  9:13 UTC (permalink / raw
  To: gentoo-commits

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>sci@gentoo.org</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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-26  9:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 14:20 [gentoo-commits] proj/sci:master commit in: dev-python/newrelic/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26  9:13 Horea Christian
2015-06-03 10:21 Justin Lecher
2015-03-03 12:26 git@oystercatcher mirror+tproxy
2015-03-03 12:26 Nicolas Bock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox