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: Sat, 27 Jan 2018 09:38:35
Message-Id: 1517045849.32fbfe93c1dcc7978b37da7cb5029d35986427aa.leio@gentoo
1 commit: 32fbfe93c1dcc7978b37da7cb5029d35986427aa
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 07:16:39 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 09:37:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fbfe93
7
8 app-arch/file-roller: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-arch/file-roller/Manifest | 1 -
13 app-arch/file-roller/file-roller-3.22.3.ebuild | 87 --------------------------
14 2 files changed, 88 deletions(-)
15
16 diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
17 index 3c485e87109..9a13997145f 100644
18 --- a/app-arch/file-roller/Manifest
19 +++ b/app-arch/file-roller/Manifest
20 @@ -1,2 +1 @@
21 -DIST file-roller-3.22.3.tar.xz 1423048 BLAKE2B 75caad8a215737256595a44d7599f581d60636c7c2eeaaa9a0c5c5ace583725ac22a9502311aed672f2f935c9372e2689ed0bcf867f6dadc538919c4d4b68f87 SHA512 f234388686cf539fc085866322083199176f94043e4c2c888d5806a2efa0dfcf5a090f64240a3d08aae39ed3d34d6b281e1a06d748c56b0f80508a01fac40b28
22 DIST file-roller-3.24.1.tar.xz 1428216 BLAKE2B 7a74ac56fba36a60ba1f7cc0fb905b92336a349f786963a65ea2442fb078704c6e00b46686334f56cf270c861abe7ca252e0ee39f66349f6a4cc3b769a9e7dde SHA512 bd8750b8ffe3e7d3c74492e2ffdde519e7879d46f16c559d06042bac60c8ee63f492aeeaa66b4aff7c997150f4f2955e02a3b0565edf4bd7641a089ed052f268
23
24 diff --git a/app-arch/file-roller/file-roller-3.22.3.ebuild b/app-arch/file-roller/file-roller-3.22.3.ebuild
25 deleted file mode 100644
26 index 277c112093c..00000000000
27 --- a/app-arch/file-roller/file-roller-3.22.3.ebuild
28 +++ /dev/null
29 @@ -1,87 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit eutils gnome2 readme.gentoo-r1
37 -
38 -DESCRIPTION="Archive manager for GNOME"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
40 -
41 -LICENSE="GPL-2+ CC-BY-SA-3.0"
42 -SLOT="0"
43 -IUSE="libnotify packagekit"
44 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
45 -
46 -# gdk-pixbuf used extensively in the source
47 -# cairo used in eggtreemultidnd.c
48 -# pango used in fr-window
49 -RDEPEND="
50 - >=app-arch/libarchive-3:=
51 - >=dev-libs/glib-2.36:2
52 - >=dev-libs/json-glib-0.14
53 - >=x11-libs/gtk+-3.13.2:3
54 - sys-apps/file
55 - x11-libs/cairo
56 - x11-libs/gdk-pixbuf:2
57 - x11-libs/pango
58 - libnotify? ( >=x11-libs/libnotify-0.4.3:= )
59 - packagekit? ( app-admin/packagekit-base )
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-util/intltool-0.50.1
63 - dev-util/itstool
64 - sys-devel/gettext
65 - virtual/pkgconfig
66 -"
67 -# eautoreconf needs:
68 -# gnome-base/gnome-common
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 -f "${FILESDIR}"/3.22-packages.match data/packages.match || die
93 - gnome2_src_prepare
94 -}
95 -
96 -src_configure() {
97 - # --disable-debug because enabling it adds -O0 to CFLAGS
98 - gnome2_src_configure \
99 - --disable-run-in-place \
100 - --disable-static \
101 - --disable-debug \
102 - --enable-magic \
103 - --enable-libarchive \
104 - $(use_enable libnotify notification) \
105 - $(use_enable packagekit)
106 -}
107 -
108 -src_install() {
109 - gnome2_src_install
110 - readme.gentoo_create_doc
111 -}
112 -
113 -pkg_postinst() {
114 - gnome2_pkg_postinst
115 - readme.gentoo_print_elog
116 -}