jer         14/09/03 14:08:44

  Modified:             ChangeLog
  Added:                efax-gtk-3.2.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.43                 x11-misc/efax-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   4 Jun 2013 19:18:09 -0000       1.42
+++ ChangeLog   3 Sep 2014 14:08:44 -0000       1.43
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/efax-gtk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.42 
2013/06/04 19:18:09 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.43 
2014/09/03 14:08:44 jer Exp $
+
+*efax-gtk-3.2.13 (03 Sep 2014)
+
+  03 Sep 2014; Jeroen Roovers <[email protected]> +efax-gtk-3.2.13.ebuild:
+  Version bump.
 
 *efax-gtk-3.2.12 (04 Jun 2013)
 



1.1                  x11-misc/efax-gtk/efax-gtk-3.2.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.13.ebuild?rev=1.1&content-type=text/plain

Index: efax-gtk-3.2.13.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.13.ebuild,v 
1.1 2014/09/03 14:08:44 jer Exp $

EAPI=5

DESCRIPTION="A graphical frontend for the 'efax' application"
HOMEPAGE="http://efax-gtk.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="nls"

RDEPEND=">=dev-libs/glib-2.10
        media-libs/tiff:0=
        x11-libs/libX11
        x11-libs/c++-gtk-utils:0
        x11-libs/gtk+:3"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        nls? ( sys-devel/gettext )"

DOCS="AUTHORS BUGS ChangeLog README"

src_prepare() {
        # Prevent sandbox violation with chown/chgrp and existing spooldir
        sed -i -e '/ch.*lp.*spooldir/d' efax-gtk-faxfilter/Makefile.in || die

        sed -i \
                -e '/^Encoding/d' \
                -e '/^Categories/s:Office;::' \
                ${PN}.desktop || die
}

src_configure() {
        econf \
                $(use_enable nls) \
                --with-gtk-version=gtk3
}

src_install() {
        default
        # File collision with net-misc/efax wrt #401221
        mv "${ED}"usr/share/man/man1/efax{,-0.9a}.1 || die
        mv "${ED}"usr/share/man/man1/efix{,-0.9a}.1 || die
}

pkg_postinst() {
        local spooldir="${EROOT}"/var/spool/fax
        [[ -d ${spooldir} ]] && chown lp:lp "${spooldir}"
}




Reply via email to