pacho       15/03/29 12:40:45

  Modified:             ChangeLog
  Added:                fax4cups-1.29-r1.ebuild
  Log:
  Remove capisuite-fax as capisuite is going to be removed (#330329)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.24                 net-print/fax4cups/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/fax4cups/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/fax4cups/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/fax4cups/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Mar 2014 01:22:33 -0000       1.23
+++ ChangeLog   29 Mar 2015 12:40:45 -0000      1.24
@@ -1,6 +1,11 @@
 # ChangeLog for net-print/fax4cups
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.23 
2014/03/09 01:22:33 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.24 
2015/03/29 12:40:45 pacho Exp $
+
+*fax4cups-1.29-r1 (29 Mar 2015)
+
+  29 Mar 2015; Pacho Ramos <[email protected]> +fax4cups-1.29-r1.ebuild:
+  Remove capisuite-fax as capisuite is going to be removed (#330329)
 
   09 Mar 2014; Manuel RĂ¼ger <[email protected]> -fax4cups-1.28.ebuild:
   Cleanup old.



1.1                  net-print/fax4cups/fax4cups-1.29-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/fax4cups/fax4cups-1.29-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/fax4cups/fax4cups-1.29-r1.ebuild?rev=1.1&content-type=text/plain

Index: fax4cups-1.29-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.29-r1.ebuild,v 
1.1 2015/03/29 12:40:45 pacho Exp $

EAPI=5

DESCRIPTION="Fax backend for CUPS"
HOMEPAGE="http://vigna.dsi.unimi.it/fax4CUPS/";
SRC_URI="http://vigna.dsi.unimi.it/fax4CUPS/fax4CUPS-${PV}.tar.gz";
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

IUSE="+hylafax mgetty-fax efax"
REQUIRED_USE="|| ( hylafax mgetty-fax efax )"

DEPEND="net-print/cups"
RDEPEND="${DEPEND}
        || (
                hylafax? ( net-misc/hylafaxplus )
                efax? ( net-misc/efax )
                mgetty-fax? ( net-dialup/mgetty )
        )
        app-admin/sudo
"

S=${WORKDIR}/fax4CUPS-${PV}

src_install() {
        doman fax4CUPS.1

        exeinto $(cups-config --serverbin)/backend
        insinto /usr/share/cups/model

        for i in hylafax efax mgetty-fax; do
                if use $i
                then
                        # Backend
                        doexe $i
                        # PPD
                        doins $i.ppd
                fi
        done
}

pkg_postinst() {
        elog "Please execute '/etc/init.d/cups restart'"
        elog "to get the *.ppd files working properly"
}




Reply via email to