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