Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/
Date: Wed, 28 Apr 2021 16:30:32
Message-Id: 1619627411.d04dcd02e4709461dcbc50b5ebb1c073a0421268.mattst88@gentoo
1 commit: d04dcd02e4709461dcbc50b5ebb1c073a0421268
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 16:30:07 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 16:30:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04dcd02
7
8 app-arch/file-roller: Drop old versions
9
10 Bug: https://bugs.gentoo.org/780858
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 app-arch/file-roller/Manifest | 1 -
14 app-arch/file-roller/file-roller-3.38.0.ebuild | 91 --------------------------
15 2 files changed, 92 deletions(-)
16
17 diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
18 index b33aebd2d3b..ba676a2a8ce 100644
19 --- a/app-arch/file-roller/Manifest
20 +++ b/app-arch/file-roller/Manifest
21 @@ -1,2 +1 @@
22 -DIST file-roller-3.38.0.tar.xz 877960 BLAKE2B af1c4800e24adfb36a8f8f108740f9cad14bcd40f797b2430d00e428d723587de75be03848aca612536cee768b6b372534e0b6a322dc40d7ab1c41eef540916b SHA512 9c2e3c105397bceb08e30c9796b9242633fe49772aed2e7f67461c34a51be1493e922301b1fc29bdcb0fa50d220f4a7db2ee7642f629007ce2bef00334d7110e
23 DIST file-roller-3.38.1.tar.xz 875572 BLAKE2B 29a05d48971c2172177bd1aa52448ed5432a69733644b131517dbd7dd50cab971801d1bff5837dba74ae48ea0487614c7c7ebd4669f04f7d42e6257161fe1776 SHA512 b1936481140084c84d7bdbf361859b0ff1fed8329e26b692f0f0c8d1a3a1ec494b493aa0fb4de9f0ea5004b18e4bd69859656fe424bf413d720b04fc56e453f6
24
25 diff --git a/app-arch/file-roller/file-roller-3.38.0.ebuild b/app-arch/file-roller/file-roller-3.38.0.ebuild
26 deleted file mode 100644
27 index a63bc17ad4a..00000000000
28 --- a/app-arch/file-roller/file-roller-3.38.0.ebuild
29 +++ /dev/null
30 @@ -1,91 +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 -inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
36 -
37 -DESCRIPTION="Archive manager for GNOME"
38 -HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
39 -
40 -LICENSE="GPL-2+ CC-BY-SA-3.0"
41 -SLOT="0"
42 -IUSE="libnotify nautilus"
43 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
44 -
45 -# gdk-pixbuf used extensively in the source
46 -# cairo used in eggtreemultidnd.c
47 -# pango used in fr-window
48 -RDEPEND="
49 - >=app-arch/libarchive-3:=
50 - >=dev-libs/glib-2.38:2
51 - >=dev-libs/json-glib-0.14
52 - >=x11-libs/gtk+-3.22.0:3
53 - x11-libs/cairo
54 - x11-libs/gdk-pixbuf:2
55 - x11-libs/pango
56 - libnotify? ( >=x11-libs/libnotify-0.4.3:= )
57 - nautilus? ( >=gnome-base/nautilus-3.28.0 )
58 -"
59 -DEPEND="${RDEPEND}"
60 -BDEPEND="
61 - dev-util/glib-utils
62 - dev-util/itstool
63 - >=sys-devel/gettext-0.19.8
64 - virtual/pkgconfig
65 -"
66 -
67 -DISABLE_AUTOFORMATTING="yes"
68 -DOC_CONTENTS="
69 -${PN} is a frontend for several archiving utilities. If you want a
70 -particular archive format support, see ${HOMEPAGE}
71 -and install the relevant package. For example:
72 -7-zip - app-arch/p7zip
73 -ace - app-arch/unace
74 -arj - app-arch/arj
75 -brotli - app-arch/brotli
76 -cpio - app-arch/cpio
77 -deb - app-arch/dpkg
78 -iso - app-cdr/cdrtools
79 -jar,zip - app-arch/zip and app-arch/unzip
80 -lha - app-arch/lha
81 -lzop - app-arch/lzop
82 -lz4 - app-arch/lz4
83 -rar - app-arch/unrar or app-arch/unar
84 -rpm - app-arch/rpm
85 -unstuff - app-arch/stuffit
86 -zstd - app-arch/zstd
87 -zoo - app-arch/zoo"
88 -
89 -src_prepare() {
90 - # File providing Gentoo package names for various archivers
91 - cp -v "${FILESDIR}"/3.36-packages.match data/packages.match || die
92 -
93 - xdg_src_prepare
94 -}
95 -
96 -src_configure() {
97 - local emesonargs=(
98 - -Drun-in-place=false
99 - $(meson_use nautilus nautilus-actions)
100 - $(meson_use libnotify notification)
101 - -Dpackagekit=false
102 - -Dlibarchive=true
103 - )
104 - meson_src_configure
105 -}
106 -
107 -src_install() {
108 - meson_src_install
109 - readme.gentoo_create_doc
110 -}
111 -
112 -pkg_postinst() {
113 - xdg_pkg_postinst
114 - gnome2_schemas_update
115 - readme.gentoo_print_elog
116 -}
117 -
118 -pkg_postrm() {
119 - xdg_pkg_postrm
120 - gnome2_schemas_update
121 -}