summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <daniel@solanogomez.org>2017-10-20 18:32:05 -0500
committerDaniel Solano Gómez <daniel@solanogomez.org>2017-10-20 18:32:05 -0500
commit5459cf87728f52f068fa674fbde6d1119cdd742f (patch)
treedf18fe9283e20bd31068200b78e8a6a0bfd4ecdd
parentUpdate how files are created (diff)
downloadsattvik-5459cf87728f52f068fa674fbde6d1119cdd742f.tar.gz
sattvik-5459cf87728f52f068fa674fbde6d1119cdd742f.tar.bz2
sattvik-5459cf87728f52f068fa674fbde6d1119cdd742f.zip
Remove old colorama
-rw-r--r--dev-python/colorama/Manifest3
-rw-r--r--dev-python/colorama/colorama-0.3.7.ebuild29
-rw-r--r--dev-python/colorama/metadata.xml20
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/colorama/Manifest b/dev-python/colorama/Manifest
deleted file mode 100644
index 45470ab..0000000
--- a/dev-python/colorama/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST colorama-0.3.7.tar.gz 24602 SHA256 e043c8d32527607223652021ff648fbb394d5e19cba9f1a698670b338c9d782b SHA512 4d6241afbcbc82c4451911587fd6a54ab1ecb43ca113f465b6966ceb44c79f074220317c249055e28b7023b90a5015819a8048ed11bcc1feb85a2d36df15f3cf WHIRLPOOL 5fd0b482fcb77fbbb27bb2d162aed19ceb92ae9c793e4121f39921aec6bcb3d5dacc50ede010f369aef3cacef425faac5bceea423d3a6c176735dfd8112853cb
-EBUILD colorama-0.3.7.ebuild 778 SHA256 12f6c4fd54b66110751fad4edf7c65c6d8417d828f18bc231a090ea10e7cfa7a SHA512 daa6c0d11119580a8437a29efa29fec6d7030ea85b1db31efdc4637ad32d0d7841f08a311093bf28628321aff803047557f9ca1dbd5599f141973cf36e9afe64 WHIRLPOOL 85469a5009dbf6a1f78e9de720cfeaed6abeca3f9f27254e660551a1b2c9f48b81cfbb6f74305355ce0dab5803fcdfe3614b65ef9afbc3fef8501c9a8412c696
-MISC metadata.xml 682 SHA256 eadaa957bcb3be1906acfee152f5576e88ef663f7a97bbd8033cdc492bd01191 SHA512 0a9144ad52b490c2e607eae85aced164f4c2f15c152592ca67a588d659c34c3baa16105746fd4a6894c49ca31ee4b0e1b18957cb7c421fc788cbc933afb3e895 WHIRLPOOL aabadbbb1b897c94d1abb0b59cc9df8cb7c04b709866fd90021e6ed2625ae9275f7f131fa32393d551312b6bde07e6fa922e4f0b67dabbbd12f735b6664efa61
diff --git a/dev-python/colorama/colorama-0.3.7.ebuild b/dev-python/colorama/colorama-0.3.7.ebuild
deleted file mode 100644
index 3dd4061..0000000
--- a/dev-python/colorama/colorama-0.3.7.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
-}
diff --git a/dev-python/colorama/metadata.xml b/dev-python/colorama/metadata.xml
deleted file mode 100644
index 993d102..0000000
--- a/dev-python/colorama/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- Makes ANSI escape character sequences, for producing colored terminal text
- and cursor positioning, works under MS Windows.
- </longdescription>
- <upstream>
- <remote-id type="pypi">colorama</remote-id>
- <remote-id type="github">tartley/colorama</remote-id>
- </upstream>
-</pkgmetadata>