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: Fri, 29 Mar 2019 23:27:13
Message-Id: 1553899982.e255d71f4bb78f543c056140cfeec0366d85508c.leio@gentoo
1 commit: e255d71f4bb78f543c056140cfeec0366d85508c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 22:53:02 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 22:53:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e255d71f
7
8 app-arch/file-roller: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.28.1.ebuild | 92 --------------------------
15 2 files changed, 93 deletions(-)
16
17 diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
18 index 2761fc25d02..34dd1de1f39 100644
19 --- a/app-arch/file-roller/Manifest
20 +++ b/app-arch/file-roller/Manifest
21 @@ -1,3 +1,2 @@
22 DIST file-roller-3.26.2.tar.xz 1436760 BLAKE2B a563f77dcc8d61e90e4e42fa4f08aded657d677b319b39f4c9fd16670a2309e81f142b7b8528e52db0be3f454efca15ccd7e9e25754a95b45800a9ca02969e12 SHA512 3572446081f931ce7cfd7eccdc9450d798164426a68bc332f9340b7c06b79ce4f1589b817c27322a0c1681d7f2cb8cf93462cde1e3df13ad40789faec1decc9f
23 -DIST file-roller-3.28.1.tar.xz 1367876 BLAKE2B 7a33b1d329e76beb2999d0a701aa182b83442471eeacdca61bf50d417f3748f4985642239faa3227ff6665ce7b0c56a802b4536cda794950524688607526bb1b SHA512 5418282a91771f6b7a95ceca986c780472341ca81a6fffa169a593709121c7d4694076bf074a00e3cb7bff6df0cf9f2904cf462cca5d0fbadf6e8aafbb344a03
24 DIST file-roller-3.30.1.tar.xz 1443340 BLAKE2B 352b094b51d342ac71f2174b59dff262ba46b4697c21164ba18bf825d70cb609d59a35ce0efe1013e217e86754822accc11c59eb9bba7185a9f7efe5dded4def SHA512 8f3f55cd7d6769fbf8f72118bb8982775c3f83534266db1f2cc9bbfd9e8dd68545ab49baaa4e468ce22e616346dec9c99c11a0c5b4208dca2e648fac8756cea7
25
26 diff --git a/app-arch/file-roller/file-roller-3.28.1.ebuild b/app-arch/file-roller/file-roller-3.28.1.ebuild
27 deleted file mode 100644
28 index 9cba56c6d36..00000000000
29 --- a/app-arch/file-roller/file-roller-3.28.1.ebuild
30 +++ /dev/null
31 @@ -1,92 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
38 -
39 -DESCRIPTION="Archive manager for GNOME"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
41 -
42 -LICENSE="GPL-2+ CC-BY-SA-3.0"
43 -SLOT="0"
44 -IUSE="libnotify nautilus packagekit"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
46 -
47 -# gdk-pixbuf used extensively in the source
48 -# cairo used in eggtreemultidnd.c
49 -# pango used in fr-window
50 -RDEPEND="
51 - >=app-arch/libarchive-3:=
52 - >=dev-libs/glib-2.36:2
53 - >=dev-libs/json-glib-0.14
54 - >=x11-libs/gtk+-3.13.2:3
55 - sys-apps/file
56 - x11-libs/cairo
57 - x11-libs/gdk-pixbuf:2
58 - x11-libs/pango
59 - libnotify? ( >=x11-libs/libnotify-0.4.3:= )
60 - nautilus? ( >=gnome-base/nautilus-2.22.2 )
61 - packagekit? ( app-admin/packagekit-base )
62 -"
63 -DEPEND="${RDEPEND}
64 - dev-util/glib-utils
65 - dev-util/itstool
66 - >=sys-devel/gettext-0.19.8
67 - virtual/pkgconfig
68 -"
69 -
70 -DISABLE_AUTOFORMATTING="yes"
71 -DOC_CONTENTS="
72 -${PN} is a frontend for several archiving utilities. If you want a
73 -particular archive format support, see ${HOMEPAGE}
74 -and install the relevant package. For example:
75 -7-zip - app-arch/p7zip
76 -ace - app-arch/unace
77 -arj - app-arch/arj
78 -cpio - app-arch/cpio
79 -deb - app-arch/dpkg
80 -iso - app-cdr/cdrtools
81 -jar,zip - app-arch/zip and app-arch/unzip
82 -lha - app-arch/lha
83 -lzop - app-arch/lzop
84 -lz4 - app-arch/lz4
85 -rar - app-arch/unrar or app-arch/unar
86 -rpm - app-arch/rpm
87 -unstuff - app-arch/stuffit
88 -zoo - app-arch/zoo"
89 -
90 -src_prepare() {
91 - # File providing Gentoo package names for various archivers
92 - cp -v "${FILESDIR}"/3.22-packages.match data/packages.match || die
93 -
94 - xdg_src_prepare
95 -}
96 -
97 -src_configure() {
98 - local emesonargs=(
99 - -Drun-in-place=false
100 - $(meson_use nautilus nautilus-actions)
101 - $(meson_use libnotify notification)
102 - $(meson_use packagekit)
103 - -Dlibarchive=true
104 - -Dmagic=true
105 - )
106 - meson_src_configure
107 -}
108 -
109 -src_install() {
110 - meson_src_install
111 - readme.gentoo_create_doc
112 -}
113 -
114 -pkg_postinst() {
115 - xdg_pkg_postinst
116 - gnome2_schemas_update
117 - readme.gentoo_print_elog
118 -}
119 -
120 -pkg_postrm() {
121 - xdg_pkg_postrm
122 - gnome2_schemas_update
123 -}