summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/hotot')
-rw-r--r--net-misc/hotot/ChangeLog7
-rw-r--r--net-misc/hotot/hotot-0.9.6_p20110703.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog
index 1bafec3699c0..4ddfca7b1425 100644
--- a/net-misc/hotot/ChangeLog
+++ b/net-misc/hotot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/hotot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.2 2011/02/19 21:06:39 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.3 2011/07/14 11:30:15 xmw Exp $
+
+*hotot-0.9.6_p20110703 (14 Jul 2011)
+
+ 14 Jul 2011; Michael Weber <xmw@gentoo.org> +hotot-0.9.6_p20110703.ebuild:
+ Version bump, new snapshot
*hotot-0.9.5.531_p20110218 (19 Feb 2011)
diff --git a/net-misc/hotot/hotot-0.9.6_p20110703.ebuild b/net-misc/hotot/hotot-0.9.6_p20110703.ebuild
new file mode 100644
index 000000000000..fa5c7153f899
--- /dev/null
+++ b/net-misc/hotot/hotot-0.9.6_p20110703.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.6_p20110703.ebuild,v 1.1 2011/07/14 11:30:15 xmw Exp $
+
+EAPI=2
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
+
+inherit distutils python
+
+DESCRIPTION="lightweight & open source microblogging client"
+HOMEPAGE="http://hotot.org"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/keybinder[python]
+ dev-python/notify-python
+ dev-python/python-distutils-extra
+ >=dev-python/pywebkitgtk-1.1.8"
+DEPEND="${RDEPEND}"