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