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