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-3.12.1.ebuild
Date: Sun, 27 Apr 2014 15:21:53
Message-Id: 20140427152150.0F4F02004B@flycatcher.gentoo.org
1 eva 14/04/27 15:21:49
2
3 Modified: ChangeLog
4 Added: file-roller-3.12.1.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.336 app-arch/file-roller/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.336&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.336&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?r1=1.335&r2=1.336
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v
20 retrieving revision 1.335
21 retrieving revision 1.336
22 diff -u -r1.335 -r1.336
23 --- ChangeLog 23 Apr 2014 20:39:02 -0000 1.335
24 +++ ChangeLog 27 Apr 2014 15:21:49 -0000 1.336
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-arch/file-roller
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.335 2014/04/23 20:39:02 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.336 2014/04/27 15:21:49 eva Exp $
30 +
31 +*file-roller-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +file-roller-3.12.1.ebuild:
35 + Version bump for Gnome 3.12.
36
37 23 Apr 2014; Pacho Ramos <pacho@g.o> -file-roller-3.8.4-r2.ebuild:
38 Drop old
39
40
41
42 1.1 app-arch/file-roller/file-roller-3.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/file-roller-3.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/file-roller-3.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: file-roller-3.12.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.12.1.ebuild,v 1.1 2014/04/27 15:21:49 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit eutils gnome2 readme.gentoo
58
59 DESCRIPTION="Archive manager for GNOME"
60 HOMEPAGE="http://fileroller.sourceforge.net/"
61
62 LICENSE="GPL-2+ CC-BY-SA-3.0"
63 SLOT="0"
64 IUSE="nautilus packagekit"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
66
67 # gdk-pixbuf used extensively in the source
68 # cairo used in eggtreemultidnd.c
69 # pango used in fr-window
70 RDEPEND="
71 >=app-arch/libarchive-3:=
72 >=dev-libs/glib-2.36:2
73 >=dev-libs/json-glib-0.14
74 >=x11-libs/gtk+-3.9.3:3
75 >=x11-libs/libnotify-0.4.3:=
76 sys-apps/file
77 x11-libs/cairo
78 x11-libs/gdk-pixbuf:2
79 x11-libs/libICE
80 x11-libs/libSM
81 x11-libs/pango
82 nautilus? ( >=gnome-base/nautilus-3 )
83 packagekit? ( app-admin/packagekit-base )
84 "
85 DEPEND="${RDEPEND}
86 dev-util/desktop-file-utils
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 archive 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 }