Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/
Date: Sun, 05 Aug 2018 09:59:54
Message-Id: 1533462880.0689a67f8915a78f42b93c0420652df09f3f2aca.leio@gentoo
1 commit: 0689a67f8915a78f42b93c0420652df09f3f2aca
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 09:54:40 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 09:54:40 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0689a67f
7
8 app-arch/file-roller-3.26.2: remove, available in ::gentoo
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 app-arch/file-roller/file-roller-3.26.2.ebuild | 91 --------------------------
13 1 file changed, 91 deletions(-)
14
15 diff --git a/app-arch/file-roller/file-roller-3.26.2.ebuild b/app-arch/file-roller/file-roller-3.26.2.ebuild
16 deleted file mode 100644
17 index d06306b4..00000000
18 --- a/app-arch/file-roller/file-roller-3.26.2.ebuild
19 +++ /dev/null
20 @@ -1,91 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes"
26 -
27 -inherit gnome2 readme.gentoo-r1
28 -
29 -DESCRIPTION="Archive manager for GNOME"
30 -HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
31 -
32 -LICENSE="GPL-2+ CC-BY-SA-3.0"
33 -SLOT="0"
34 -IUSE="libnotify nautilus packagekit"
35 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
36 -
37 -# gdk-pixbuf used extensively in the source
38 -# cairo used in eggtreemultidnd.c
39 -# pango used in fr-window
40 -RDEPEND="
41 - >=app-arch/libarchive-3:=
42 - >=dev-libs/glib-2.36:2
43 - >=dev-libs/json-glib-0.14
44 - >=x11-libs/gtk+-3.13.2:3
45 - sys-apps/file
46 - x11-libs/cairo
47 - x11-libs/gdk-pixbuf:2
48 - x11-libs/pango
49 - libnotify? ( >=x11-libs/libnotify-0.4.3:= )
50 - nautilus? ( >=gnome-base/nautilus-2.22.2 )
51 - packagekit? ( app-admin/packagekit-base )
52 -"
53 -# libxml2+gdk-pixbuf required for glib-compile-resources
54 -DEPEND="${RDEPEND}
55 - dev-libs/libxml2
56 - >=dev-util/intltool-0.50.1
57 - dev-util/itstool
58 - sys-devel/gettext
59 - virtual/pkgconfig
60 -"
61 -# eautoreconf needs:
62 -# gnome-base/gnome-common
63 -
64 -DISABLE_AUTOFORMATTING="yes"
65 -DOC_CONTENTS="
66 -${PN} is a frontend for several archiving utilities. If you want a
67 -particular archive format support, see ${HOMEPAGE}
68 -and install the relevant package. For example:
69 -7-zip - app-arch/p7zip
70 -ace - app-arch/unace
71 -arj - app-arch/arj
72 -cpio - app-arch/cpio
73 -deb - app-arch/dpkg
74 -iso - app-cdr/cdrtools
75 -jar,zip - app-arch/zip and app-arch/unzip
76 -lha - app-arch/lha
77 -lzop - app-arch/lzop
78 -lz4 - app-arch/lz4
79 -rar - app-arch/unrar or app-arch/unar
80 -rpm - app-arch/rpm
81 -unstuff - app-arch/stuffit
82 -zoo - app-arch/zoo"
83 -
84 -src_prepare() {
85 - # File providing Gentoo package names for various archivers
86 - cp -f "${FILESDIR}"/3.22-packages.match data/packages.match || die
87 - gnome2_src_prepare
88 -}
89 -
90 -src_configure() {
91 - # --disable-debug because enabling it adds -O0 to CFLAGS
92 - gnome2_src_configure \
93 - --disable-run-in-place \
94 - --disable-static \
95 - --disable-debug \
96 - --enable-magic \
97 - --enable-libarchive \
98 - $(use_enable libnotify notification) \
99 - $(use_enable nautilus nautilus-actions) \
100 - $(use_enable packagekit)
101 -}
102 -
103 -src_install() {
104 - gnome2_src_install
105 - readme.gentoo_create_doc
106 -}
107 -
108 -pkg_postinst() {
109 - gnome2_pkg_postinst
110 - readme.gentoo_print_elog
111 -}