public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/
@ 2012-03-12 15:21 Alexys Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Alexys Jacob @ 2012-03-12 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ae1b4fd5906b304b5d84837701467113d25ac836
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 15:21:42 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 15:21:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=ae1b4fd5

uwsgitop ebuild

---
 app-admin/uwsgitop/Manifest            |    2 ++
 app-admin/uwsgitop/uwsgitop-0.6.ebuild |   22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
new file mode 100644
index 0000000..a428bb6
--- /dev/null
+++ b/app-admin/uwsgitop/Manifest
@@ -0,0 +1,2 @@
+DIST uwsgitop-0.6.tar.gz 2010 RMD160 f7143bf16069f10b7931988a7fcdb5892305f43b SHA1 a7441006f442abd203c4f19f8489ca8152106def SHA256 50a27bcbb46790f2b7695005e3017284f0ae5588d13ac73fc404a31ed6748dc1
+EBUILD uwsgitop-0.6.ebuild 462 RMD160 ce543f57147392608bdab5e2d8837453259f2956 SHA1 8ef2f84e3ac585891008cdb8554e0a565cb7f343 SHA256 479655e071131e9327f98fce90da884d6cbedff61d4fb1ff5592361fba4c9910

diff --git a/app-admin/uwsgitop/uwsgitop-0.6.ebuild b/app-admin/uwsgitop/uwsgitop-0.6.ebuild
new file mode 100644
index 0000000..fdfa763
--- /dev/null
+++ b/app-admin/uwsgitop/uwsgitop-0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="uWSGI top-like application"
+HOMEPAGE="https://github.com/unbit/uwsgitop/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/simplejson"
+DEPEND="${RDEPEND}
+	dev-python/setuptools"



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

