Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/
Date: Tue, 28 Jan 2020 09:39:08
Message-Id: 1580204057.65f647d8c55d923ce7a403d1ba6a77c91a88ebaf.leio@gentoo
1 commit: 65f647d8c55d923ce7a403d1ba6a77c91a88ebaf
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 09:07:19 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 09:34:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f647d8
7
8 app-arch/file-roller: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-arch/file-roller/Manifest | 1 -
14 app-arch/file-roller/file-roller-3.32.2-r1.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 62f7af3ca11..d6045009964 100644
19 --- a/app-arch/file-roller/Manifest
20 +++ b/app-arch/file-roller/Manifest
21 @@ -1,2 +1 @@
22 -DIST file-roller-3.32.2.tar.xz 850256 BLAKE2B 5e7f8fed74ff3ff87079753d3fb227cbb77c0a10b75995b84a6019e13434dd4bff16946d38c2b340c85f5dd7879692cc5edd4aa9471f30ea92d2a7fff5176296 SHA512 d1c1e08f12ce343c23c43816305f75c0f3a3f3df32316805864d7c39b5e85b5a00e04a355a0dd8001db8e01ae089daf3b72c3f38fda582795944a6be09451b2a
23 DIST file-roller-3.32.3.tar.xz 852808 BLAKE2B 939b931d7b179cc45ca3766dd122e2242e4de22b8c15f0942c31b5f9b5e8eed9d636122445d265539f9368f86d2efc10af161aaa046b3de6be05072d2b53004b SHA512 8256995f776524772936c6d60777c6c2668a610a672788a51ed83de1ae1c131b12373d2a918658f64f004757bb8c71b03edbf0c89776fcad6d64b4fc7fdb8e49
24
25 diff --git a/app-arch/file-roller/file-roller-3.32.2-r1.ebuild b/app-arch/file-roller/file-roller-3.32.2-r1.ebuild
26 deleted file mode 100644
27 index 6b9ff1f80b9..00000000000
28 --- a/app-arch/file-roller/file-roller-3.32.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,91 +0,0 @@
31 -# Copyright 1999-2019 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 packagekit"
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.36:2
51 - >=dev-libs/json-glib-0.14
52 - >=x11-libs/gtk+-3.13.2: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-2.22.2 )
58 - packagekit? ( app-admin/packagekit-base )
59 -"
60 -DEPEND="${RDEPEND}"
61 -BDEPEND="
62 - dev-util/glib-utils
63 - dev-util/itstool
64 - >=sys-devel/gettext-0.19.8
65 - virtual/pkgconfig
66 -"
67 -
68 -DISABLE_AUTOFORMATTING="yes"
69 -DOC_CONTENTS="
70 -${PN} is a frontend for several archiving utilities. If you want a
71 -particular archive format support, see ${HOMEPAGE}
72 -and install the relevant package. For example:
73 -7-zip - app-arch/p7zip
74 -ace - app-arch/unace
75 -arj - app-arch/arj
76 -brotli - app-arch/brotli
77 -cpio - app-arch/cpio
78 -deb - app-arch/dpkg
79 -iso - app-cdr/cdrtools
80 -jar,zip - app-arch/zip and app-arch/unzip
81 -lha - app-arch/lha
82 -lzop - app-arch/lzop
83 -lz4 - app-arch/lz4
84 -rar - app-arch/unrar or app-arch/unar
85 -rpm - app-arch/rpm
86 -unstuff - app-arch/stuffit
87 -zoo - app-arch/zoo"
88 -
89 -src_prepare() {
90 - # File providing Gentoo package names for various archivers
91 - cp -v "${FILESDIR}"/3.32-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 - $(meson_use packagekit)
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 -}