Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/file-roller: file-roller-3.8.4-r2.ebuild ChangeLog file-roller-3.8.4.ebuild file-roller-3.8.4-r1.ebuild
Date: Sat, 26 Oct 2013 19:09:40
Message-Id: 20131026190933.765462004E@flycatcher.gentoo.org
1 pacho 13/10/26 19:09:33
2
3 Modified: ChangeLog
4 Added: file-roller-3.8.4-r2.ebuild
5 Removed: file-roller-3.8.4.ebuild
6 file-roller-3.8.4-r1.ebuild
7 Log:
8 Apply upstream patches fixing some problems when unpacking (#489074 by Philipp Leonhardt), drop old.
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.326 app-arch/file-roller/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.326&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.326&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?r1=1.325&r2=1.326
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v
22 retrieving revision 1.325
23 retrieving revision 1.326
24 diff -u -r1.325 -r1.326
25 --- ChangeLog 9 Sep 2013 00:40:44 -0000 1.325
26 +++ ChangeLog 26 Oct 2013 19:09:33 -0000 1.326
27 @@ -1,6 +1,16 @@
28 # ChangeLog for app-arch/file-roller
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.325 2013/09/09 00:40:44 tetromino Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.326 2013/10/26 19:09:33 pacho Exp $
32 +
33 +*file-roller-3.8.4-r2 (26 Oct 2013)
34 +
35 + 26 Oct 2013; Pacho Ramos <pacho@g.o> +file-roller-3.8.4-r2.ebuild,
36 + +files/file-roller-3.8.4-extract-failure.patch,
37 + +files/file-roller-3.8.4-ignore-errors.patch,
38 + +files/file-roller-3.8.4-modifications-time.patch,
39 + -file-roller-3.8.4-r1.ebuild, -file-roller-3.8.4.ebuild:
40 + Apply upstream patches fixing some problems when unpacking (#489074 by Philipp
41 + Leonhardt), drop old.
42
43 *file-roller-3.8.4-r1 (09 Sep 2013)
44
45
46
47
48 1.1 app-arch/file-roller/file-roller-3.8.4-r2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/file-roller-3.8.4-r2.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/file-roller-3.8.4-r2.ebuild?rev=1.1&content-type=text/plain
52
53 Index: file-roller-3.8.4-r2.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.8.4-r2.ebuild,v 1.1 2013/10/26 19:09:33 pacho Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="no"
61 GNOME2_LA_PUNT="yes"
62
63 inherit eutils gnome2 readme.gentoo
64
65 DESCRIPTION="Archive manager for GNOME"
66 HOMEPAGE="http://fileroller.sourceforge.net/"
67
68 LICENSE="GPL-2+ CC-BY-SA-3.0"
69 SLOT="0"
70 IUSE="nautilus packagekit"
71 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
72
73 # gdk-pixbuf used extensively in the source
74 # cairo used in eggtreemultidnd.c
75 # pango used in fr-window
76 RDEPEND="
77 >=app-arch/libarchive-3:=
78 >=dev-libs/glib-2.29.14:2
79 >=dev-libs/json-glib-0.14
80 >=x11-libs/gtk+-3.6:3
81 >=x11-libs/libnotify-0.4.3:=
82 sys-apps/file
83 x11-libs/cairo
84 x11-libs/gdk-pixbuf:2
85 x11-libs/libICE
86 x11-libs/libSM
87 x11-libs/pango
88 nautilus? ( >=gnome-base/nautilus-3 )
89 packagekit? ( app-admin/packagekit-base )
90 "
91 DEPEND="${RDEPEND}
92 dev-util/desktop-file-utils
93 >=dev-util/intltool-0.40.0
94 sys-devel/gettext
95 virtual/pkgconfig
96 "
97 # eautoreconf needs:
98 # gnome-base/gnome-common
99
100 DISABLE_AUTOFORMATTING="yes"
101 DOC_CONTENTS="
102 ${PN} is a frontend for several archiving utilities. If you want a
103 particular achive format support, see ${HOMEPAGE}
104 and install the relevant package. For example:
105 7-zip - app-arch/p7zip
106 ace - app-arch/unace
107 arj - app-arch/arj
108 cpio - app-arch/cpio
109 deb - app-arch/dpkg
110 iso - app-cdr/cdrtools
111 jar,zip - app-arch/zip and app-arch/unzip
112 lha - app-arch/lha
113 lzop - app-arch/lzop
114 rar - app-arch/unrar or app-arch/unar
115 rpm - app-arch/rpm
116 unstuff - app-arch/stuffit
117 zoo - app-arch/zoo"
118
119 src_prepare() {
120 # Use absolute path to GNU tar since star doesn't have the same
121 # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
122 epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
123
124 # app-arch/{un,}rar-5 support, https://bugzilla.gnome.org/show_bug.cgi?id=707568
125 epatch "${FILESDIR}"/${PN}-3.8.4-rar-5.patch
126
127 # libarchive: fixed failure when extracting some tar archives
128 epatch "${FILESDIR}"/${PN}-3.8.4-extract-failure.patch
129
130 # libarchive: restore the folders modification time correctly
131 epatch "${FILESDIR}"/${PN}-3.8.4-modifications-time.patch
132
133 # Ignore errors when setting file attributes
134 epatch "${FILESDIR}"/${PN}-3.8.4-ignore-errors.patch
135
136 # File providing Gentoo package names for various archivers
137 cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die
138
139 gnome2_src_prepare
140 }
141
142 src_configure() {
143 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
144 # --disable-debug because enabling it adds -O0 to CFLAGS
145 gnome2_src_configure \
146 --disable-run-in-place \
147 --disable-static \
148 --disable-debug \
149 --enable-magic \
150 --enable-libarchive \
151 --with-smclient=xsmp \
152 $(use_enable nautilus nautilus-actions) \
153 $(use_enable packagekit) \
154 ITSTOOL=$(type -P true)
155 }
156
157 src_install() {
158 gnome2_src_install
159 readme.gentoo_create_doc
160 }
161
162 pkg_postinst() {
163 gnome2_pkg_postinst
164 readme.gentoo_print_elog
165 }