summaryrefslogtreecommitdiff
path: root/dev-util/diffoscope
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-util/diffoscope
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r--dev-util/diffoscope/Manifest3
-rw-r--r--dev-util/diffoscope/diffoscope-78.ebuild16
-rw-r--r--dev-util/diffoscope/metadata.xml17
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
new file mode 100644
index 000000000000..7a2b0b2a4e1f
--- /dev/null
+++ b/dev-util/diffoscope/Manifest
@@ -0,0 +1,3 @@
+DIST diffoscope-78.tar.gz 466619 SHA256 f6b444b57dc70bb1ad6e682b3e5fe4a65141488980436b4ca89b55d1b589a8af SHA512 6d83c8297727ebd0dce49805d6cc3dcca1ea5a2c1b8d56097e3c7ef14c9058851f3504aaa2bed0f0ea905796f5c704937320f8bbcd7dad2a73ab940d96f693aa WHIRLPOOL 3245255abfcded1bbaa3c39bf046711cb82cf1a6c1625379421a47454ee6fd01692f42f56050bab2c8525a1a9fbef84290d7e96554c50df683d36b00e91df094
+EBUILD diffoscope-78.ebuild 540 SHA256 440145c4c72a42bd6fd927d64d29199ddcf670748a4b8cd05a4f166b5f8fb54e SHA512 89fc9c0d16c9b23c9c151d32d847d6dbf277ffd289c12fbcf4e611fc688cac39522ab6dab57cfb280a919619778642c11c1ec47954873b59224ac77f87d065c5 WHIRLPOOL 71360388ac7a774ac52a911754ad2e3c9c108bf329ca5f1adfa4740dc879bcc090d1b81975c20fe6301ece177435c1d4b2497b46d951cc7ecf5a9d38fe4a9108
+MISC metadata.xml 645 SHA256 3dacf9e64ae72bae7efaab10d9a437545c158e8da41e63665c2bed91ab11021b SHA512 eebf7b928e71f982cb33200bc8f04c4948a0cee4fad86109aacf9fc5ccb69831fbc9b7d54599700c114e640984bc16479971bc5414e60a20c0e8bb079491112f WHIRLPOOL 53aab0ada0c9498bff4293610c6eff8ba8d8a944d68e5b33da5fe9faa4f7eaa554663cabc81993806ec0d0c04488f6907b1f6f800caad86ff52945ce0845bdc8
diff --git a/dev-util/diffoscope/diffoscope-78.ebuild b/dev-util/diffoscope/diffoscope-78.ebuild
new file mode 100644
index 000000000000..08c32333e499
--- /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[${PYTHON_USEDEP}]
+ dev-python/libarchive-c[${PYTHON_USEDEP}]"
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>