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