diff options
author | 2013-08-09 15:16:27 +0000 | |
---|---|---|
committer | 2013-08-09 15:16:27 +0000 | |
commit | ed435627cdc34b2a16d52edc401af77b60389380 (patch) | |
tree | e3f0ce64ffe467b746fa23a38773c51208417db8 /dev-python/ttystatus | |
parent | Bump version. Remove older versions. (diff) | |
download | gentoo-2-ed435627cdc34b2a16d52edc401af77b60389380.tar.gz gentoo-2-ed435627cdc34b2a16d52edc401af77b60389380.tar.bz2 gentoo-2-ed435627cdc34b2a16d52edc401af77b60389380.zip |
Bump version. Remove older version
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r-- | dev-python/ttystatus/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.23.ebuild (renamed from dev-python/ttystatus/ttystatus-0.21.ebuild) | 16 |
2 files changed, 13 insertions, 11 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog index 9843d86326f7..63f40702e057 100644 --- a/dev-python/ttystatus/ChangeLog +++ b/dev-python/ttystatus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/ttystatus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.9 2013/03/24 11:49:22 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.10 2013/08/09 15:16:27 mschiff Exp $ + +*ttystatus-0.23 (09 Aug 2013) + + 09 Aug 2013; Marc Schiffbauer <mschiff@gentoo.org> +ttystatus-0.23.ebuild, + -ttystatus-0.21.ebuild: + Bump version. Remove older version 24 Mar 2013; Marc Schiffbauer <mschiff@gentoo.org> ttystatus-0.22.ebuild: remove superfluous python-r1 inherit diff --git a/dev-python/ttystatus/ttystatus-0.21.ebuild b/dev-python/ttystatus/ttystatus-0.23.ebuild index d859e99bbe15..77217a09cd8e 100644 --- a/dev-python/ttystatus/ttystatus-0.21.ebuild +++ b/dev-python/ttystatus/ttystatus-0.23.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.21.ebuild,v 1.1 2012/10/06 23:17:21 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.23.ebuild,v 1.1 2013/08/09 15:16:27 mschiff Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2:2.6:2.7" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils python +inherit distutils-r1 DESCRIPTION="Terminal progress bar and status output for command line" HOMEPAGE="http://liw.fi/ttystatus/" @@ -16,9 +16,5 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="test" -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} +DEPEND="${PYTHON_DEPS}" |