summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-02 23:43:30 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 10:11:14 +0100
commit46ee454417fd534797b96b60c5d0fbda1da517de (patch)
treefe4004b28806bcde8876a0a90bfd1a69a3dc9b01
parentdev-python/cmd2: Clean old up (diff)
downloadgentoo-46ee454417fd534797b96b60c5d0fbda1da517de.tar.gz
gentoo-46ee454417fd534797b96b60c5d0fbda1da517de.tar.bz2
gentoo-46ee454417fd534797b96b60c5d0fbda1da517de.zip
dev-python/colorama: Clean old up
-rw-r--r--dev-python/colorama/Manifest1
-rw-r--r--dev-python/colorama/colorama-0.3.8.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/colorama/Manifest b/dev-python/colorama/Manifest
index 48d81ecacd4c..7088a8e4e7ba 100644
--- a/dev-python/colorama/Manifest
+++ b/dev-python/colorama/Manifest
@@ -1,3 +1,2 @@
DIST colorama-0.3.3.tar.gz 22765 BLAKE2B 3dc399c3a073fba825e85c667c6af1a5b8777dc65ff5ae8fcdb7fe6d20a3193ff391a28140ee90316893250a61b77bd8efca9df03ae88c7f20c24545c8f30e4c SHA512 8e6177ea60ab8f1267ce982f23803a9d2eb0c4550d7eac4776416d62a99d1ce03254fc64cc959ca95e2409ceeff081d4d19359c383e969dfb921b44c56914495
-DIST colorama-0.3.8.tar.gz 25043 BLAKE2B 8307a6f3563621d1995cdb97db4f67547744974c7c79a2bdfd4f59a2a6ff700b050f3342b487873b2370e29c9e5838bb9942cab5448ec15e04b54febf0c2d714 SHA512 daccbae90c986bbb23d87b6fce97e53fafce0284ee5578b642d925bcd8f162919e61065494a5b31ed3d2c6b28b6543fdbf84c477745f6540ea607e2d13cde319
DIST colorama-0.3.9.tar.gz 25053 BLAKE2B f633a188d032c41d0b6de60540ca1774dd8f3e8fe2e558333baf09855db30fa7a7ade5944ff12e4ca1a3685930d10a02009162733666d711ad25a16ee96ace55 SHA512 248e3d3d1f95cb85baf55ef4d705508213b81edfb04b39fe9a7bc9c7ac564986726ab6e9d9f73d64ee02e1c9b86d4c6bba40543590dbd170180a37d69e07b627
diff --git a/dev-python/colorama/colorama-0.3.8.ebuild b/dev-python/colorama/colorama-0.3.8.ebuild
deleted file mode 100644
index 3dd40613fdd1..000000000000
--- a/dev-python/colorama/colorama-0.3.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ANSI escape character sequences for colored terminal text & cursor positioning"
-HOMEPAGE="
- https://pypi.python.org/pypi/colorama
- https://github.com/tartley/colorama"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r demos/.
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}