Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
Date: Sat, 28 Jan 2012 20:10:05
Message-Id: 20120128200956.25E122004B@flycatcher.gentoo.org
1 ssuominen 12/01/28 20:09:56
2
3 Modified: ChangeLog efax-gtk-3.2.9.ebuild
4 Log:
5 Rename the manpages instead of setting blocker.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.35 x11-misc/efax-gtk/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 28 Jan 2012 20:01:14 -0000 1.34
23 +++ ChangeLog 28 Jan 2012 20:09:56 -0000 1.35
24 @@ -1,9 +1,10 @@
25 # ChangeLog for x11-misc/efax-gtk
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.34 2012/01/28 20:01:14 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.35 2012/01/28 20:09:56 ssuominen Exp $
29
30 28 Jan 2012; Samuli Suominen <ssuominen@g.o> efax-gtk-3.2.9.ebuild:
31 - Block net-misc/efax wrt #401221 by Fabio Rossi
32 + Rename efax.1 to efax-0.9a.1 and efix.1 to efix-0.9a.1 in order to prevent
33 + file collision with net-misc/efax wrt #401221 by Fabio Rossi
34
35 *efax-gtk-3.2.9 (14 Jan 2012)
36
37
38
39
40 1.3 x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.2&r2=1.3
45
46 Index: efax-gtk-3.2.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- efax-gtk-3.2.9.ebuild 28 Jan 2012 20:01:14 -0000 1.2
53 +++ efax-gtk-3.2.9.ebuild 28 Jan 2012 20:09:56 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.2 2012/01/28 20:01:14 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.3 2012/01/28 20:09:56 ssuominen Exp $
59
60 EAPI=4
61
62 @@ -19,7 +19,6 @@
63 x11-libs/c++-gtk-utils:3
64 x11-libs/gtk+:3"
65 DEPEND="${RDEPEND}
66 - !net-misc/efax
67 dev-util/pkgconfig
68 nls? ( sys-devel/gettext )"
69
70 @@ -42,6 +41,13 @@
71 --with-gtk-version=gtk3
72 }
73
74 +src_install() {
75 + default
76 + # http://bugs.gentoo.org/401221
77 + mv -vf "${ED}"usr/share/man/man1/efax{,-0.9a}.1 || die
78 + mv -vf "${ED}"usr/share/man/man1/efix{,-0.9a}.1 || die
79 +}
80 +
81 pkg_postinst() {
82 local spooldir="${EROOT}"/var/spool/fax
83 [[ -d ${spooldir} ]] && chown lp:lp "${spooldir}"