summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2012-06-15 10:18:46 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2012-06-15 10:18:46 +0000
commitcecc85a429d4487c06b7cf3a069d22c4e280c983 (patch)
treeca74981b10bee404ea6bd34a5deb4ed457799a6c /dev-python/ttystatus
parentInitial commit of tracing. (diff)
downloadhistorical-cecc85a429d4487c06b7cf3a069d22c4e280c983.tar.gz
historical-cecc85a429d4487c06b7cf3a069d22c4e280c983.tar.bz2
historical-cecc85a429d4487c06b7cf3a069d22c4e280c983.zip
Initial commit of ttystatus.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r--dev-python/ttystatus/ChangeLog10
-rw-r--r--dev-python/ttystatus/metadata.xml8
-rw-r--r--dev-python/ttystatus/ttystatus-0.18.ebuild23
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog
new file mode 100644
index 000000000000..1f58c33c9ed0
--- /dev/null
+++ b/dev-python/ttystatus/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2012/06/15 10:18:46 mschiff Exp $
+
+*ttystatus-0.18 (15 Jun 2012)
+
+ 15 Jun 2012; Marc Schiffbauer <mschiff@gentoo.org> +ttystatus-0.18.ebuild,
+ +metadata.xml:
+ Initial commit of ttystatus.
+
diff --git a/dev-python/ttystatus/metadata.xml b/dev-python/ttystatus/metadata.xml
new file mode 100644
index 000000000000..ea7bd021a21e
--- /dev/null
+++ b/dev-python/ttystatus/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mschiff@gentoo.org</email>
+ <name>Marc Schiffbauer</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/ttystatus/ttystatus-0.18.ebuild b/dev-python/ttystatus/ttystatus-0.18.ebuild
new file mode 100644
index 000000000000..ed779e156aa0
--- /dev/null
+++ b/dev-python/ttystatus/ttystatus-0.18.ebuild
@@ -0,0 +1,23 @@
+# 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.1 2012/06/15 10:18:46 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=""
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}