diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-05-05 23:14:58 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-05-05 23:14:58 +0000 |
commit | 59b1d66728068ecd97568842c6eb8010e4179f4e (patch) | |
tree | 8acf1619bead431e797e411355df80d90437705f /net-print/fax4cups | |
parent | Sparc fixes (diff) | |
download | historical-59b1d66728068ecd97568842c6eb8010e4179f4e.tar.gz historical-59b1d66728068ecd97568842c6eb8010e4179f4e.tar.bz2 historical-59b1d66728068ecd97568842c6eb8010e4179f4e.zip |
add sudo dep
Diffstat (limited to 'net-print/fax4cups')
-rw-r--r-- | net-print/fax4cups/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/fax4cups/Manifest | 4 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.23.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog index 162b4a76b124..c8603d956d2a 100644 --- a/net-print/fax4cups/ChangeLog +++ b/net-print/fax4cups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/fax4cups # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.4 2004/01/27 14:31:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.5 2004/05/05 23:14:58 lanius Exp $ + + 06 May 2004; Heinrich Wendel <lanius@gentoo.org> fax4cups-1.23.ebuild: + add sudo dep 27 Jan 2004; Heinrich Wendel <lanius@gentoo.org> fax4cups-1.23.ebuild: install cups backends with 0755 diff --git a/net-print/fax4cups/Manifest b/net-print/fax4cups/Manifest index bee92046164a..3f01137407a0 100644 --- a/net-print/fax4cups/Manifest +++ b/net-print/fax4cups/Manifest @@ -1,4 +1,4 @@ -MD5 1d50593445cc065ff506f425e06a1ce7 ChangeLog 724 +MD5 ea5c2507f20803e736c12c3b742c7728 ChangeLog 813 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 0a88bb0f8556d8caf83a9054767fa140 fax4cups-1.23.ebuild 721 +MD5 ff16d3833e95685c7d3d2cb5f9a38443 fax4cups-1.23.ebuild 736 MD5 7956a31b83df33c70e9f633407f52dc8 files/digest-fax4cups-1.23 64 diff --git a/net-print/fax4cups/fax4cups-1.23.ebuild b/net-print/fax4cups/fax4cups-1.23.ebuild index 4856ffdc4f69..77381d997bcf 100644 --- a/net-print/fax4cups/fax4cups-1.23.ebuild +++ b/net-print/fax4cups/fax4cups-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.23.ebuild,v 1.5 2004/01/27 14:31:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.23.ebuild,v 1.6 2004/05/05 23:14:58 lanius Exp $ DESCRIPTION="efax/hylafax backend for CUPS" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="net-print/cups - || ( net-misc/hylafax net-misc/efax net-dialup/mgetty ) " + || ( net-misc/hylafax net-misc/efax net-dialup/mgetty ) + app-admin/sudo" S=${WORKDIR}/fax4CUPS-${PV} |