diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-12-16 12:59:29 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-12-16 13:00:04 +0700 |
commit | f8c0402c82c978755109d376979e5d88e4a1bb91 (patch) | |
tree | c18bf4130951129d8a18b23caf83453cb8066f9a /dev-util/diffoscope | |
parent | dev-ruby/parallel: add 1.12.1 (diff) | |
download | gentoo-f8c0402c82c978755109d376979e5d88e4a1bb91.tar.gz gentoo-f8c0402c82c978755109d376979e5d88e4a1bb91.tar.bz2 gentoo-f8c0402c82c978755109d376979e5d88e4a1bb91.zip |
dev-util/diffoscope: clean old
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r-- | dev-util/diffoscope/Manifest | 1 | ||||
-rw-r--r-- | dev-util/diffoscope/diffoscope-78.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest index 70c56b03b262..fc01d4d2b0e2 100644 --- a/dev-util/diffoscope/Manifest +++ b/dev-util/diffoscope/Manifest @@ -1,2 +1 @@ -DIST diffoscope-78.tar.gz 466619 BLAKE2B 449cd0f1be9a6740242c9bde4bdd633759dd585093a22367e71b5ed529867641b113b4620c3c56518b49caa4b7f0c8bce923f3f543ff9aefcf6fd0481fc58b5f SHA512 6d83c8297727ebd0dce49805d6cc3dcca1ea5a2c1b8d56097e3c7ef14c9058851f3504aaa2bed0f0ea905796f5c704937320f8bbcd7dad2a73ab940d96f693aa DIST diffoscope-87.tar.gz 1026242 BLAKE2B 5055607c21504bf05f71793b112c1452556ac41e4c193c68fc037ab8089745e9b10dddc04b396f2011d22468e00a07392723631021d062f59935a953effd04fa SHA512 9f46ca0ba52ee991547c1b2b2477bab1e0c065cebf96649cecafc0e78983f42fe18b012a1f17de6184decb6cbb49aede91445c75777cfb292c6abe8bdf2dd6b6 diff --git a/dev-util/diffoscope/diffoscope-78.ebuild b/dev-util/diffoscope/diffoscope-78.ebuild deleted file mode 100644 index 08c32333e499..000000000000 --- a/dev-util/diffoscope/diffoscope-78.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Will try to get to the bottom of what makes files or directories different" -HOMEPAGE="https://diffoscope.org/ https://pypi.python.org/pypi/diffoscope/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/libarchive-c[${PYTHON_USEDEP}]" |