diff options
author | 2018-03-19 13:48:14 +0300 | |
---|---|---|
committer | 2018-03-19 15:50:40 +0100 | |
commit | a3a8f87ad243b8da5aeaf75d7cae9b16a24290cb (patch) | |
tree | b1382836746624f8c8bda297095d7385afb92e41 /dev-python/ansicolor/ansicolor-0.2.4.ebuild | |
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/ansicolor-0.2.4.ebuild')
-rw-r--r-- | dev-python/ansicolor/ansicolor-0.2.4.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
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}]" |