diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2012-08-02 08:21:51 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2012-08-02 08:21:51 +0000 |
commit | cb0e85101f2a1f324eda71be33ca236fb02c4d88 (patch) | |
tree | dea1a49e6875905250ff8daac215890ae27ae808 /net-print | |
parent | marked x86 per bug 418841 (diff) | |
download | gentoo-2-cb0e85101f2a1f324eda71be33ca236fb02c4d88.tar.gz gentoo-2-cb0e85101f2a1f324eda71be33ca236fb02c4d88.tar.bz2 gentoo-2-cb0e85101f2a1f324eda71be33ca236fb02c4d88.zip |
changed hylafax dependency to net-misc/hylafaxplus
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/fax4cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.28.ebuild | 6 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.29.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog index 80bcb48e19d9..9fb181053039 100644 --- a/net-print/fax4cups/ChangeLog +++ b/net-print/fax4cups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/fax4cups # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.19 2012/01/22 20:55:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.20 2012/08/02 08:21:51 sbriesen Exp $ + + 02 Aug 2012; Stefan Briesenick <sbriesen@gentoo.org> fax4cups-1.28.ebuild, + fax4cups-1.29.ebuild: + changed hylafax dependency to net-misc/hylafaxplus *fax4cups-1.29 (22 Jan 2012) diff --git a/net-print/fax4cups/fax4cups-1.28.ebuild b/net-print/fax4cups/fax4cups-1.28.ebuild index a6be454b2e0d..3573c42d97d8 100644 --- a/net-print/fax4cups/fax4cups-1.28.ebuild +++ b/net-print/fax4cups/fax4cups-1.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.28.ebuild,v 1.4 2007/11/23 18:42:59 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.28.ebuild,v 1.5 2012/08/02 08:21:51 sbriesen Exp $ DESCRIPTION="efax/hylafax backend for CUPS" @@ -12,7 +12,7 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="net-print/cups" RDEPEND="${DEPEND} - || ( net-misc/hylafax net-misc/efax net-dialup/mgetty ) + || ( net-misc/hylafaxplus net-misc/efax net-dialup/mgetty ) app-admin/sudo" S=${WORKDIR}/fax4CUPS-${PV} diff --git a/net-print/fax4cups/fax4cups-1.29.ebuild b/net-print/fax4cups/fax4cups-1.29.ebuild index 722c2a8b23c8..5f80121b516d 100644 --- a/net-print/fax4cups/fax4cups-1.29.ebuild +++ b/net-print/fax4cups/fax4cups-1.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.29.ebuild,v 1.1 2012/01/22 20:55:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.29.ebuild,v 1.2 2012/08/02 08:21:51 sbriesen Exp $ EAPI=4 @@ -16,7 +16,7 @@ IUSE="+hylafax mgetty-fax efax capisuite-fax" DEPEND="net-print/cups" RDEPEND="${DEPEND} || ( - hylafax? ( net-misc/hylafax ) + hylafax? ( net-misc/hylafaxplus ) efax? ( net-misc/efax ) mgetty-fax? ( net-dialup/mgetty ) capisuite-fax? ( net-dialup/capisuite ) |