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: ChangeLog file-roller-2.28.1.ebuild file-roller-2.26.1.ebuild file-roller-2.26.2.ebuild
Date: Thu, 29 Oct 2009 20:57:15
Message-Id: E1N3c3U-0004iX-HF@stork.gentoo.org
1 eva 09/10/29 20:57:12
2
3 Modified: ChangeLog
4 Added: file-roller-2.28.1.ebuild
5 Removed: file-roller-2.26.1.ebuild file-roller-2.26.2.ebuild
6 Log:
7 New version for GNOME 2.28. Clean up old revision.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.262 app-arch/file-roller/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.262&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.262&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/ChangeLog?r1=1.261&r2=1.262
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v
20 retrieving revision 1.261
21 retrieving revision 1.262
22 diff -u -r1.261 -r1.262
23 --- ChangeLog 24 Oct 2009 16:55:05 -0000 1.261
24 +++ ChangeLog 29 Oct 2009 20:57:11 -0000 1.262
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-arch/file-roller
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.261 2009/10/24 16:55:05 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.262 2009/10/29 20:57:11 eva Exp $
30 +
31 +*file-roller-2.28.1 (29 Oct 2009)
32 +
33 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
34 + -file-roller-2.26.1.ebuild, -file-roller-2.26.2.ebuild,
35 + +file-roller-2.28.1.ebuild:
36 + New version for GNOME 2.28. Clean up old revision.
37
38 24 Oct 2009; nixnut <nixnut@g.o> file-roller-2.26.3.ebuild:
39 ppc stable #281427
40
41
42
43 1.1 app-arch/file-roller/file-roller-2.28.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/file-roller-2.28.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/file-roller/file-roller-2.28.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: file-roller-2.28.1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.28.1.ebuild,v 1.1 2009/10/29 20:57:11 eva Exp $
53
54 EAPI="2"
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.16
69 gnome-base/gconf
70 nautilus? ( gnome-base/nautilus )"
71 DEPEND="${RDEPEND}
72 gnome-base/gnome-common
73 sys-devel/gettext
74 dev-util/intltool
75 dev-util/pkgconfig
76 app-text/gnome-doc-utils"
77
78 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
79
80 pkg_setup() {
81 G2CONF="${G2CONF}
82 --disable-dependency-tracking
83 --disable-scrollkeeper
84 --disable-run-in-place
85 --disable-static"
86
87 if ! use nautilus ; then
88 G2CONF="${G2CONF} --disable-nautilus-actions"
89 fi
90 }
91
92 src_prepare() {
93 gnome2_src_prepare
94
95 # Use absolute path to GNU tar since star doesn't have the same
96 # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
97 epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
98
99 # use a local rpm2cpio script to avoid the dep
100 sed -e "s/rpm2cpio/rpm2cpio-file-roller/g" \
101 -i src/fr-command-rpm.c || die "sed failed"
102
103 # Fix intltoolize broken file, see upstream #577133 and #579464
104 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
105 || die "sed failed"
106 }
107
108 src_install() {
109 gnome2_src_install
110 dobin "${FILESDIR}/rpm2cpio-file-roller" || die "dobin failed"
111 }
112
113 pkg_postinst() {
114 elog "${PN} is a frontend for several archiving utilities. If you want a"
115 elog "particular achive format support, see ${HOMEPAGE}"
116 elog "and install the relevant package."
117 elog
118 elog "for example:"
119 elog " 7-zip - app-arch/p7zip"
120 elog " ace - app-arch/unace"
121 elog " arj - app-arch/arj"
122 elog " lzma - app-arch/lzma"
123 elog " lzop - app-arch/lzop"
124 elog " cpio - app-arch/cpio"
125 elog " iso - app-cdr/cdrtools"
126 elog " jar,zip - app-arch/zip and app-arch/unzip"
127 elog " lha - app-arch/lha"
128 elog " rar - app-arch/unrar"
129 elog " rpm - app-arch/rpm"
130 elog " unstuff - app-arch/stuffit"
131 elog " zoo - app-arch/zoo"
132 }