* [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/
@ 2011-04-15 10:45 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-04-15 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 3330a144693a4e52c8e080bd672fb60bea61a60e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 10:29:37 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 10:29:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=3330a144
Fix distutils deprecation warning on multiple pyABI
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
dev-python/graphite-web/ChangeLog | 8 ++++++++
dev-python/graphite-web/graphite-web-0.9.8.ebuild | 16 ++++++++++------
dev-python/graphite-web/metadata.xml | 6 ++++++
3 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/dev-python/graphite-web/ChangeLog b/dev-python/graphite-web/ChangeLog
new file mode 100644
index 0000000..a329b18
--- /dev/null
+++ b/dev-python/graphite-web/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-python/graphite-web
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 15 Apr 2011; Justin Lecher <jlec@gentoo.org> graphite-web-0.9.8.ebuild,
+ +metadata.xml:
+ Fix distutils deprecation warning on multiple pyABI
+
diff --git a/dev-python/graphite-web/graphite-web-0.9.8.ebuild b/dev-python/graphite-web/graphite-web-0.9.8.ebuild
index 0c3a3a0..accba88 100644
--- a/dev-python/graphite-web/graphite-web-0.9.8.ebuild
+++ b/dev-python/graphite-web/graphite-web-0.9.8.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="Enterprise scalable realtime graphing"
HOMEPAGE="http://graphite.wikidot.com/"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2"
+LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
-DEPEND="${DEPEND}"
-RDEPEND="${RDEPEND}
+DEPEND=""
+RDEPEND="${DEPEND}
dev-python/carbon
dev-python/django
dev-python/pycairo
diff --git a/dev-python/graphite-web/metadata.xml b/dev-python/graphite-web/metadata.xml
new file mode 100644
index 0000000..e6233b5
--- /dev/null
+++ b/dev-python/graphite-web/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: dcde88f48a831f003b26e1922e20807a75f53bae
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 16:19:04 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 16:19:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=dcde88f4
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
dev-python/graphite-web/ChangeLog | 3 +++
dev-python/graphite-web/metadata.xml | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/graphite-web/ChangeLog b/dev-python/graphite-web/ChangeLog
index a329b18..28c97c4 100644
--- a/dev-python/graphite-web/ChangeLog
+++ b/dev-python/graphite-web/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
15 Apr 2011; Justin Lecher <jlec@gentoo.org> graphite-web-0.9.8.ebuild,
+metadata.xml:
Fix distutils deprecation warning on multiple pyABI
diff --git a/dev-python/graphite-web/metadata.xml b/dev-python/graphite-web/metadata.xml
index e6233b5..cc3fe24 100644
--- a/dev-python/graphite-web/metadata.xml
+++ b/dev-python/graphite-web/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/
@ 2013-05-09 15:53 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-05-09 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 355a7c6760c7987f071f5e355925d4b4af0325f3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 15:52:50 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu May 9 15:52:50 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=355a7c67
dev-python/graphite-web: Version BUmp
Package-Manager: portage-2.2.0_alpha174
RepoMan-Options: --force
---
dev-python/graphite-web/ChangeLog | 8 +++++-
dev-python/graphite-web/graphite-web-0.9.10.ebuild | 26 ++++++++++++++++++++
dev-python/graphite-web/metadata.xml | 6 ++--
3 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/dev-python/graphite-web/ChangeLog b/dev-python/graphite-web/ChangeLog
index 28c97c4..c22bd67 100644
--- a/dev-python/graphite-web/ChangeLog
+++ b/dev-python/graphite-web/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-python/graphite-web
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*graphite-web-0.9.10 (09 May 2013)
+
+ 09 May 2013; Justin Lecher <jlec@gentoo.org> +graphite-web-0.9.10.ebuild,
+ metadata.xml:
+ Version BUmp
+
27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/dev-python/graphite-web/graphite-web-0.9.10.ebuild b/dev-python/graphite-web/graphite-web-0.9.10.ebuild
new file mode 100644
index 0000000..7a09795
--- /dev/null
+++ b/dev-python/graphite-web/graphite-web-0.9.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Enterprise scalable realtime graphing"
+HOMEPAGE="http://graphite.wikidot.com/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-python/carbon[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ dev-python/pycairo[${PYTHON_USEDEP}]
+ dev-python/twisted
+ dev-python/whisper[${PYTHON_USEDEP}]"
diff --git a/dev-python/graphite-web/metadata.xml b/dev-python/graphite-web/metadata.xml
index cc3fe24..a759be0 100644
--- a/dev-python/graphite-web/metadata.xml
+++ b/dev-python/graphite-web/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>maintainer-wanted@gentoo.org</email>
- </maintainer>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/
@ 2014-11-18 15:07 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-11-18 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 5f82af986d23b50e0d6b7b35bb6ee386bfe96a94
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 09:02:11 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 09:02:11 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5f82af98
dev-python/graphite-web: Fix dep for twisted
Package-Manager: portage-2.2.14
---
dev-python/graphite-web/ChangeLog | 6 ++++-
dev-python/graphite-web/graphite-web-0.9.10.ebuild | 6 ++---
dev-python/graphite-web/graphite-web-0.9.8.ebuild | 28 ----------------------
3 files changed, 8 insertions(+), 32 deletions(-)
diff --git a/dev-python/graphite-web/ChangeLog b/dev-python/graphite-web/ChangeLog
index 7e84df9..15aa658 100644
--- a/dev-python/graphite-web/ChangeLog
+++ b/dev-python/graphite-web/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-python/graphite-web
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Nov 2014; Justin Lecher <jlec@gentoo.org> -graphite-web-0.9.8.ebuild,
+ graphite-web-0.9.10.ebuild:
+ Fix dep for twisted
+
*graphite-web-0.9.10 (09 May 2013)
09 May 2013; Justin Lecher <jlec@gentoo.org> +graphite-web-0.9.10.ebuild,
diff --git a/dev-python/graphite-web/graphite-web-0.9.10.ebuild b/dev-python/graphite-web/graphite-web-0.9.10.ebuild
index 7a09795..5617076 100644
--- a/dev-python/graphite-web/graphite-web-0.9.10.ebuild
+++ b/dev-python/graphite-web/graphite-web-0.9.10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -22,5 +22,5 @@ RDEPEND="${DEPEND}
dev-python/carbon[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/twisted
+ dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/whisper[${PYTHON_USEDEP}]"
diff --git a/dev-python/graphite-web/graphite-web-0.9.8.ebuild b/dev-python/graphite-web/graphite-web-0.9.8.ebuild
deleted file mode 100644
index accba88..0000000
--- a/dev-python/graphite-web/graphite-web-0.9.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Enterprise scalable realtime graphing"
-HOMEPAGE="http://graphite.wikidot.com/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/carbon
- dev-python/django
- dev-python/pycairo
- dev-python/twisted
- dev-python/whisper"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/
@ 2019-12-19 18:31 Sebastian Pipping
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2019-12-19 18:31 UTC (permalink / raw
To: gentoo-commits
commit: f7539d95df2c4b39715084819366ef9b79f7a11c
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 18:15:46 2019 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 18:31:13 2019 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f7539d95
dev-python/graphite-web: Drop in favor of net-analyzer/graphite-web in gentoo
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
dev-python/graphite-web/ChangeLog | 22 -------------------
dev-python/graphite-web/graphite-web-0.9.10.ebuild | 25 ----------------------
dev-python/graphite-web/metadata.xml | 10 ---------
3 files changed, 57 deletions(-)
diff --git a/dev-python/graphite-web/ChangeLog b/dev-python/graphite-web/ChangeLog
deleted file mode 100644
index c8b5a0d..0000000
--- a/dev-python/graphite-web/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for dev-python/graphite-web
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-
- 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
- dev-python/graphite-web: Add pypi to remote-id in metadata.xml
-
- 18 Nov 2014; Justin Lecher <jlec@gentoo.org> -graphite-web-0.9.8.ebuild,
- graphite-web-0.9.10.ebuild:
- Fix dep for twisted
-
-*graphite-web-0.9.10 (09 May 2013)
-
- 09 May 2013; Justin Lecher <jlec@gentoo.org> +graphite-web-0.9.10.ebuild,
- metadata.xml:
- Version Bump
-
- 27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
- Removed no-herd from herd tag in metadata.xml
-
- 15 Apr 2011; Justin Lecher <jlec@gentoo.org> graphite-web-0.9.8.ebuild,
- +metadata.xml:
- Fix distutils deprecation warning on multiple pyABI
diff --git a/dev-python/graphite-web/graphite-web-0.9.10.ebuild b/dev-python/graphite-web/graphite-web-0.9.10.ebuild
deleted file mode 100644
index 09df34c..0000000
--- a/dev-python/graphite-web/graphite-web-0.9.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Enterprise scalable realtime graphing"
-HOMEPAGE="http://graphite.wikidot.com/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/carbon[${PYTHON_USEDEP}]
- dev-python/django[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/whisper[${PYTHON_USEDEP}]"
diff --git a/dev-python/graphite-web/metadata.xml b/dev-python/graphite-web/metadata.xml
deleted file mode 100644
index faa8005..0000000
--- a/dev-python/graphite-web/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>maintainer-wanted@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">graphite-web</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-12-19 18:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 10:45 [gentoo-commits] proj/betagarden:master commit in: dev-python/graphite-web/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2011-10-27 18:02 Justin Lecher
2013-05-09 15:53 Justin Lecher
2014-11-18 15:07 Justin Lecher
2019-12-19 18:31 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox