diff options
author | 2012-10-06 23:19:40 +0000 | |
---|---|---|
committer | 2012-10-06 23:19:40 +0000 | |
commit | 9f62cd4b53ea51c5f27106d7718d1437572d5e61 (patch) | |
tree | 5efabb2453915a3264c69a6817781e3102ce0853 /dev-python/ttystatus | |
parent | Forgot to update changelog. (diff) | |
download | gentoo-2-9f62cd4b53ea51c5f27106d7718d1437572d5e61.tar.gz gentoo-2-9f62cd4b53ea51c5f27106d7718d1437572d5e61.tar.bz2 gentoo-2-9f62cd4b53ea51c5f27106d7718d1437572d5e61.zip |
Drop old version.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r-- | dev-python/ttystatus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.18.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog index b8970bde6d88..614455674c1d 100644 --- a/dev-python/ttystatus/ChangeLog +++ b/dev-python/ttystatus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ttystatus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.5 2012/10/06 23:18:43 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.6 2012/10/06 23:19:40 mschiff Exp $ + + 06 Oct 2012; Marc Schiffbauer <mschiff@gentoo.org> -ttystatus-0.18.ebuild: + Drop old version. 06 Oct 2012; Marc Schiffbauer <mschiff@gentoo.org> ChangeLog: Version bump. Drop old version. diff --git a/dev-python/ttystatus/ttystatus-0.18.ebuild b/dev-python/ttystatus/ttystatus-0.18.ebuild deleted file mode 100644 index a091d458e0e4..000000000000 --- a/dev-python/ttystatus/ttystatus-0.18.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.18.ebuild,v 1.2 2012/07/04 23:39:51 mschiff Exp $ - -EAPI=4 - -PYTHON_DEPEND="2:2.6:2.7" - -inherit distutils python - -DESCRIPTION="Terminal progress bar and status output for command line" -HOMEPAGE="http://liw.fi/ttystatus/" -SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} |