Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Sun, 24 May 2020 11:17:16
Message-Id: 1590319029.55ef09d6709f4e4cbe23418e4ade0f219fa2fa1f.slyfox@gentoo
1 commit: 55ef09d6709f4e4cbe23418e4ade0f219fa2fa1f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 11:17:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 11:17:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ef09d6
7
8 dev-util/diffoscope: bump up to 145
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/diffoscope/Manifest | 1 +
14 dev-util/diffoscope/diffoscope-145.ebuild | 71 +++++++++++++++++++++++++++++++
15 2 files changed, 72 insertions(+)
16
17 diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
18 index a1af1aac9ff..fe0fb6e684b 100644
19 --- a/dev-util/diffoscope/Manifest
20 +++ b/dev-util/diffoscope/Manifest
21 @@ -1,2 +1,3 @@
22 DIST diffoscope-143.tar.gz 1569293 BLAKE2B 38a9561f8f7ee2cc852b8363daf725c95bfcba26cc408f0154d77023222dd62dd9a6d5a6b255ea84542ed02a727a26f843facda0c70a585e3e4c5d05096dc96d SHA512 a511efe2eebe079f2980809318eb264890b14f13af69bbe8e394c39774063f37c4c6558a1a9f46aaf22f6627603fadcc416eeda8cf005f80860f4591bfa1f81e
23 DIST diffoscope-144.tar.gz 1569864 BLAKE2B 951a9322a92b52b148bfe39f1aea6588b069fa40463b2a59feacf8f3b57a8ab297e7637b8209a40376d9c858dea1a58f3fc49b5e0cceadde64f8f6f5f7a5e1b2 SHA512 1ef5fc79c3889b0cbb9a69f27912b19fea61828db91185882b19bf0ef3932d66b911d4b9869d72fd4e19efb90743dc8645ed46fd1f887f5fc117bcdeb13a5c10
24 +DIST diffoscope-145.tar.gz 1570621 BLAKE2B f40ecde3e5392559c62c3e9c4dc37b1255f8db22e0a21fb2228995d9da8e977fd88fbbdd44a4cbdb75762cc56afba801de2f235a9f348fcdc4f3e77c7c665ceb SHA512 400d40b7a6a00b246630d8ab251dc9fc1a1c0ca117102ef13f793cff63dfa551f4b77081f6061c47bf87d8de65fef406d34a8b63692c5b129526132c01b1b082
25
26 diff --git a/dev-util/diffoscope/diffoscope-145.ebuild b/dev-util/diffoscope/diffoscope-145.ebuild
27 new file mode 100644
28 index 00000000000..63058ee2f20
29 --- /dev/null
30 +++ b/dev-util/diffoscope/diffoscope-145.ebuild
31 @@ -0,0 +1,71 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{6,7} )
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
42 +HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
49 +find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
50 +mono opendocument pascal pdf postscript R rpm sqlite squashfs
51 +ssh tar tcpdump xz zip zstd"
52 +
53 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 +RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
55 + dev-python/libarchive-c[${PYTHON_USEDEP}]
56 + dev-python/distro[${PYTHON_USEDEP}]
57 + acl? ( sys-apps/acl )
58 + binutils? ( sys-devel/binutils )
59 + bzip2? ( app-arch/bzip2 )
60 + libcaca? ( media-libs/libcaca )
61 + colord? ( x11-misc/colord )
62 + cpio? ( app-arch/cpio )
63 + diff? ( sys-apps/diffutils )
64 + docx? ( app-text/docx2txt )
65 + dtc? ( sys-apps/dtc )
66 + e2fsprogs? ( sys-fs/e2fsprogs )
67 + file? ( sys-apps/file )
68 + find? ( sys-apps/findutils )
69 + gettext? ( sys-devel/gettext )
70 + gif? ( media-libs/giflib )
71 + gpg? ( app-crypt/gnupg )
72 + gzip? ( app-arch/gzip )
73 + haskell? ( dev-lang/ghc )
74 + hdf5? ( sci-libs/hdf5 )
75 + hex? ( app-editors/vim-core )
76 + imagemagick? ( media-gfx/imagemagick )
77 + iso? ( virtual/cdrtools )
78 + java? ( virtual/jdk )
79 + llvm? ( sys-devel/llvm )
80 + mono? ( dev-lang/mono )
81 + opendocument? ( app-text/odt2txt )
82 + pascal? ( dev-lang/fpc )
83 + pdf? (
84 + app-text/pdftk
85 + app-text/poppler
86 + dev-python/PyPDF2[${PYTHON_USEDEP}]
87 + )
88 + postscript? ( app-text/ghostscript-gpl )
89 + R? ( dev-lang/R )
90 + rpm? ( app-arch/rpm )
91 + sqlite? ( dev-db/sqlite:3 )
92 + squashfs? ( sys-fs/squashfs-tools )
93 + ssh? ( net-misc/openssh )
94 + tar? ( app-arch/tar )
95 + tcpdump? ( net-analyzer/tcpdump )
96 + xz? ( app-arch/xz-utils )
97 + zip? ( app-arch/unzip )
98 + zstd? ( app-arch/zstd )
99 +"
100 +# Presence if filemagic's magic.py breaks imports
101 +# of dev-python/python-magic: https://bugs.gentoo.org/716482
102 +RDEPEND+=" !dev-python/filemagic"