summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-24 05:15:03 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-24 05:15:03 +0000
commit787cea6e7af8f69534532858d12c778d34f2194e (patch)
tree4a7e51f34550ec8a4b12b1010a0c9bd4b16f1a70 /net-misc/hylafax
parentversion bump (diff)
downloadgentoo-2-787cea6e7af8f69534532858d12c778d34f2194e.tar.gz
gentoo-2-787cea6e7af8f69534532858d12c778d34f2194e.tar.bz2
gentoo-2-787cea6e7af8f69534532858d12c778d34f2194e.zip
removed older ebuild
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r--net-misc/hylafax/files/digest-hylafax-000614-r11
-rw-r--r--net-misc/hylafax/files/digest-hylafax-cvs-000614-r12
-rw-r--r--net-misc/hylafax/hylafax-cvs-000614-r1.ebuild58
3 files changed, 0 insertions, 61 deletions
diff --git a/net-misc/hylafax/files/digest-hylafax-000614-r1 b/net-misc/hylafax/files/digest-hylafax-000614-r1
deleted file mode 100644
index 82e0698edc19..000000000000
--- a/net-misc/hylafax/files/digest-hylafax-000614-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d69c311c00d2959bb1adedb0cb6a2324 hylafax-cvs-000614.tar.bz2 1114036
diff --git a/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1 b/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1
deleted file mode 100644
index d16b3143518a..000000000000
--- a/net-misc/hylafax/files/digest-hylafax-cvs-000614-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 d69c311c00d2959bb1adedb0cb6a2324 hylafax-cvs-000614.tar.bz2 1114036
-MD5 811587f88c588add9132cb791f111838 hylafax-cvs-000614.patch.gz 96141
diff --git a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
deleted file mode 100644
index 8f4bb05b0ebc..000000000000
--- a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.7 2002/03/18 07:54:19 gbevin Exp $
-
-P=hylafax-cvs-000614
-A="${P}.tar.bz2 ${P}.patch.gz"
-S=${WORKDIR}/hylafax
-DESCRIPTION="HylaFAX Faxserver"
-SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${P}.tar.bz2 ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${P}.patch.gz"
-HOMEPAGE="http://www.hylafax.org"
-
-DEPEND="virtual/glibc
- >=sys-devel/gcc-2.95.2
- >=media-libs/tiff-3.5.5
- >=media-libs/jpeg-6b"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- cd ${S}
- zcat ${DISTDIR}/${P}.patch.gz | patch -p1
- cd ..
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
-}
-
-src_compile() {
-
- try make
-}
-
-src_install() {
-
- dodir /usr/bin
- dodir /usr/sbin
- dodir /usr/lib/fax
- dodir /usr/lib/hylafax
- dodir /usr/share/man
- dodir /var/spool/fax
- dodir /etc/rc.d/init.d
- try make BASEDIR=${D} install
-
- dodoc COPYRIGHT README TODO VERSION
- docinto html
- dodoc html/*.html html/*.gif
- for i in Majordomo Modems Modems/Hayes Modems/Supra Modems/Telebit \
- Modems/ZyXEL
- do
- docinto html/$i
- dodoc html/$i/*.html
- done
- docinto html/icons
- dodoc html/icons/*.gif
-}
-
-
-
-
-