diff options
author | Michael Weber <xmw@gentoo.org> | 2011-01-05 15:30:22 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-01-05 15:30:22 +0000 |
commit | 614646f31626e8d8c7a76470656c5363152bbd42 (patch) | |
tree | a58e7a287e726bbe83a56c629d99a9a9915ab6a2 /net-misc/hotot/hotot-9999.ebuild | |
parent | Version bump, closes bug 350673. Removing vulnerable version. (diff) | |
download | historical-614646f31626e8d8c7a76470656c5363152bbd42.tar.gz historical-614646f31626e8d8c7a76470656c5363152bbd42.tar.bz2 historical-614646f31626e8d8c7a76470656c5363152bbd42.zip |
Initial import
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'net-misc/hotot/hotot-9999.ebuild')
-rw-r--r-- | net-misc/hotot/hotot-9999.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild new file mode 100644 index 000000000000..11fb06506430 --- /dev/null +++ b/net-misc/hotot/hotot-9999.ebuild @@ -0,0 +1,27 @@ +# 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-9999.ebuild,v 1.1 2011/01/05 15:30:22 xmw Exp $ + +EAPI=2 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.*" + +inherit distutils mercurial python + +DESCRIPTION="lightweight & open source microblogging client" +HOMEPAGE="http://hotot.org" +SRC_URI="" +EHG_REPO_URI="https://${PN}.googlecode.com/hg/${PN}" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="dev-libs/keybinder[python] + dev-python/notify-python + dev-python/python-distutils-extra + >=dev-python/pywebkitgtk-1.1.8" +DEPEND="${RDEPEND}" |