diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-01-23 04:33:31 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-01-23 04:33:31 +0000 |
commit | dbc46dbd7af8874f6313eaa98c114717c7f01eae (patch) | |
tree | 45b93937e49de01df47afcf5c6cf8cb4137da31b /net-print | |
parent | old versions deleted. cleaning up from the cvs.gentoo.org meltdown (diff) | |
download | gentoo-2-dbc46dbd7af8874f6313eaa98c114717c7f01eae.tar.gz gentoo-2-dbc46dbd7af8874f6313eaa98c114717c7f01eae.tar.bz2 gentoo-2-dbc46dbd7af8874f6313eaa98c114717c7f01eae.zip |
Clean up from cvs.gentoo.org meltdown recovery.
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/LPRng/LPRng-3.7.8-r6.ebuild | 55 | ||||
-rw-r--r-- | net-print/LPRng/LPRng-3.7.8.ebuild | 55 | ||||
-rw-r--r-- | net-print/LPRng/LPRng-3.7.9-r6.ebuild | 65 | ||||
-rw-r--r-- | net-print/LPRng/LPRng-3.7.9.ebuild | 65 | ||||
-rw-r--r-- | net-print/LPRng/files/digest-LPRng-3.7.8 | 1 | ||||
-rw-r--r-- | net-print/LPRng/files/digest-LPRng-3.7.8-r6 | 1 | ||||
-rw-r--r-- | net-print/LPRng/files/digest-LPRng-3.7.9 | 1 | ||||
-rw-r--r-- | net-print/LPRng/files/digest-LPRng-3.7.9-r6 | 1 | ||||
-rw-r--r-- | net-print/LPRng/files/lprng.rc5 | 71 |
9 files changed, 0 insertions, 315 deletions
diff --git a/net-print/LPRng/LPRng-3.7.8-r6.ebuild b/net-print/LPRng/LPRng-3.7.8-r6.ebuild deleted file mode 100644 index 950ba1ea7903..000000000000 --- a/net-print/LPRng/LPRng-3.7.8-r6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer System Team <system@gentoo.org> -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.7.8-r6.ebuild,v 1.4 2001/10/09 18:30:26 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Extended implementation of the Berkley LPR print spooler" -SRC_URI="ftp://ftp.lprng.com/pub/LPRng/LPRng/${P}.tgz" -HOMEPAGE="http://www.lprng.com/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - !net-print/cups" -RDEPEND="virtual/glibc" -PROVIDE="virtual/lpr" - -src_compile() { - local myconf - use nls && myconf="--enable-nls" - - # wont compile with -O3, needs -O2 - export CFLAGS="${CFLAGS/-O[3456789]/-O2}" - - ./configure --prefix=/usr --host=${CHOST} --sysconfdir=/etc/lprng \ - --mandir=/usr/share/man --libexecdir=/usr/lib --disable-setuid \ - --with-userid=lp --with-groupid=lp ${myconf} || die - - make || die "printer on fire!" -} - -src_install() { - make DESTDIR=${D} gnulocaledir=${D}/usr/share/locale \ - POSTINSTALL="NO" install || die - - exeinto /usr/bin ; doexe ${FILESDIR}/lpdomatic - - dodoc CHANGES COPYRIGHT LICENSE README VERSION - newdoc ${FILESDIR}/printcap printcap.sample - newdoc lpd.conf lpd.conf.sample - newdoc lpd.perms lpd.perms.sample - insinto /usr/share/doc/${P} ; doins HOWTO/LPRng-HOWTO.pdf - insinto /usr/share/doc/${P}/html ; doins HOWTO/{LPRng-HOWTO.html,*.jpg} - - diropts -m 755 ; dodir /var/spool/lpd - diropts -o lp -g lp -m 0700 ; dodir /var/spool/lpd/lp - - insinto /etc/lprng - newins ${FILESDIR}/printcap printcap.sample - newins lpd.conf lpd.conf.sample - newins lpd.perms lpd.perms.sample - - exeinto /etc/init.d - newexe ${FILESDIR}/lprng.rc6 lprng -} diff --git a/net-print/LPRng/LPRng-3.7.8.ebuild b/net-print/LPRng/LPRng-3.7.8.ebuild deleted file mode 100644 index ba227b68475a..000000000000 --- a/net-print/LPRng/LPRng-3.7.8.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer System Team <system@gentoo.org> -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.7.8.ebuild,v 1.4 2001/10/09 18:30:26 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Extended implementation of the Berkley LPR print spooler" -SRC_URI="ftp://ftp.lprng.com/pub/LPRng/LPRng/${P}.tgz" -HOMEPAGE="http://www.lprng.com/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - !net-print/cups" -RDEPEND="virtual/glibc" -PROVIDE="virtual/lpr" - -src_compile() { - local myconf - use nls && myconf="--enable-nls" - - # wont compile with -O3, needs -O2 - export CFLAGS="${CFLAGS/-O[3456789]/-O2}" - - ./configure --prefix=/usr --host=${CHOST} --sysconfdir=/etc/lprng \ - --mandir=/usr/share/man --libexecdir=/usr/lib --disable-setuid \ - --with-userid=lp --with-groupid=lp ${myconf} || die - - make || die "printer on fire!" -} - -src_install() { - make DESTDIR=${D} gnulocaledir=${D}/usr/share/locale \ - POSTINSTALL="NO" install || die - - exeinto /usr/bin ; doexe ${FILESDIR}/lpdomatic - - dodoc CHANGES COPYRIGHT LICENSE README VERSION - newdoc ${FILESDIR}/printcap printcap.sample - newdoc lpd.conf lpd.conf.sample - newdoc lpd.perms lpd.perms.sample - insinto /usr/share/doc/${P} ; doins HOWTO/LPRng-HOWTO.pdf - insinto /usr/share/doc/${P}/html ; doins HOWTO/{LPRng-HOWTO.html,*.jpg} - - diropts -m 755 ; dodir /var/spool/lpd - diropts -o lp -g lp -m 0700 ; dodir /var/spool/lpd/lp - - insinto /etc/lprng - newins ${FILESDIR}/printcap printcap.sample - newins lpd.conf lpd.conf.sample - newins lpd.perms lpd.perms.sample - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/lprng.rc5 lprng -} diff --git a/net-print/LPRng/LPRng-3.7.9-r6.ebuild b/net-print/LPRng/LPRng-3.7.9-r6.ebuild deleted file mode 100644 index b87d9ad78068..000000000000 --- a/net-print/LPRng/LPRng-3.7.9-r6.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer System Team <system@gentoo.org> -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.7.9-r6.ebuild,v 1.1 2001/10/31 18:10:16 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Extended implementation of the Berkley LPR print spooler" -SRC_URI="ftp://ftp.lprng.com/pub/LPRng/LPRng/${P}.tgz" -HOMEPAGE="http://www.lprng.com/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - !net-print/cups" -RDEPEND="virtual/glibc" -PROVIDE="virtual/lpr" - -src_compile() { - - local myconf - use nls && myconf="--enable-nls" - - # wont compile with -O3, needs -O2 - export CFLAGS="${CFLAGS/-O[3456789]/-O2}" - - ./configure \ - --prefix=/usr \ - --disable-setuid \ - --with-userid=lp \ - --with-groupid=lp \ - --libexecdir=/usr/lib \ - --sysconfdir=/etc/lprng \ - --mandir=/usr/share/man \ - --host=${CHOST} ${myconf} || die - - make || die "printer on fire!" -} - -src_install() { - - dodir /var/spool/lpd - diropts -m 700 -o lp -g lp ; dodir /var/spool/lpd/lp - - make \ - DESTDIR=${D} \ - POSTINSTALL="NO" \ - gnulocaledir=${D}/usr/share/locale \ - install || die - - exeinto /usr/bin ; doexe ${FILESDIR}/lpdomatic - - dodoc CHANGES COPYRIGHT LICENSE README VERSION - dodoc HOWTO/LPRng-HOWTO.pdf - newdoc ${FILESDIR}/printcap printcap.sample - newdoc lpd.conf lpd.conf.sample - newdoc lpd.perms lpd.perms.sample - docinto html ; dodoc HOWTO/{LPRng-HOWTO.html,*.jpg} - - insinto /etc/lprng - newins ${FILESDIR}/printcap printcap.sample - newins lpd.conf lpd.conf.sample - newins lpd.perms lpd.perms.sample - - exeinto /etc/init.d ; newexe ${FILESDIR}/lprng.rc6 lprng -} diff --git a/net-print/LPRng/LPRng-3.7.9.ebuild b/net-print/LPRng/LPRng-3.7.9.ebuild deleted file mode 100644 index f2fb315a1631..000000000000 --- a/net-print/LPRng/LPRng-3.7.9.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer System Team <system@gentoo.org> -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.7.9.ebuild,v 1.1 2001/10/31 18:10:16 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Extended implementation of the Berkley LPR print spooler" -SRC_URI="ftp://ftp.lprng.com/pub/LPRng/LPRng/${P}.tgz" -HOMEPAGE="http://www.lprng.com/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - !net-print/cups" -RDEPEND="virtual/glibc" -PROVIDE="virtual/lpr" - -src_compile() { - - local myconf - use nls && myconf="--enable-nls" - - # wont compile with -O3, needs -O2 - export CFLAGS="${CFLAGS/-O[3456789]/-O2}" - - ./configure \ - --prefix=/usr \ - --disable-setuid \ - --with-userid=lp \ - --with-groupid=lp \ - --libexecdir=/usr/lib \ - --sysconfdir=/etc/lprng \ - --mandir=/usr/share/man \ - --host=${CHOST} ${myconf} || die - - make || die "printer on fire!" -} - -src_install() { - - dodir /var/spool/lpd - diropts -m 700 -o lp -g lp ; dodir /var/spool/lpd/lp - - make \ - DESTDIR=${D} \ - POSTINSTALL="NO" \ - gnulocaledir=${D}/usr/share/locale \ - install || die - - exeinto /usr/bin ; doexe ${FILESDIR}/lpdomatic - - dodoc CHANGES COPYRIGHT LICENSE README VERSION - dodoc HOWTO/LPRng-HOWTO.pdf - newdoc ${FILESDIR}/printcap printcap.sample - newdoc lpd.conf lpd.conf.sample - newdoc lpd.perms lpd.perms.sample - docinto html ; dodoc HOWTO/{LPRng-HOWTO.html,*.jpg} - - insinto /etc/lprng - newins ${FILESDIR}/printcap printcap.sample - newins lpd.conf lpd.conf.sample - newins lpd.perms lpd.perms.sample - - exeinto /etc/rc.d/init.d ; newexe ${FILESDIR}/lprng.rc5 lprng -} diff --git a/net-print/LPRng/files/digest-LPRng-3.7.8 b/net-print/LPRng/files/digest-LPRng-3.7.8 deleted file mode 100644 index acd249944f90..000000000000 --- a/net-print/LPRng/files/digest-LPRng-3.7.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 e3240162886d3430a8e1a76d841369dd LPRng-3.7.8.tgz 3014656 diff --git a/net-print/LPRng/files/digest-LPRng-3.7.8-r6 b/net-print/LPRng/files/digest-LPRng-3.7.8-r6 deleted file mode 100644 index acd249944f90..000000000000 --- a/net-print/LPRng/files/digest-LPRng-3.7.8-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e3240162886d3430a8e1a76d841369dd LPRng-3.7.8.tgz 3014656 diff --git a/net-print/LPRng/files/digest-LPRng-3.7.9 b/net-print/LPRng/files/digest-LPRng-3.7.9 deleted file mode 100644 index ad62266459fb..000000000000 --- a/net-print/LPRng/files/digest-LPRng-3.7.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 c29c043ef0d999801cd9f328757b7fba LPRng-3.7.9.tgz 3014656 diff --git a/net-print/LPRng/files/digest-LPRng-3.7.9-r6 b/net-print/LPRng/files/digest-LPRng-3.7.9-r6 deleted file mode 100644 index ad62266459fb..000000000000 --- a/net-print/LPRng/files/digest-LPRng-3.7.9-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 c29c043ef0d999801cd9f328757b7fba LPRng-3.7.9.tgz 3014656 diff --git a/net-print/LPRng/files/lprng.rc5 b/net-print/LPRng/files/lprng.rc5 deleted file mode 100644 index 14ee6caa409b..000000000000 --- a/net-print/LPRng/files/lprng.rc5 +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -#RCUPDATE:3 4:75: - -LPD_PATH="/usr/sbin/lpd" -INSTALL="/bin/install -c" -LPD_PERMS_PATH="/etc/lprng/lpd.perms" -LPD_CONF_PATH="/etc/lprng/lpd.conf" -PRINTCAP_PATH="/etc/lprng/printcap" -SYSCONFDIR=/etc/lprng -SBINDIR=/usr/sbin -FILTER_DIR=/usr/libexec/filters -LOCKFILE="/var/run/lpd" -PSHOWALL="-ax" -VERSION=3.6.19 -# -# -- START -- -# $Id: lprng.rc5,v 1.1 2001/10/04 23:22:54 woodchip Exp $ -# -# lpd This shell script takes care of starting and stopping -# lpd (printer daemon). -# Taken from the RedHat Linux 6.2 distribution for the lpd startup -# modified to make things a little more robust -# -# chkconfig: 2345 60 60 -# description: lpd is the print daemon required for lpr to work properly. \ -# It is basically a server that arbitrates print jobs to printer(s). -# processname: lpd -# config: /etc/printcap - -# Source function library. - -. /etc/rc.d/config/functions - - -[ -f "${LPD_PATH}" ] || exit 0 -[ -f /etc/printcap ] || exit 0 - -RETVAL=0 -SERVICE=lpd -opts="start stop restart status" - -# See how we were called. - -function start() { - # Start daemons. - ebegin "Starting lpd: " - start-stop-daemon --start --quiet --exec ${LPD_PATH} - eend $? "Started $SERVICE." "Error Starting $SERVICE" -} -function stop() { - - # Stop daemons. - ebegin "Shutting down lpd: " - start-stop-daemon --stop --quiet --pidfile ${LOCKFILE} --exec ${LPD_PATH} - eend $? "Stopped $SERVICE." "Error Stopping $SERVICE." -} - -function restart() { - - stop - start -} - -function status() { - - lpc lpd - -} - -doservice ${@} - |