diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-01-27 13:34:05 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-01-27 13:36:20 +0100 |
commit | 1f0abc898e8af716a8a81ba600d0b8b039d21ca5 (patch) | |
tree | 7a42a07c655b62c2b795b2fcc86ab943ca8ea327 /dev-python/ttystatus | |
parent | dev-python/tmdb3: Drop old (diff) | |
download | gentoo-1f0abc898e8af716a8a81ba600d0b8b039d21ca5.tar.gz gentoo-1f0abc898e8af716a8a81ba600d0b8b039d21ca5.tar.bz2 gentoo-1f0abc898e8af716a8a81ba600d0b8b039d21ca5.zip |
dev-python/ttystatus: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r-- | dev-python/ttystatus/Manifest | 3 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.22.ebuild | 19 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.23.ebuild | 19 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.32.ebuild | 19 |
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest index 5dfbe44dba49..5bab23ebb46f 100644 --- a/dev-python/ttystatus/Manifest +++ b/dev-python/ttystatus/Manifest @@ -1,4 +1 @@ -DIST python-ttystatus_0.22.orig.tar.gz 30262 BLAKE2B 74c308175c5b436a0cd2e7b427c6ffe4354c2221323d7a0149a245735aacc82ded2e9b65aa555331e6bb6fe156ae5b8bc0fb7de63e9786dc0923dce602ad27a5 SHA512 c6bf2a6dc81842799aecd9cacc0f91ea95cbe0befa80beef454c9f6e819f03180ee4964018c698a39cc2b7e245402a7c1d422fe5e0b750715bb068c22373d90a -DIST python-ttystatus_0.23.orig.tar.gz 30299 BLAKE2B 7081894339a1eacb61e78d57361932af998ac3fb2383432b51d5be14a3961b6bc374120678fcb9321c43e326bfc79b5d508d18a589909bc2cc6f09b1c5444838 SHA512 29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040 -DIST ttystatus-0.32.tar.gz 33642 BLAKE2B 8557c8c6cf2f7db2996489ef157c00b6da0ae2cc9be901596aadf5438ecf1fd3c507da80bd92cb7997f81be1d7a27cf0b716b6b2d0591faf7296118de93053e8 SHA512 fd1983d584eacab8302ebe795d7d907cead382d4188f8baafe78e0e493d329d330d60ecc682e3ff743b180cc52438bc1adf9c4bf3b98caf2e0ca8b1e26eeacb0 DIST ttystatus-0.35.tar.gz 34144 BLAKE2B 92a11676525f2db5b3bc09786ddb3651f72202eaf9edf872faa5b5cbe7c01a64bb904fa92538ddfd15e7a077b4648bb02c0ac5a60fdbee105ef2789686d6c405 SHA512 5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf diff --git a/dev-python/ttystatus/ttystatus-0.22.ebuild b/dev-python/ttystatus/ttystatus-0.22.ebuild deleted file mode 100644 index 4cb527807bf7..000000000000 --- a/dev-python/ttystatus/ttystatus-0.22.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" diff --git a/dev-python/ttystatus/ttystatus-0.23.ebuild b/dev-python/ttystatus/ttystatus-0.23.ebuild deleted file mode 100644 index fa0197685191..000000000000 --- a/dev-python/ttystatus/ttystatus-0.23.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -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="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" diff --git a/dev-python/ttystatus/ttystatus-0.32.ebuild b/dev-python/ttystatus/ttystatus-0.32.ebuild deleted file mode 100644 index bcebdfdd01e1..000000000000 --- a/dev-python/ttystatus/ttystatus-0.32.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Terminal progress bar and status output for command line" -HOMEPAGE="http://liw.fi/ttystatus/" -SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" |