diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-03-03 01:08:07 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-03-03 01:08:07 +0700 |
commit | 13f666c4888cc39b50126bbf85137712675986c7 (patch) | |
tree | bf3e0a31ba34706a897096eda062c97fa8c0e9d0 /dev-util/diffoscope | |
parent | dev-python/libarchive-c: initial import (diff) | |
download | gentoo-13f666c4888cc39b50126bbf85137712675986c7.tar.gz gentoo-13f666c4888cc39b50126bbf85137712675986c7.tar.bz2 gentoo-13f666c4888cc39b50126bbf85137712675986c7.zip |
dev-util/diffoscope: initial import
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r-- | dev-util/diffoscope/Manifest | 1 | ||||
-rw-r--r-- | dev-util/diffoscope/diffoscope-78.ebuild | 16 | ||||
-rw-r--r-- | dev-util/diffoscope/metadata.xml | 17 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest new file mode 100644 index 000000000000..2bb1d7b7131e --- /dev/null +++ b/dev-util/diffoscope/Manifest @@ -0,0 +1 @@ +DIST diffoscope-78.tar.gz 466619 SHA256 f6b444b57dc70bb1ad6e682b3e5fe4a65141488980436b4ca89b55d1b589a8af SHA512 6d83c8297727ebd0dce49805d6cc3dcca1ea5a2c1b8d56097e3c7ef14c9058851f3504aaa2bed0f0ea905796f5c704937320f8bbcd7dad2a73ab940d96f693aa WHIRLPOOL 3245255abfcded1bbaa3c39bf046711cb82cf1a6c1625379421a47454ee6fd01692f42f56050bab2c8525a1a9fbef84290d7e96554c50df683d36b00e91df094 diff --git a/dev-util/diffoscope/diffoscope-78.ebuild b/dev-util/diffoscope/diffoscope-78.ebuild new file mode 100644 index 000000000000..c1f36343dab4 --- /dev/null +++ b/dev-util/diffoscope/diffoscope-78.ebuild @@ -0,0 +1,16 @@ +# 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 + dev-python/libarchive-c" diff --git a/dev-util/diffoscope/metadata.xml b/dev-util/diffoscope/metadata.xml new file mode 100644 index 000000000000..922b04338b88 --- /dev/null +++ b/dev-util/diffoscope/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>grozin@gentoo.org</email> + <name>Andrey Grozin</name> +</maintainer> +<longdescription> + diffoscope will try to get to the bottom of what makes files or directories different. + It will recursively unpack archives of many kinds and transform various binary formats + into more human readable form to compare them. + It can compare two tarballs, ISO images, or PDF just as easily. +</longdescription> +<upstream> + <remote-id type="pypi">diffoscope</remote-id> +</upstream> +</pkgmetadata> |