commit:     1371071c4a9fcb5fb146e303d9facc93100564f0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 15:11:10 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 22:13:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1371071c

dev-python/binaryornot: Clean old up

 dev-python/binaryornot/Manifest                 |  1 -
 dev-python/binaryornot/binaryornot-0.4.1.ebuild | 27 -------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/binaryornot/Manifest b/dev-python/binaryornot/Manifest
index 6dc426466af..e5d95ea8544 100644
--- a/dev-python/binaryornot/Manifest
+++ b/dev-python/binaryornot/Manifest
@@ -1,2 +1 @@
-DIST binaryornot-0.4.1.tar.gz 372095 BLAKE2B 
9f37b929941d610e5a114747f765ed859f78839a4734b4859b39ebc4821fbdb6b69ef19405a4bc607c94d68f8ae54672a9b03bf87afe8ebc463f421f92b07113
 SHA512 
49732b725e7adc58fccc591c56bf4df65d1adaf3e5ce98e9f0a8aa2164e0f9bffcbcd6e793ae2cfc1ed90a5d74fb5899ec99de1b15bd3878a15c33f283319a45
 DIST binaryornot-0.4.3.tar.gz 372299 BLAKE2B 
c4ae99b9ccb66da8925d74fad68b8df4713822acc74d852e2f584e5c157eb465bc6418b0e0085533479ba1ee937c3d2716dea66ce3bd517d49a490ab4615f694
 SHA512 
bdb918b921fc46d056572b84126dbdc6605ec98cf13aac84f6f64ce07d083839be40bf7a08185eaabfbe136a9bcf0c1acc8041a23a6bb2843e8e72981222ebaa

diff --git a/dev-python/binaryornot/binaryornot-0.4.1.ebuild 
b/dev-python/binaryornot/binaryornot-0.4.1.ebuild
deleted file mode 100644
index c9713e93578..00000000000
--- a/dev-python/binaryornot/binaryornot-0.4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Ultra-lightweight pure Python package to guess whether a file is 
binary or text"
-HOMEPAGE="https://github.com/audreyr/binaryornot";
-SRC_URI="https://github.com/audreyr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-       dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
-
-python_test() {
-       esetup.py test || die
-}

Reply via email to