Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Thu, 02 Mar 2017 18:08:23
Message-Id: 1488478087.13f666c4888cc39b50126bbf85137712675986c7.grozin@gentoo
1 commit: 13f666c4888cc39b50126bbf85137712675986c7
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 18:08:07 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 18:08:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f666c4
7
8 dev-util/diffoscope: initial import
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/diffoscope/Manifest | 1 +
13 dev-util/diffoscope/diffoscope-78.ebuild | 16 ++++++++++++++++
14 dev-util/diffoscope/metadata.xml | 17 +++++++++++++++++
15 3 files changed, 34 insertions(+)
16
17 diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
18 new file mode 100644
19 index 00000000000..2bb1d7b7131
20 --- /dev/null
21 +++ b/dev-util/diffoscope/Manifest
22 @@ -0,0 +1 @@
23 +DIST diffoscope-78.tar.gz 466619 SHA256 f6b444b57dc70bb1ad6e682b3e5fe4a65141488980436b4ca89b55d1b589a8af SHA512 6d83c8297727ebd0dce49805d6cc3dcca1ea5a2c1b8d56097e3c7ef14c9058851f3504aaa2bed0f0ea905796f5c704937320f8bbcd7dad2a73ab940d96f693aa WHIRLPOOL 3245255abfcded1bbaa3c39bf046711cb82cf1a6c1625379421a47454ee6fd01692f42f56050bab2c8525a1a9fbef84290d7e96554c50df683d36b00e91df094
24
25 diff --git a/dev-util/diffoscope/diffoscope-78.ebuild b/dev-util/diffoscope/diffoscope-78.ebuild
26 new file mode 100644
27 index 00000000000..c1f36343dab
28 --- /dev/null
29 +++ b/dev-util/diffoscope/diffoscope-78.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +PYTHON_COMPAT=( python3_{4,5,6} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
39 +HOMEPAGE="https://diffoscope.org/ https://pypi.python.org/pypi/diffoscope/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +LICENSE="GPL-3+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE=""
45 +RDEPEND="dev-python/python-magic
46 + dev-python/libarchive-c"
47
48 diff --git a/dev-util/diffoscope/metadata.xml b/dev-util/diffoscope/metadata.xml
49 new file mode 100644
50 index 00000000000..922b04338b8
51 --- /dev/null
52 +++ b/dev-util/diffoscope/metadata.xml
53 @@ -0,0 +1,17 @@
54 +<?xml version="1.0" encoding="UTF-8"?>
55 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 +<pkgmetadata>
57 +<maintainer type="person">
58 + <email>grozin@g.o</email>
59 + <name>Andrey Grozin</name>
60 +</maintainer>
61 +<longdescription>
62 + diffoscope will try to get to the bottom of what makes files or directories different.
63 + It will recursively unpack archives of many kinds and transform various binary formats
64 + into more human readable form to compare them.
65 + It can compare two tarballs, ISO images, or PDF just as easily.
66 +</longdescription>
67 +<upstream>
68 + <remote-id type="pypi">diffoscope</remote-id>
69 +</upstream>
70 +</pkgmetadata>