* [gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/
@ 2012-03-13 11:04 Alexys Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Alexys Jacob @ 2012-03-13 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     319d4238b5ed487da429530b21a237e96c6da0d6
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:03:58 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 11:03:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=319d4238

updated license

---
 app-admin/uwsgitop/Manifest            |    2 +-
 app-admin/uwsgitop/uwsgitop-0.6.ebuild |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
index a428bb6..9c81ef7 100644
--- a/app-admin/uwsgitop/Manifest
+++ b/app-admin/uwsgitop/Manifest
@@ -1,2 +1,2 @@
 DIST uwsgitop-0.6.tar.gz 2010 RMD160 f7143bf16069f10b7931988a7fcdb5892305f43b SHA1 a7441006f442abd203c4f19f8489ca8152106def SHA256 50a27bcbb46790f2b7695005e3017284f0ae5588d13ac73fc404a31ed6748dc1
-EBUILD uwsgitop-0.6.ebuild 462 RMD160 ce543f57147392608bdab5e2d8837453259f2956 SHA1 8ef2f84e3ac585891008cdb8554e0a565cb7f343 SHA256 479655e071131e9327f98fce90da884d6cbedff61d4fb1ff5592361fba4c9910
+EBUILD uwsgitop-0.6.ebuild 460 RMD160 e53d72c3f53819437e92266695b78f0efeb88954 SHA1 bf4349380fc2250840261badcc1a2178a92a1e22 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7

diff --git a/app-admin/uwsgitop/uwsgitop-0.6.ebuild b/app-admin/uwsgitop/uwsgitop-0.6.ebuild
index fdfa763..ea19b98 100644
--- a/app-admin/uwsgitop/uwsgitop-0.6.ebuild
+++ b/app-admin/uwsgitop/uwsgitop-0.6.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="uWSGI top-like application"
 HOMEPAGE="https://github.com/unbit/uwsgitop/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""



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

* [gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/
@ 2013-01-21 17:11 Alexys Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Alexys Jacob @ 2013-01-21 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3a46b1d67d37ab4c9a9cd18a05920840bf794df5
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 21 17:11:35 2013 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Jan 21 17:11:35 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=3a46b1d6

bump uwsgitop

---
 app-admin/uwsgitop/Manifest                        |    4 ++--
 .../{uwsgitop-0.6.ebuild => uwsgitop-0.6.1.ebuild} |    0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
index 9c81ef7..4880b34 100644
--- a/app-admin/uwsgitop/Manifest
+++ b/app-admin/uwsgitop/Manifest
@@ -1,2 +1,2 @@
-DIST uwsgitop-0.6.tar.gz 2010 RMD160 f7143bf16069f10b7931988a7fcdb5892305f43b SHA1 a7441006f442abd203c4f19f8489ca8152106def SHA256 50a27bcbb46790f2b7695005e3017284f0ae5588d13ac73fc404a31ed6748dc1
-EBUILD uwsgitop-0.6.ebuild 460 RMD160 e53d72c3f53819437e92266695b78f0efeb88954 SHA1 bf4349380fc2250840261badcc1a2178a92a1e22 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7
+DIST uwsgitop-0.6.1.tar.gz 2200 SHA256 06534562f9eab6a0efe51ebe36fa7dca1e6a2de5797a9c526b261bdbb32dd144 SHA512 f0776c3405143228f46dc3873c1aa820cd946612c57a21ef95b1ef908cd3d5fe63ba55c24d6667f3412d7721354d5d956862d17bcef6dd65a433b9977fbdb80f WHIRLPOOL b44e06bd89d622084146c908cac3950a4a57bea501a740bcdbec68389840d669af25890c9235ffe22159d36127b055e20bcac887888175cbeec831f15dbd9732
+EBUILD uwsgitop-0.6.1.ebuild 460 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2 WHIRLPOOL ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd

diff --git a/app-admin/uwsgitop/uwsgitop-0.6.ebuild b/app-admin/uwsgitop/uwsgitop-0.6.1.ebuild
similarity index 100%
rename from app-admin/uwsgitop/uwsgitop-0.6.ebuild
rename to app-admin/uwsgitop/uwsgitop-0.6.1.ebuild


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

* [gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/
@ 2014-06-23  8:37 Alexys Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Alexys Jacob @ 2014-06-23  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6ac05bf9e2e0364ffd0c1e213aba6c353197c6c1
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 08:37:14 2014 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 08:37:14 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=6ac05bf9

uwsgitop version bump

---
 app-admin/uwsgitop/Manifest                                       | 4 ++--
 app-admin/uwsgitop/{uwsgitop-0.6.1.ebuild => uwsgitop-0.8.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
index 4880b34..41c21b9 100644
--- a/app-admin/uwsgitop/Manifest
+++ b/app-admin/uwsgitop/Manifest
@@ -1,2 +1,2 @@
-DIST uwsgitop-0.6.1.tar.gz 2200 SHA256 06534562f9eab6a0efe51ebe36fa7dca1e6a2de5797a9c526b261bdbb32dd144 SHA512 f0776c3405143228f46dc3873c1aa820cd946612c57a21ef95b1ef908cd3d5fe63ba55c24d6667f3412d7721354d5d956862d17bcef6dd65a433b9977fbdb80f WHIRLPOOL b44e06bd89d622084146c908cac3950a4a57bea501a740bcdbec68389840d669af25890c9235ffe22159d36127b055e20bcac887888175cbeec831f15dbd9732
-EBUILD uwsgitop-0.6.1.ebuild 460 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2 WHIRLPOOL ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd
+DIST uwsgitop-0.8.tar.gz 3203 SHA256 1df88a98c3023f259abd2b3ff889296b595267819ccfa5e313f10be23d1fdfb4 SHA512 07c071167cc77d8f1404ba565d327aa95a526d1e4614027cbfe2e832630ec179d14a91a6925848813ab58ab04a323203d9afde6c4e0ebeeca557afc5da22da5a WHIRLPOOL 855a87e1e3e6c11f8bcbdd084caa22346c7102045caee858c15396f7ad04174f54c73bca3fead82baeb255a4db0b172382cdbeea3d3c46b8db86ea5950d9d9e5
+EBUILD uwsgitop-0.8.ebuild 460 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2 WHIRLPOOL ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd

diff --git a/app-admin/uwsgitop/uwsgitop-0.6.1.ebuild b/app-admin/uwsgitop/uwsgitop-0.8.ebuild
similarity index 100%
rename from app-admin/uwsgitop/uwsgitop-0.6.1.ebuild
rename to app-admin/uwsgitop/uwsgitop-0.8.ebuild


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

* [gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/
@ 2015-11-02 17:10 Alexys Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Alexys Jacob @ 2015-11-02 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     23b8c646fb984ac3d6284fc28f89335b5ddec5f3
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  2 17:10:49 2015 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 17:10:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=23b8c646

app-admin/uwsgitop: version bump

 app-admin/uwsgitop/Manifest                                     | 4 ++--
 app-admin/uwsgitop/{uwsgitop-0.8.ebuild => uwsgitop-0.9.ebuild} | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
index 41c21b9..bc88289 100644
--- a/app-admin/uwsgitop/Manifest
+++ b/app-admin/uwsgitop/Manifest
@@ -1,2 +1,2 @@
-DIST uwsgitop-0.8.tar.gz 3203 SHA256 1df88a98c3023f259abd2b3ff889296b595267819ccfa5e313f10be23d1fdfb4 SHA512 07c071167cc77d8f1404ba565d327aa95a526d1e4614027cbfe2e832630ec179d14a91a6925848813ab58ab04a323203d9afde6c4e0ebeeca557afc5da22da5a WHIRLPOOL 855a87e1e3e6c11f8bcbdd084caa22346c7102045caee858c15396f7ad04174f54c73bca3fead82baeb255a4db0b172382cdbeea3d3c46b8db86ea5950d9d9e5
-EBUILD uwsgitop-0.8.ebuild 460 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2 WHIRLPOOL ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd
+DIST uwsgitop-0.9.tar.gz 4739 SHA256 5063ef2a692f663f1408643a7cae1794724f6d8d739746726e20cd46291e19e8 SHA512 e2ee3cd836bbfc84094aa77e621870643feca6a8397b36b7e4990a2e532eec9b311508f42fd99d4efde8dade469c8bbee44311c64f801c94af9f44c64eb7df4c WHIRLPOOL 8c55abd32c0ead23a40467ec33394f47b8a6d8af0c55e425e535aeff655cc549070d4475ffdf86c56f7f81716360a95292d9301f3f447d0b2bdf2413918106c1
+EBUILD uwsgitop-0.9.ebuild 459 SHA256 36550b473b4edc6b7ada24200877f6d4f712da68cbdd1ae36821326c33f417fa SHA512 001ca1124dcf8e1e799cfc833d84f79abf7a8a640b448a0c0a8bbbe48ebd2623b3f15ae82083349c3ee99d0ceb65af0b270171118a9d5e466a80ce17637d2b7b WHIRLPOOL e1861050032b7ec02caca848e0d34b9409eff04a2291d33ddd473c508b1600e1339f284bea52ac19c31ec9453925c4f1daee0031db602fd98f8b3a0cc5f03a21

diff --git a/app-admin/uwsgitop/uwsgitop-0.8.ebuild b/app-admin/uwsgitop/uwsgitop-0.9.ebuild
similarity index 85%
rename from app-admin/uwsgitop/uwsgitop-0.8.ebuild
rename to app-admin/uwsgitop/uwsgitop-0.9.ebuild
index ea19b98..a52f940 100644
--- a/app-admin/uwsgitop/uwsgitop-0.8.ebuild
+++ b/app-admin/uwsgitop/uwsgitop-0.9.ebuild
@@ -2,11 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="uWSGI top-like application"
 HOMEPAGE="https://github.com/unbit/uwsgitop/"


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

end of thread, other threads:[~2015-11-02 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 15:21 [gentoo-commits] dev/ultrabug:master commit in: app-admin/uwsgitop/ Alexys Jacob
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13 11:04 Alexys Jacob
2013-01-21 17:11 Alexys Jacob
2014-06-23  8:37 Alexys Jacob
2015-11-02 17:10 Alexys Jacob

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