summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-08-27 18:11:20 +0000
committerNick Hadaway <raker@gentoo.org>2002-08-27 18:11:20 +0000
commitd592a00202939aaf0cf93ed007d3b1c562453cc9 (patch)
tree888bd95620cefb704f7ecb39bbdc74de82e83433 /net-misc
parentfix a dependency (diff)
downloadgentoo-2-d592a00202939aaf0cf93ed007d3b1c562453cc9.tar.gz
gentoo-2-d592a00202939aaf0cf93ed007d3b1c562453cc9.tar.bz2
gentoo-2-d592a00202939aaf0cf93ed007d3b1c562453cc9.zip
fixes to address bug #7058. Corrected license to be freedist. Other
minor ebuild cleanups.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/hylafax/ChangeLog6
-rw-r--r--net-misc/hylafax/hylafax-4.1.3.ebuild28
2 files changed, 13 insertions, 21 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog
index 7caa819b0335..057f494b78d2 100644
--- a/net-misc/hylafax/ChangeLog
+++ b/net-misc/hylafax/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-misc/hylafax
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.7 2002/08/15 16:46:57 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.8 2002/08/27 18:11:20 raker Exp $
*hylafax-4.1.3 (12 Aug 2002)
+ 27 Aug 2002; Nick Hadaway <raker@gentoo.org> hylafax-4.1.3.ebuild :
+ Added fixes to address bug #7058. Cleaned up the ebuild formatting.
+ Corrected license to be freedist.
+
15 Aug 2002; Nick Hadaway <raker@gentoo.org> hylafax-4.1.3.ebuild :
Added /etc/init.d/hylafax permissions fix.
diff --git a/net-misc/hylafax/hylafax-4.1.3.ebuild b/net-misc/hylafax/hylafax-4.1.3.ebuild
index 9c8bf81b4882..2d3db24f1eae 100644
--- a/net-misc/hylafax/hylafax-4.1.3.ebuild
+++ b/net-misc/hylafax/hylafax-4.1.3.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.3.ebuild,v 1.2 2002/08/15 16:46:57 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.3.ebuild,v 1.3 2002/08/27 18:11:20 raker Exp $
S=${WORKDIR}/${P}
MYSED=sed-3.02
PATCHES=${WORKDIR}/patches
+
DESCRIPTION="Fax package for class 1 and 2 fax modems."
SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"
HOMEPAGE="http://www.hylafax.org"
+
KEYWORDS="x86 -ppc -sparc -sparc64"
-LICENSE="hylafax"
+LICENSE="freedist"
SLOT="0"
DEPEND="net-dialup/mgetty
@@ -18,21 +20,6 @@ DEPEND="net-dialup/mgetty
media-libs/tiff
jpeg? ( media-libs/jpeg )"
-#src_unpack() {
-#
-# unpack ${P}.tar.gz
-# mkdir patches
-# cd patches
-# tar jxvf ${FILESDIR}/${P}-gentoo-diffs.tar.bz2
-# cd ${S}
-# patch -p1 < ${PATCHES}/${P}-dso.chris.patch
-# patch -p1 < ${PATCHES}/${P}-shlib-pic.chris.patch
-# patch -p1 < ${PATCHES}/${P}-gentoo.patch
-# patch -p1 < ${PATCHES}/${P}-topmargin.patch
-# patch < ${PATCHES}/${P}-configure.patch
-#
-#}
-
src_compile() {
./configure \
@@ -54,13 +41,14 @@ src_compile() {
--with-SYSVINIT=/etc/init.d \
--with-INTERACTIVE=no || die
- make \
- OPTIMIZER="${CFLAGS}" || die
+ make OPTIMIZER="${CFLAGS}" || die
}
src_install() {
- dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool/fax
+ dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool/fax \
+ /var/spool/fax/{archive,client,pollq,recvq,tmp}
+ chown -R uucp:uucp ${D} /var/spool/fax
make \
BIN=${D}/usr/bin \