* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-03-13 11:04 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-03-13 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 4f55713e5984df883affe3cd9ea16e407e23b68c
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:04:43 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 11:04:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=4f55713e
jsonbot initial commit
---
net-im/jsonbot/Manifest | 2 +
net-im/jsonbot/jsonbot-0.84.1.ebuild | 38 ++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
new file mode 100644
index 0000000..e7be2b2
--- /dev/null
+++ b/net-im/jsonbot/Manifest
@@ -0,0 +1,2 @@
+DIST jsb-0.84.1.tar.gz 1110298 RMD160 266ef42ef8309ae2249c990bf7f05cc55ce09d55 SHA1 d5905fdb0180993bb3ebc13bae443f08bb3bb9ba SHA256 a7a1c6c0ea7983fe1d394e2067d3f3a61190a3cd91fb7d187f3239b5ffe3f95b
+EBUILD jsonbot-0.84.1.ebuild 759 RMD160 c107fa27833b9f9ac045e7b05e1eed4f1a59455f SHA1 c12b9043f293ce2714deb18969afc96929e2af26 SHA256 98fe7cf1530f45391952180c660f1b3fee5df19191ddd0af844ebad40d430938
diff --git a/net-im/jsonbot/jsonbot-0.84.1.ebuild b/net-im/jsonbot/jsonbot-0.84.1.ebuild
new file mode 100644
index 0000000..41aeaa7
--- /dev/null
+++ b/net-im/jsonbot/jsonbot-0.84.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="2"
+MY_P="jsb-${PV}"
+
+inherit distutils
+
+DESCRIPTION=""
+HOMEPAGE="http://code.google.com/p/jsonbot/"
+SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Missing deps (will be bundled) : hapi, sleekxmpp
+RDEPEND="dev-python/beautifulsoup
+ dev-python/dnspython
+ dev-python/feedparser
+ dev-python/oauth
+ dev-python/pysqlite
+ dev-python/requests
+ dev-python/simplejson
+ >=www-servers/tornado-2.2"
+DEPEND="${RDEPEND}
+ dev-lang/python[sqlite]
+ dev-python/setuptools"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ distutils_src_install
+ rm -rf "${D}"/usr/jsb/
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-03-13 11:18 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-03-13 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 73686b7ccca92cd8c7e0c24439c38c69d55ad5d8
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:17:59 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 11:17:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=73686b7c
updated description
---
net-im/jsonbot/Manifest | 2 +-
net-im/jsonbot/jsonbot-0.84.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index e7be2b2..93e40ec 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,2 +1,2 @@
DIST jsb-0.84.1.tar.gz 1110298 RMD160 266ef42ef8309ae2249c990bf7f05cc55ce09d55 SHA1 d5905fdb0180993bb3ebc13bae443f08bb3bb9ba SHA256 a7a1c6c0ea7983fe1d394e2067d3f3a61190a3cd91fb7d187f3239b5ffe3f95b
-EBUILD jsonbot-0.84.1.ebuild 759 RMD160 c107fa27833b9f9ac045e7b05e1eed4f1a59455f SHA1 c12b9043f293ce2714deb18969afc96929e2af26 SHA256 98fe7cf1530f45391952180c660f1b3fee5df19191ddd0af844ebad40d430938
+EBUILD jsonbot-0.84.1.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
diff --git a/net-im/jsonbot/jsonbot-0.84.1.ebuild b/net-im/jsonbot/jsonbot-0.84.1.ebuild
index 41aeaa7..a6f11d7 100644
--- a/net-im/jsonbot/jsonbot-0.84.1.ebuild
+++ b/net-im/jsonbot/jsonbot-0.84.1.ebuild
@@ -8,7 +8,7 @@ MY_P="jsb-${PV}"
inherit distutils
-DESCRIPTION=""
+DESCRIPTION="Python based extensible and multi-protocol bot framework"
HOMEPAGE="http://code.google.com/p/jsonbot/"
SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-03-22 15:00 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-03-22 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 02d227b8ce3830032e514473cb8c33c87c16c875
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 15:00:09 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 15:00:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=02d227b8
jsonbot version bump
---
net-im/jsonbot/Manifest | 4 ++--
...jsonbot-0.84.1.ebuild => jsonbot-0.84.2.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index 93e40ec..2c0dfbe 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,2 +1,2 @@
-DIST jsb-0.84.1.tar.gz 1110298 RMD160 266ef42ef8309ae2249c990bf7f05cc55ce09d55 SHA1 d5905fdb0180993bb3ebc13bae443f08bb3bb9ba SHA256 a7a1c6c0ea7983fe1d394e2067d3f3a61190a3cd91fb7d187f3239b5ffe3f95b
-EBUILD jsonbot-0.84.1.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
+DIST jsb-0.84.2.tar.gz 1052362 RMD160 409c1c7547ffdebaa1d73c9ced6ac9854ae74dfc SHA1 14c6f029eadf41f8f2b33867e391ee08a7668528 SHA256 eec3c369f9488d787abc4acdd103a0418d94e00ee5916ed90e38498664b0b9f0
+EBUILD jsonbot-0.84.2.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
diff --git a/net-im/jsonbot/jsonbot-0.84.1.ebuild b/net-im/jsonbot/jsonbot-0.84.2.ebuild
similarity index 100%
rename from net-im/jsonbot/jsonbot-0.84.1.ebuild
rename to net-im/jsonbot/jsonbot-0.84.2.ebuild
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-03-22 17:50 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-03-22 17:50 UTC (permalink / raw
To: gentoo-commits
commit: a2548d0d8417b08e99cb24057d47b230c98e71f8
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 17:50:36 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 17:50:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=a2548d0d
jsonbot bump
---
net-im/jsonbot/Manifest | 4 ++--
...jsonbot-0.84.2.ebuild => jsonbot-0.84.3.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index 2c0dfbe..a6bc138 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,2 +1,2 @@
-DIST jsb-0.84.2.tar.gz 1052362 RMD160 409c1c7547ffdebaa1d73c9ced6ac9854ae74dfc SHA1 14c6f029eadf41f8f2b33867e391ee08a7668528 SHA256 eec3c369f9488d787abc4acdd103a0418d94e00ee5916ed90e38498664b0b9f0
-EBUILD jsonbot-0.84.2.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
+DIST jsb-0.84.3.tar.gz 989483 RMD160 56333652225e8e04f740eb766ff9a6c092b2744c SHA1 23df0aa899a5bd62d2f86f6fac4e67c4baa5b7bf SHA256 75aa658b2e773b99eca0def7125c4a55aaa1c70e1cbda58e7265a4be533aa429
+EBUILD jsonbot-0.84.3.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
diff --git a/net-im/jsonbot/jsonbot-0.84.2.ebuild b/net-im/jsonbot/jsonbot-0.84.3.ebuild
similarity index 100%
rename from net-im/jsonbot/jsonbot-0.84.2.ebuild
rename to net-im/jsonbot/jsonbot-0.84.3.ebuild
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-03-30 8:05 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-03-30 8:05 UTC (permalink / raw
To: gentoo-commits
commit: a003725a9b430ac88c783ef08e0a93cff5c2e471
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 08:05:02 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 08:05:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=a003725a
jsonbot bump
---
...jsonbot-0.84.3.ebuild => jsonbot-0.84.4.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-im/jsonbot/jsonbot-0.84.3.ebuild b/net-im/jsonbot/jsonbot-0.84.4.ebuild
similarity index 100%
rename from net-im/jsonbot/jsonbot-0.84.3.ebuild
rename to net-im/jsonbot/jsonbot-0.84.4.ebuild
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-04-03 12:54 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-04-03 12:54 UTC (permalink / raw
To: gentoo-commits
commit: b217c3c1cca62bdd0ef6a42bbfdda01b8603c52e
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 12:54:28 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 12:54:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=b217c3c1
fix manifest
---
net-im/jsonbot/Manifest | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index a6bc138..eeb5c81 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,2 +1,2 @@
-DIST jsb-0.84.3.tar.gz 989483 RMD160 56333652225e8e04f740eb766ff9a6c092b2744c SHA1 23df0aa899a5bd62d2f86f6fac4e67c4baa5b7bf SHA256 75aa658b2e773b99eca0def7125c4a55aaa1c70e1cbda58e7265a4be533aa429
-EBUILD jsonbot-0.84.3.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
+DIST jsb-0.84.4.tar.gz 1052868 RMD160 6478255e9a1fbfb3a410db0b4178f1aac54dfde4 SHA1 f81dc19f88a116d86bfbea2c3505d82085d177bf SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3
+EBUILD jsonbot-0.84.4.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2012-11-14 13:25 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2012-11-14 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 143135c35b4a65a2674497ffdcf8dd62b28c7497
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 14 13:25:23 2012 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed Nov 14 13:25:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=143135c3
jsonbot bump
---
net-im/jsonbot/Manifest | 6 +++-
net-im/jsonbot/jsonbot-0.90.0.ebuild | 38 ++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 2 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index eeb5c81..1857b36 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,2 +1,4 @@
-DIST jsb-0.84.4.tar.gz 1052868 RMD160 6478255e9a1fbfb3a410db0b4178f1aac54dfde4 SHA1 f81dc19f88a116d86bfbea2c3505d82085d177bf SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3
-EBUILD jsonbot-0.84.4.ebuild 815 RMD160 76af5e15bfeba7659758e026494eb47b9fd01ae2 SHA1 30a8f1f6bdea7057362806f24c55205fa5fc389f SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579
+DIST jsb-0.84.4.tar.gz 1052868 SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3
+DIST jsb-0.90.0.tar.gz 985754 SHA256 0e344a95a4dc56badb6533dc51917bcf21251be1c7a5641216f220a1b0178168 SHA512 99e1266736edaf71620c3ea795224838aec34c51984c8f2664fd718fef680b19495e6bef6e3de6b90317f1f8509bd324e69720df735dc27af5a970d8af364de4 WHIRLPOOL a6567aa70ab0c25fbf07538b76cb59a9fcd29cdc18005c8d3604522e5607749a5c7745e368252fc2e287e3f6232b0924cdb7651c37acbe116611f0a8e2610288
+EBUILD jsonbot-0.84.4.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc
+EBUILD jsonbot-0.90.0.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc
diff --git a/net-im/jsonbot/jsonbot-0.90.0.ebuild b/net-im/jsonbot/jsonbot-0.90.0.ebuild
new file mode 100644
index 0000000..a6f11d7
--- /dev/null
+++ b/net-im/jsonbot/jsonbot-0.90.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="2"
+MY_P="jsb-${PV}"
+
+inherit distutils
+
+DESCRIPTION="Python based extensible and multi-protocol bot framework"
+HOMEPAGE="http://code.google.com/p/jsonbot/"
+SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Missing deps (will be bundled) : hapi, sleekxmpp
+RDEPEND="dev-python/beautifulsoup
+ dev-python/dnspython
+ dev-python/feedparser
+ dev-python/oauth
+ dev-python/pysqlite
+ dev-python/requests
+ dev-python/simplejson
+ >=www-servers/tornado-2.2"
+DEPEND="${RDEPEND}
+ dev-lang/python[sqlite]
+ dev-python/setuptools"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ distutils_src_install
+ rm -rf "${D}"/usr/jsb/
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2013-11-15 14:55 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2013-11-15 14:55 UTC (permalink / raw
To: gentoo-commits
commit: fced8bc8be2172286c539e19d325a39659f0f280
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 14:55:46 2013 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 14:55:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=fced8bc8
fix jsonbot ebuild
---
net-im/jsonbot/Manifest | 4 ++--
net-im/jsonbot/jsonbot-0.90.0.ebuild | 21 ++++++++++++---------
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index 1857b36..f90e287 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,4 +1,4 @@
+DIST f69e1ab43e07c348280cde4c047951a117b4c4cd.zip 2002620 SHA256 48a3916a5de950643e0beeeb144a161f67af8736d17004fa35b3ef7201902e96 SHA512 50afaa13a74d710d3593665b6d359dd0b6d8464f7d19955161dc8618f8a2451e2680be27cae82c242c15abae672c4ca3869fe8a50ef13eca3f93e92217b398bc WHIRLPOOL 649bf9608849232065a1c79140943bb36024ed572bd15f30ae9f0f912bcd2f6f69e090d0df007dff04248176a041e3a02e76b8912cb044cd0a12493ac761e4c6
DIST jsb-0.84.4.tar.gz 1052868 SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3
-DIST jsb-0.90.0.tar.gz 985754 SHA256 0e344a95a4dc56badb6533dc51917bcf21251be1c7a5641216f220a1b0178168 SHA512 99e1266736edaf71620c3ea795224838aec34c51984c8f2664fd718fef680b19495e6bef6e3de6b90317f1f8509bd324e69720df735dc27af5a970d8af364de4 WHIRLPOOL a6567aa70ab0c25fbf07538b76cb59a9fcd29cdc18005c8d3604522e5607749a5c7745e368252fc2e287e3f6232b0924cdb7651c37acbe116611f0a8e2610288
EBUILD jsonbot-0.84.4.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc
-EBUILD jsonbot-0.90.0.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc
+EBUILD jsonbot-0.90.0.ebuild 961 SHA256 e2114236b0106aab0a90a49e8003c3f358d0e0b34a818eca6926703b7ff84a88 SHA512 dbecf0b4c6de819f124b787bf470924e42b41af780887b29f199af21866260af9500e27b815bf5574e78dc7ddfa8bcacbef48f6d0348dc265919c95ca6512edf WHIRLPOOL 5ab455d330c8b427dd077936ff3f5964fc3d3be45149d237b2bc608d4ae321c28150b811c04f474167d10335d6a017f67ff45dcdd8a740785a14aedb31edfdd5
diff --git a/net-im/jsonbot/jsonbot-0.90.0.ebuild b/net-im/jsonbot/jsonbot-0.90.0.ebuild
index a6f11d7..dd1d7af 100644
--- a/net-im/jsonbot/jsonbot-0.90.0.ebuild
+++ b/net-im/jsonbot/jsonbot-0.90.0.ebuild
@@ -2,15 +2,18 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
-PYTHON_DEPEND="2"
-MY_P="jsb-${PV}"
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
+
+MY_P="jsb-${PV}"
DESCRIPTION="Python based extensible and multi-protocol bot framework"
HOMEPAGE="http://code.google.com/p/jsonbot/"
SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"
+SRC_URI="https://bthate-jsb090.googlecode.com/archive/f69e1ab43e07c348280cde4c047951a117b4c4cd.zip"
LICENSE="MIT"
SLOT="0"
@@ -22,7 +25,6 @@ RDEPEND="dev-python/beautifulsoup
dev-python/dnspython
dev-python/feedparser
dev-python/oauth
- dev-python/pysqlite
dev-python/requests
dev-python/simplejson
>=www-servers/tornado-2.2"
@@ -31,8 +33,9 @@ DEPEND="${RDEPEND}
dev-python/setuptools"
S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/bthate-jsb090-f69e1ab43e07"
-src_install() {
- distutils_src_install
- rm -rf "${D}"/usr/jsb/
-}
+#src_install() {
+# distutils_src_install
+# rm -rf "${D}"/usr/jsb/
+#}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2013-11-15 15:01 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2013-11-15 15:01 UTC (permalink / raw
To: gentoo-commits
commit: ef93468515b654a43645d399899752503f819085
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 15:01:18 2013 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 15:01:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=ef934685
fix jsonbot SRC_URI
---
net-im/jsonbot/Manifest | 4 ++--
net-im/jsonbot/jsonbot-0.90.0.ebuild | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
index f90e287..6df855d 100644
--- a/net-im/jsonbot/Manifest
+++ b/net-im/jsonbot/Manifest
@@ -1,4 +1,4 @@
-DIST f69e1ab43e07c348280cde4c047951a117b4c4cd.zip 2002620 SHA256 48a3916a5de950643e0beeeb144a161f67af8736d17004fa35b3ef7201902e96 SHA512 50afaa13a74d710d3593665b6d359dd0b6d8464f7d19955161dc8618f8a2451e2680be27cae82c242c15abae672c4ca3869fe8a50ef13eca3f93e92217b398bc WHIRLPOOL 649bf9608849232065a1c79140943bb36024ed572bd15f30ae9f0f912bcd2f6f69e090d0df007dff04248176a041e3a02e76b8912cb044cd0a12493ac761e4c6
DIST jsb-0.84.4.tar.gz 1052868 SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3
+DIST jsonbot-0.90.0.zip 2002620 SHA256 8e8959f6b0b97309001da7c0f7261d63197ab2f4fe63f19870184a9a765f3e84 SHA512 54c6e04c47acba7ae8474c8b321fdf4d44356e39591777f78a88e8dd08fad517cc767d460a91c8df5224544629a7bbd4187d3fcf6c25c5e23af79bdaabdea835 WHIRLPOOL 51439d66671ce682408d8108329ba60823dd2e0f77b4a7a542425d70b38ae3bcb0cd5977c63111020a9ddb520a1667139af7a6bdbfcd5e08762fab703b512875
EBUILD jsonbot-0.84.4.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc
-EBUILD jsonbot-0.90.0.ebuild 961 SHA256 e2114236b0106aab0a90a49e8003c3f358d0e0b34a818eca6926703b7ff84a88 SHA512 dbecf0b4c6de819f124b787bf470924e42b41af780887b29f199af21866260af9500e27b815bf5574e78dc7ddfa8bcacbef48f6d0348dc265919c95ca6512edf WHIRLPOOL 5ab455d330c8b427dd077936ff3f5964fc3d3be45149d237b2bc608d4ae321c28150b811c04f474167d10335d6a017f67ff45dcdd8a740785a14aedb31edfdd5
+EBUILD jsonbot-0.90.0.ebuild 912 SHA256 17d26cdd2923db92fa13a850fdc453883f5af320992beebefc0e7a934d499d29 SHA512 8dc4704c8eb4612df1269f376b20f34874689ab66fc6fa68037b69c868d4e1dfb0c3d7753abd1c24a8e4a336a2cc74e6de548f1d5dea562ee17268d31bd47359 WHIRLPOOL 62a41cbcc6e6041bed47cc05c09ef6b41432f63ee8bdd5e8347df16515bbd4ecad4c6724530aec4c30966de797f2a287c7b2b33e93ebb0b40e262a5fa8b58c67
diff --git a/net-im/jsonbot/jsonbot-0.90.0.ebuild b/net-im/jsonbot/jsonbot-0.90.0.ebuild
index dd1d7af..a378d70 100644
--- a/net-im/jsonbot/jsonbot-0.90.0.ebuild
+++ b/net-im/jsonbot/jsonbot-0.90.0.ebuild
@@ -12,8 +12,7 @@ MY_P="jsb-${PV}"
DESCRIPTION="Python based extensible and multi-protocol bot framework"
HOMEPAGE="http://code.google.com/p/jsonbot/"
-SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"
-SRC_URI="https://bthate-jsb090.googlecode.com/archive/f69e1ab43e07c348280cde4c047951a117b4c4cd.zip"
+SRC_URI="https://bthate-jsb090.googlecode.com/archive/f69e1ab43e07c348280cde4c047951a117b4c4cd.zip -> ${P}.zip"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
@ 2015-03-26 10:59 Alexys Jacob
0 siblings, 0 replies; 10+ messages in thread
From: Alexys Jacob @ 2015-03-26 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 8ae29c7b3ccce513b0f6c8ed2f24627b49c20ca2
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 10:59:35 2015 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 10:59:35 2015 +0000
URL: https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=8ae29c7b
drop unmaintained net-im/jsonbot
net-im/jsonbot/Manifest | 4 ----
net-im/jsonbot/jsonbot-0.84.4.ebuild | 38 ----------------------------------
net-im/jsonbot/jsonbot-0.90.0.ebuild | 40 ------------------------------------
3 files changed, 82 deletions(-)
diff --git a/net-im/jsonbot/Manifest b/net-im/jsonbot/Manifest
deleted file mode 100644
index 6df855d..0000000
--- a/net-im/jsonbot/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST jsb-0.84.4.tar.gz 1052868 SHA256 bd0445e8699036b6c209188fb9793176c2455dda3c05314815f02d99f150a0c3
-DIST jsonbot-0.90.0.zip 2002620 SHA256 8e8959f6b0b97309001da7c0f7261d63197ab2f4fe63f19870184a9a765f3e84 SHA512 54c6e04c47acba7ae8474c8b321fdf4d44356e39591777f78a88e8dd08fad517cc767d460a91c8df5224544629a7bbd4187d3fcf6c25c5e23af79bdaabdea835 WHIRLPOOL 51439d66671ce682408d8108329ba60823dd2e0f77b4a7a542425d70b38ae3bcb0cd5977c63111020a9ddb520a1667139af7a6bdbfcd5e08762fab703b512875
-EBUILD jsonbot-0.84.4.ebuild 815 SHA256 1766fa50e79205bbed70315b452547d8e2e94e4e4c7dc5dffbfd661eb75af579 SHA512 19e0d56f3be64188ca9bf1d60f24321d7775a8d656bdc66e714842a300e353b272e7c2273e8d7b047010a8789ceac60b8f7ff52d3b7fe5c3d3b4258e4429b9ae WHIRLPOOL 71179b740933da05c9a0d07be361bcbc7623cbf50bd12a45d43d86aed525da1530468d16d26ccc838eba0087675e920da63e4d96fe57b86f6b1e616f39d152dc
-EBUILD jsonbot-0.90.0.ebuild 912 SHA256 17d26cdd2923db92fa13a850fdc453883f5af320992beebefc0e7a934d499d29 SHA512 8dc4704c8eb4612df1269f376b20f34874689ab66fc6fa68037b69c868d4e1dfb0c3d7753abd1c24a8e4a336a2cc74e6de548f1d5dea562ee17268d31bd47359 WHIRLPOOL 62a41cbcc6e6041bed47cc05c09ef6b41432f63ee8bdd5e8347df16515bbd4ecad4c6724530aec4c30966de797f2a287c7b2b33e93ebb0b40e262a5fa8b58c67
diff --git a/net-im/jsonbot/jsonbot-0.84.4.ebuild b/net-im/jsonbot/jsonbot-0.84.4.ebuild
deleted file mode 100644
index a6f11d7..0000000
--- a/net-im/jsonbot/jsonbot-0.84.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2"
-MY_P="jsb-${PV}"
-
-inherit distutils
-
-DESCRIPTION="Python based extensible and multi-protocol bot framework"
-HOMEPAGE="http://code.google.com/p/jsonbot/"
-SRC_URI="http://jsonbot.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Missing deps (will be bundled) : hapi, sleekxmpp
-RDEPEND="dev-python/beautifulsoup
- dev-python/dnspython
- dev-python/feedparser
- dev-python/oauth
- dev-python/pysqlite
- dev-python/requests
- dev-python/simplejson
- >=www-servers/tornado-2.2"
-DEPEND="${RDEPEND}
- dev-lang/python[sqlite]
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
- rm -rf "${D}"/usr/jsb/
-}
diff --git a/net-im/jsonbot/jsonbot-0.90.0.ebuild b/net-im/jsonbot/jsonbot-0.90.0.ebuild
deleted file mode 100644
index a378d70..0000000
--- a/net-im/jsonbot/jsonbot-0.90.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 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
-
-MY_P="jsb-${PV}"
-
-DESCRIPTION="Python based extensible and multi-protocol bot framework"
-HOMEPAGE="http://code.google.com/p/jsonbot/"
-SRC_URI="https://bthate-jsb090.googlecode.com/archive/f69e1ab43e07c348280cde4c047951a117b4c4cd.zip -> ${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Missing deps (will be bundled) : hapi, sleekxmpp
-RDEPEND="dev-python/beautifulsoup
- dev-python/dnspython
- dev-python/feedparser
- dev-python/oauth
- dev-python/requests
- dev-python/simplejson
- >=www-servers/tornado-2.2"
-DEPEND="${RDEPEND}
- dev-lang/python[sqlite]
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-S="${WORKDIR}/bthate-jsb090-f69e1ab43e07"
-
-#src_install() {
-# distutils_src_install
-# rm -rf "${D}"/usr/jsb/
-#}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-03-26 10:59 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 15:00 [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/ Alexys Jacob
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 10:59 Alexys Jacob
2013-11-15 15:01 Alexys Jacob
2013-11-15 14:55 Alexys Jacob
2012-11-14 13:25 Alexys Jacob
2012-04-03 12:54 Alexys Jacob
2012-03-30 8:05 Alexys Jacob
2012-03-22 17:50 Alexys Jacob
2012-03-13 11:18 Alexys Jacob
2012-03-13 11:04 Alexys Jacob
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox