diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2018-03-19 13:48:14 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-19 15:50:40 +0100 |
commit | a3a8f87ad243b8da5aeaf75d7cae9b16a24290cb (patch) | |
tree | b1382836746624f8c8bda297095d7385afb92e41 /dev-python/ansicolor | |
parent | xfce-base/xfce4-settings: Drop old (diff) | |
download | gentoo-a3a8f87ad243b8da5aeaf75d7cae9b16a24290cb.tar.gz gentoo-a3a8f87ad243b8da5aeaf75d7cae9b16a24290cb.tar.bz2 gentoo-a3a8f87ad243b8da5aeaf75d7cae9b16a24290cb.zip |
dev-python/ansicolor: remove old
Closes: https://github.com/gentoo/gentoo/pull/7507
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/ansicolor')
-rw-r--r-- | dev-python/ansicolor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ansicolor/ansicolor-0.2.4.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest index 2ec6f7161847..01708bb5bf74 100644 --- a/dev-python/ansicolor/Manifest +++ b/dev-python/ansicolor/Manifest @@ -1,2 +1 @@ -DIST ansicolor-0.2.4.tar.gz 5971 BLAKE2B 95be4af04df9ec9104872fa1a97dfe48174032f22cd5c0e2f9cd8292f2fb1a391476b93985df227cb7b15ef2c6998c912976c3f071ca88e74835032acb138307 SHA512 1f20955a5ddf6a2125146fab220884b3dace2faef5b06c637c396b1769ad60e69ef7ae8a4ae3ecd49d0b849efdbd388b611eb738dc7c1b7f19027afc3f30e57c DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5 SHA512 44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121 diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild b/dev-python/ansicolor/ansicolor-0.2.4.ebuild deleted file mode 100644 index fc1f9fea09fc..000000000000 --- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Produce ansi color output and colored highlighting and diffing" -HOMEPAGE="https://github.com/numerodix/ansicolor" -SRC_URI=" - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |