diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2004-04-26 02:08:44 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2004-04-26 02:08:44 +0000 |
commit | 9991d0bd5772506297df19bee95e7e5a3e6d964e (patch) | |
tree | 1daf207fdb43b21ec7732b1183ab496ca5638a31 /net-misc/capi4hylafax | |
parent | arm has binutils-2.15 now (diff) | |
download | gentoo-2-9991d0bd5772506297df19bee95e7e5a3e6d964e.tar.gz gentoo-2-9991d0bd5772506297df19bee95e7e5a3e6d964e.tar.bz2 gentoo-2-9991d0bd5772506297df19bee95e7e5a3e6d964e.zip |
removed IUSE stuff
Diffstat (limited to 'net-misc/capi4hylafax')
-rw-r--r-- | net-misc/capi4hylafax/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/capi4hylafax/ChangeLog b/net-misc/capi4hylafax/ChangeLog index d1145faeb642..74e297ebf569 100644 --- a/net-misc/capi4hylafax/ChangeLog +++ b/net-misc/capi4hylafax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/capi4hylafax -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/ChangeLog,v 1.2 2003/12/09 17:57:21 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/ChangeLog,v 1.3 2004/04/26 02:08:44 nerdboy Exp $ + + 25 Apr 2004; Steve Arnold <nerdboy@gentoo.org> capi4hylafax-01.02.02.ebuild: + removed ?IUSE stuff 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> capi4hylafax-01.02.02.ebuild: diff --git a/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild index c7e396712bb8..59101ecca6b0 100644 --- a/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild +++ b/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild,v 1.2 2003/12/09 17:57:21 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild,v 1.3 2004/04/26 02:08:44 nerdboy Exp $ DESCRIPTION="CAPI4HylaFAX - send/recieve faxes via CAPI and AVM Fritz!Cards." SRC_URI="ftp://ftp.avm.de/tools/capi4hylafax.linux/capi4hylafax-01.02.02.tar.gz" @@ -22,7 +22,7 @@ RDEPEND="virtual/glibc net-dialup/capi4k-utils net-mail/metamail virtual/ghostscript - hylafax? ( net-misc/hylafax )" + net-misc/hylafax" src_compile() { ./configure --prefix=/usr --with-hylafax-spooldir=/var/spool/fax || die @@ -44,7 +44,7 @@ src_install() { pkg_postinst() { einfo "To use CAPI4HylaFAX:" - einfo "Make sure the your isdn/capi devices are owned by" + einfo "Make sure that your isdn/capi devices are owned by" einfo "the "fax" user (set in /etc/devfsd.conf)." einfo "Modify /var/spool/fax/etc/config.faxCAPI" einfo "to suit your system, and append the line" |