Parent Directory
|
Revision Log
Version bump. Drop old version (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.19.ebuild,v 1.1 2012/07/08 23:43:13 mschiff Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | PYTHON_DEPEND="2:2.6:2.7" |
| 8 | |
| 9 | inherit distutils python |
| 10 | |
| 11 | DESCRIPTION="Terminal progress bar and status output for command line" |
| 12 | HOMEPAGE="http://liw.fi/ttystatus/" |
| 13 | SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz" |
| 14 | |
| 15 | LICENSE="GPL-3" |
| 16 | SLOT="0" |
| 17 | KEYWORDS="~amd64 ~x86" |
| 18 | IUSE="" |
| 19 | RESTRICT="test" |
| 20 | |
| 21 | pkg_setup() { |
| 22 | python_set_active_version 2 |
| 23 | python_pkg_setup |
| 24 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |