summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-06-24 12:22:37 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-06-27 08:23:19 -0700
commite4084a7241657f2e7560ccfff4ba7901b66ce65f (patch)
tree69d0b6ab33f2048435583253d29a081c65c2ebc6 /dev-python/ttystatus/ttystatus-0.32.ebuild
parentnet-p2p/syncthing: remove old (diff)
downloadgentoo-e4084a7241657f2e7560ccfff4ba7901b66ce65f.tar.gz
gentoo-e4084a7241657f2e7560ccfff4ba7901b66ce65f.tar.bz2
gentoo-e4084a7241657f2e7560ccfff4ba7901b66ce65f.zip
dev-python/ttystatus: bump.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/ttystatus/ttystatus-0.32.ebuild')
-rw-r--r--dev-python/ttystatus/ttystatus-0.32.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/ttystatus/ttystatus-0.32.ebuild b/dev-python/ttystatus/ttystatus-0.32.ebuild
new file mode 100644
index 000000000000..7fdbec8d8dd3
--- /dev/null
+++ b/dev-python/ttystatus/ttystatus-0.32.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Terminal progress bar and status output for command line"
+HOMEPAGE="http://liw.fi/ttystatus/"
+SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"