summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-03-17 05:25:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-03-17 05:25:22 +0000
commitfa2feae90761d77597583f77765b3018359a1459 (patch)
tree068ee0b55cac41e46aef30cc1769aa06fe4a9e32 /net-im
parentBump (diff)
downloadgentoo-2-fa2feae90761d77597583f77765b3018359a1459.tar.gz
gentoo-2-fa2feae90761d77597583f77765b3018359a1459.tar.bz2
gentoo-2-fa2feae90761d77597583f77765b3018359a1459.zip
Bump
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/turses/ChangeLog7
-rw-r--r--net-im/turses/turses-0.2.12.ebuild36
2 files changed, 42 insertions, 1 deletions
diff --git a/net-im/turses/ChangeLog b/net-im/turses/ChangeLog
index 45eefc126306..020955b639a7 100644
--- a/net-im/turses/ChangeLog
+++ b/net-im/turses/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/turses
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/turses/ChangeLog,v 1.4 2013/02/06 16:42:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/turses/ChangeLog,v 1.5 2013/03/17 05:25:22 patrick Exp $
+
+*turses-0.2.12 (17 Mar 2013)
+
+ 17 Mar 2013; Patrick Lauer <patrick@gentoo.org> +turses-0.2.12.ebuild:
+ Bump
*turses-0.2.11-r1 (06 Feb 2013)
diff --git a/net-im/turses/turses-0.2.12.ebuild b/net-im/turses/turses-0.2.12.ebuild
new file mode 100644
index 000000000000..50b0e17b2503
--- /dev/null
+++ b/net-im/turses/turses-0.2.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/turses/turses-0.2.12.ebuild,v 1.1 2013/03/17 05:25:22 patrick Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils eutils vcs-snapshot
+
+DESCRIPTION="Command line twitter client"
+HOMEPAGE="https://github.com/alejandrogomez/turses"
+SRC_URI="https://github.com/alejandrogomez/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ dev-python/oauth2
+ dev-python/setuptools
+ dev-python/tweepy
+ dev-python/urwid
+ test? (
+ dev-python/mock
+ dev-python/nose
+ dev-python/tox
+ )
+
+"
+RDEPEND=""
+
+DOCS="AUTHORS HISTORY.rst README.rst"