public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/
Date: Fri, 15 Nov 2013 14:55:52 +0000 (UTC)	[thread overview]
Message-ID: <1384527346.fced8bc8be2172286c539e19d325a39659f0f280.ultrabug@gentoo> (raw)

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/
+#}


             reply	other threads:[~2013-11-15 14:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15 14:55 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26 10:59 [gentoo-commits] dev/ultrabug:master commit in: net-im/jsonbot/ Alexys Jacob
2013-11-15 15:01 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-22 15:00 Alexys Jacob
2012-03-13 11:18 Alexys Jacob
2012-03-13 11:04 Alexys Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384527346.fced8bc8be2172286c539e19d325a39659f0f280.ultrabug@gentoo \
    --to=ultrabug@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox