diff options
author | 2003-03-20 13:40:25 +0000 | |
---|---|---|
committer | 2003-03-20 13:40:25 +0000 | |
commit | 0abf0bc694aa6c0470ce872d043b7f1f5da37043 (patch) | |
tree | 9ceeff1096a312f7fb1df8d41fb725dd40fcc03f /net-misc | |
parent | moved dcgui2 to dcgui (diff) | |
download | historical-0abf0bc694aa6c0470ce872d043b7f1f5da37043.tar.gz historical-0abf0bc694aa6c0470ce872d043b7f1f5da37043.tar.bz2 historical-0abf0bc694aa6c0470ce872d043b7f1f5da37043.zip |
removed crusty stuff
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafax/files/digest-hylafax-4.1.2 | 2 | ||||
-rw-r--r-- | net-misc/hylafax/files/digest-hylafax-4.1.2-r1 | 1 | ||||
-rw-r--r-- | net-misc/hylafax/files/digest-hylafax-4.1.3 | 1 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.2-r1.ebuild | 84 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.2.ebuild | 96 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.3.ebuild | 72 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.5.ebuild | 9 |
7 files changed, 4 insertions, 261 deletions
diff --git a/net-misc/hylafax/files/digest-hylafax-4.1.2 b/net-misc/hylafax/files/digest-hylafax-4.1.2 deleted file mode 100644 index ceaf6513eeeb..000000000000 --- a/net-misc/hylafax/files/digest-hylafax-4.1.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 b10225bbbda1f02c07258621d0ceb819 hylafax-4.1.2.tar.gz 1259364 -MD5 74db866f052b47fa8ec1c2b8f967bc69 sed-3.02.tar.gz 264236 diff --git a/net-misc/hylafax/files/digest-hylafax-4.1.2-r1 b/net-misc/hylafax/files/digest-hylafax-4.1.2-r1 deleted file mode 100644 index 660644ee4e8e..000000000000 --- a/net-misc/hylafax/files/digest-hylafax-4.1.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b10225bbbda1f02c07258621d0ceb819 hylafax-4.1.2.tar.gz 1259364 diff --git a/net-misc/hylafax/files/digest-hylafax-4.1.3 b/net-misc/hylafax/files/digest-hylafax-4.1.3 deleted file mode 100644 index 608464f1129c..000000000000 --- a/net-misc/hylafax/files/digest-hylafax-4.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3e95810a7fc99685f92faa8ff59114e hylafax-4.1.3.tar.gz 1269098 diff --git a/net-misc/hylafax/hylafax-4.1.2-r1.ebuild b/net-misc/hylafax/hylafax-4.1.2-r1.ebuild deleted file mode 100644 index db858caad102..000000000000 --- a/net-misc/hylafax/hylafax-4.1.2-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.2-r1.ebuild,v 1.9 2003/02/13 14:53:27 vapier Exp $ - -IUSE="jpeg" - -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 sparc " -LICENSE="hylafax" -SLOT="0" - -DEPEND="net-dialup/mgetty - sys-libs/zlib - app-text/ghostscript - 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 \ - --with-DIR_BIN=/usr/bin \ - --with-DIR_SBIN=/usr/sbin \ - --with-DIR_LIB=/usr/lib \ - --with-DIR_LIBEXEC=/usr/sbin \ - --with-DIR_LIBDATA=/usr/lib/fax \ - --with-DIR_LOCKS=/var/lock \ - --with-DIR_MAN=/usr/share/man \ - --with-DIR_SPOOL=/var/spool/fax \ - --with-AFM=no \ - --with-AWK=/usr/bin/gawk \ - --with-PATH_VGETTY=/sbin/vgetty \ - --with-PATH_GETTY=/sbin/agetty \ - --with-HTML=no \ - --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax \ - --with-PATH_IMPRIP=/usr/share/fax/psrip \ - --with-SYSVINIT=/etc/init.d \ - --with-INTERACTIVE=no || die - - make \ - OPTIMIZER="${CFLAGS}" || die -} - -src_install() { - - dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool/fax - - make \ - BIN=${D}/usr/bin \ - SBIN=${D}/usr/sbin \ - LIBDIR=${D}/usr/lib \ - LIB=${D}/usr/lib \ - LIBEXEC=${D}/usr/sbin \ - LIBDATA=${D}/usr/lib/fax \ - MAN=${D}/usr/share/man \ - SPOOL=${D}/var/spool/fax \ - install || die - - insinto /etc/init.d - insopts -m 755 - doins etc/hylafax - - dodoc COPYRIGHT README TODO VERSION - dohtml -r . -} diff --git a/net-misc/hylafax/hylafax-4.1.2.ebuild b/net-misc/hylafax/hylafax-4.1.2.ebuild deleted file mode 100644 index 392ec26b7af8..000000000000 --- a/net-misc/hylafax/hylafax-4.1.2.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.2.ebuild,v 1.9 2003/02/13 14:53:33 vapier Exp $ - -IUSE="jpeg" - -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 ftp://alpha.gnu.org/pub/gnu/sed/${MYSED}.tar.gz" -HOMEPAGE="http://www.hylafax.org" -KEYWORDS="x86 sparc " -LICENSE="hylafax" -SLOT="0" - -DEPEND="net-dialup/mgetty - sys-libs/zlib - app-text/ghostscript - media-libs/tiff - jpeg? ( media-libs/jpeg )" - -src_unpack() { - - unpack ${MYSED}.tar.gz - 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 - -} - -src_compile() { - - # first compile the sed-3.02 release which is what hylafax's compile process - # knows about - cd ${WORKDIR}/${MYSED} - ./configure --disable-nls --prefix=/usr || die - emake LDFLAGS=-static || die - - # now, patch the configure script to call the static sed-3.02 instead of - # the system sed - cd ${S} - cp configure configure.orig - sed "s:sed :${WORKDIR}/${MYSED}/sed/sed :g" configure.orig > configure - - - ./configure \ - --with-DIR_BIN=/usr/bin \ - --with-DIR_SBIN=/usr/sbin \ - --with-DIR_LIB=/usr/lib \ - --with-DIR_LIBEXEC=/usr/sbin \ - --with-DIR_LIBDATA=/usr/lib/fax \ - --with-DIR_LOCKS=/var/lock \ - --with-DIR_MAN=/usr/share/man \ - --with-DIR_SPOOL=/var/spool/fax \ - --with-AFM=no \ - --with-AWK=/usr/bin/gawk \ - --with-PATH_VGETTY=/sbin/vgetty \ - --with-PATH_GETTY=/sbin/agetty \ - --with-HTML=no \ - --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax \ - --with-PATH_IMPRIP=/usr/share/fax/psrip \ - --with-SYSVINIT=/etc/init.d \ - --with-INTERACTIVE=no || die - - make \ - OPTIMIZER="${CFLAGS}" || die -} - -src_install() { - - dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool/fax - - make \ - BIN=${D}/usr/bin \ - SBIN=${D}/usr/sbin \ - LIBDIR=${D}/usr/lib \ - LIB=${D}/usr/lib \ - LIBEXEC=${D}/usr/sbin \ - LIBDATA=${D}/usr/lib/fax \ - MAN=${D}/usr/share/man \ - SPOOL=${D}/var/spool/fax \ - install || die - - insinto /etc/init.d - doins etc/hylafax - - dodoc COPYRIGHT README TODO VERSION - dohtml -r . -} diff --git a/net-misc/hylafax/hylafax-4.1.3.ebuild b/net-misc/hylafax/hylafax-4.1.3.ebuild deleted file mode 100644 index 51032cf3bafe..000000000000 --- a/net-misc/hylafax/hylafax-4.1.3.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.3.ebuild,v 1.9 2003/02/13 14:53:39 vapier Exp $ - -IUSE="jpeg" - -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 " -LICENSE="freedist" -SLOT="0" - -DEPEND="net-dialup/mgetty - sys-libs/zlib - app-text/ghostscript - media-libs/tiff - jpeg? ( media-libs/jpeg )" - -src_compile() { - - ./configure \ - --with-DIR_BIN=/usr/bin \ - --with-DIR_SBIN=/usr/sbin \ - --with-DIR_LIB=/usr/lib \ - --with-DIR_LIBEXEC=/usr/sbin \ - --with-DIR_LIBDATA=/usr/lib/fax \ - --with-DIR_LOCKS=/var/lock \ - --with-DIR_MAN=/usr/share/man \ - --with-DIR_SPOOL=/var/spool/fax \ - --with-AFM=no \ - --with-AWK=/usr/bin/gawk \ - --with-PATH_VGETTY=/sbin/vgetty \ - --with-PATH_GETTY=/sbin/agetty \ - --with-HTML=no \ - --with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax \ - --with-PATH_IMPRIP=/usr/share/fax/psrip \ - --with-SYSVINIT=/etc/init.d \ - --with-INTERACTIVE=no || die - - make OPTIMIZER="${CFLAGS}" || die -} - -src_install() { - - 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 \ - SBIN=${D}/usr/sbin \ - LIBDIR=${D}/usr/lib \ - LIB=${D}/usr/lib \ - LIBEXEC=${D}/usr/sbin \ - LIBDATA=${D}/usr/lib/fax \ - MAN=${D}/usr/share/man \ - SPOOL=${D}/var/spool/fax \ - install || die - - insinto /etc/init.d - insopts -m 755 - doins etc/hylafax - - dodoc COPYRIGHT README TODO VERSION - dohtml -r . -} diff --git a/net-misc/hylafax/hylafax-4.1.5.ebuild b/net-misc/hylafax/hylafax-4.1.5.ebuild index 45bfbe47eb59..417f0a024864 100644 --- a/net-misc/hylafax/hylafax-4.1.5.ebuild +++ b/net-misc/hylafax/hylafax-4.1.5.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.5.ebuild,v 1.4 2003/02/13 14:53:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.5.ebuild,v 1.5 2003/03/20 13:40:25 seemant Exp $ IUSE="jpeg" S=${WORKDIR}/${P} - 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" +SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz" -KEYWORDS="x86 -ppc -sparc " -LICENSE="freedist" SLOT="0" +LICENSE="freedist" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="net-dialup/mgetty sys-libs/zlib |