Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/
Date: Mon, 27 Jun 2016 15:23:30
Message-Id: 1467040999.e4084a7241657f2e7560ccfff4ba7901b66ce65f.robbat2@gentoo
1 commit: e4084a7241657f2e7560ccfff4ba7901b66ce65f
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 19:22:37 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 15:23:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4084a72
7
8 dev-python/ttystatus: bump.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/ttystatus/Manifest | 1 +
13 dev-python/ttystatus/ttystatus-0.32.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
17 index a2c00a8..f6bb9a5 100644
18 --- a/dev-python/ttystatus/Manifest
19 +++ b/dev-python/ttystatus/Manifest
20 @@ -1,2 +1,3 @@
21 DIST python-ttystatus_0.22.orig.tar.gz 30262 SHA256 ce3c0578364fab86278a694c2a193faf81c8e83df06f489d5395bd9d9706fbc3 SHA512 c6bf2a6dc81842799aecd9cacc0f91ea95cbe0befa80beef454c9f6e819f03180ee4964018c698a39cc2b7e245402a7c1d422fe5e0b750715bb068c22373d90a WHIRLPOOL 203446bfc2886b3a2c562675a6826ed0d8bcd475f77efc3326dbf2d2280cd17c77660d97041e3d3954243a34e1ac0d22f835b0d149c52db726a83783fad5ffe0
22 DIST python-ttystatus_0.23.orig.tar.gz 30299 SHA256 1ecd58dff0049fdccedb6cd41ff0ddc51971c943e8d1887f8c027ae9e3aeb17a SHA512 29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040 WHIRLPOOL 82576ac9346fe025d1ebc6d53e61cdfbcc3cb75f2c17e4bfb365d75088e5cf1bc00c6be6acfb729457324ea8e89d7d554efd2f3ab0c8a76103656a5a516e7172
23 +DIST ttystatus-0.32.tar.gz 33642 SHA256 ae2a054aa0bb6d1c6c71cb836bd5d55b9ade6863008c0803177908291342af2c SHA512 fd1983d584eacab8302ebe795d7d907cead382d4188f8baafe78e0e493d329d330d60ecc682e3ff743b180cc52438bc1adf9c4bf3b98caf2e0ca8b1e26eeacb0 WHIRLPOOL d31c764be170b05dae972bfb7a6b4a3fec6fff09cd8534e2b70f0e64c69e2d22594703f1c88b06ecdf2bdf19bb25caae0ba22fc1d8065c9e7dadff235bf429e1
24
25 diff --git a/dev-python/ttystatus/ttystatus-0.32.ebuild b/dev-python/ttystatus/ttystatus-0.32.ebuild
26 new file mode 100644
27 index 0000000..7fdbec8
28 --- /dev/null
29 +++ b/dev-python/ttystatus/ttystatus-0.32.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Terminal progress bar and status output for command line"
42 +HOMEPAGE="http://liw.fi/ttystatus/"
43 +SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 +IUSE=""
49 +
50 +DEPEND="${PYTHON_DEPS}"