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: Tue, 13 Mar 2012 11:04:49 +0000 (UTC)	[thread overview]
Message-ID: <1331636683.4f55713e5984df883affe3cd9ea16e407e23b68c.ultrabug@gentoo> (raw)

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



             reply	other threads:[~2012-03-13 11:05 UTC|newest]

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