Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/file-roller: file-roller-2.26.1.ebuild ChangeLog file-roller-2.22.4.ebuild
Date: Sat, 02 May 2009 19:15:35
Message-Id: E1M0KgN-0000YQ-VD@stork.gentoo.org
1 eva 09/05/02 19:15:31
2
3 Modified: ChangeLog
4 Added: file-roller-2.26.1.ebuild
5 Removed: file-roller-2.22.4.ebuild
6 Log:
7 New version for GNOME 2.26. Drop libgnome{,ui} dependencies, bug fixes and translation updates. Clean up old revisions.
8 (Portage version: 2.2_rc31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.255 app-arch/file-roller/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.255&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.255&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/ChangeLog?r1=1.254&r2=1.255
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v
20 retrieving revision 1.254
21 retrieving revision 1.255
22 diff -u -r1.254 -r1.255
23 --- ChangeLog 27 Apr 2009 13:09:11 -0000 1.254
24 +++ ChangeLog 2 May 2009 19:15:31 -0000 1.255
25 @@ -1,6 +1,14 @@
26 # ChangeLog for app-arch/file-roller
27 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.254 2009/04/27 13:09:11 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.255 2009/05/02 19:15:31 eva Exp $
30 +
31 +*file-roller-2.26.1 (02 May 2009)
32 +
33 + 02 May 2009; Gilles Dartiguelongue <eva@g.o>
34 + -files/file-roller-2.10-use_fr_rpm2cpio.patch, -file-roller-2.22.4.ebuild,
35 + +file-roller-2.26.1.ebuild:
36 + New version for GNOME 2.26. Drop libgnome{,ui} dependencies, bug fixes and
37 + translation updates. Clean up old revisions.
38
39 27 Apr 2009; Jeroen Roovers <jer@g.o> file-roller-2.24.3:
40 Stable for HPPA (bug #260063).
41
42
43
44 1.1 app-arch/file-roller/file-roller-2.26.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/file-roller-2.26.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/file-roller-2.26.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: file-roller-2.26.1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.26.1.ebuild,v 1.1 2009/05/02 19:15:31 eva Exp $
54
55 GCONF_DEBUG="no"
56
57 inherit eutils gnome2
58
59 DESCRIPTION="archive manager for GNOME"
60 HOMEPAGE="http://fileroller.sourceforge.net/"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE="nautilus"
66
67 RDEPEND=">=dev-libs/glib-2.16.0
68 >=x11-libs/gtk+-2.13
69 >=gnome-base/gconf-2.6
70 nautilus? ( >=gnome-base/nautilus-2.22.2 )"
71 DEPEND="${RDEPEND}
72 gnome-base/gnome-common
73 sys-devel/gettext
74 >=dev-util/intltool-0.35
75 >=dev-util/pkgconfig-0.19
76 >=app-text/gnome-doc-utils-0.3.2"
77
78 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
79
80 pkg_setup() {
81 G2CONF="${G2CONF}
82 --disable-scrollkeeper
83 --disable-run-in-place
84 --disable-static"
85
86 if ! use nautilus ; then
87 G2CONF="${G2CONF} --disable-nautilus-actions"
88 fi
89 }
90
91 src_unpack() {
92 gnome2_src_unpack
93
94 # Use absolute path to GNU tar since star doesn't have the same
95 # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
96 epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
97
98 # use a local rpm2cpio script to avoid the dep
99 sed -e "s/rpm2cpio/rpm2cpio-file-roller/g" \
100 -i src/fr-command-rpm.c || die "sed failed"
101
102 # Fix intltoolize broken file, see upstream #577133 and #579464
103 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
104 }
105
106 src_install() {
107 gnome2_src_install
108 dobin "${FILESDIR}/rpm2cpio-file-roller" || die "dobin failed"
109 }
110
111 pkg_postinst() {
112 elog "${PN} is a frontend for several archiving utilities. If you want a"
113 elog "particular achive format support, see ${HOMEPAGE}"
114 elog "and install the relevant package."
115 elog
116 elog "for example:"
117 elog " 7-zip - app-arch/p7zip"
118 elog " ace - app-arch/unace"
119 elog " arj - app-arch/arj"
120 elog " lzma - app-arch/lzma"
121 elog " lzop - app-arch/lzop"
122 elog " cpio - app-arch/cpio"
123 elog " iso - app-arch/cdrtools"
124 elog " jar,zip - app-arch/zip and app-arch/unzip"
125 elog " lha - app-arch/lha"
126 elog " rar - app-arch/unrar"
127 elog " rpm - app-arch/rpm"
128 elog " unstuff - app-arch/stuffit"
129 elog " zoo - app-arch/zoo"
130 }