diff options
author | Chuck Short <zul@gentoo.org> | 2003-09-26 02:15:46 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-09-26 02:15:46 +0000 |
commit | 8f8a806e62852c580a7f5b5c30b72b3988a6933c (patch) | |
tree | 1c46c9465f939bd280ea9e542c34c1b96e2294a7 /net-misc | |
parent | Version bump (diff) | |
download | historical-8f8a806e62852c580a7f5b5c30b72b3988a6933c.tar.gz historical-8f8a806e62852c580a7f5b5c30b72b3988a6933c.tar.bz2 historical-8f8a806e62852c580a7f5b5c30b72b3988a6933c.zip |
Version bump
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/taylor-uucp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 | 1 | ||||
-rw-r--r-- | net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch | 110 | ||||
-rw-r--r-- | net-misc/taylor-uucp/taylor-uucp-1.07.ebuild | 43 |
4 files changed, 156 insertions, 2 deletions
diff --git a/net-misc/taylor-uucp/Manifest b/net-misc/taylor-uucp/Manifest index fa8c80769e68..eac670c1ef5e 100644 --- a/net-misc/taylor-uucp/Manifest +++ b/net-misc/taylor-uucp/Manifest @@ -1,6 +1,6 @@ MD5 c757f7cd6948fea79208506730b064da taylor-uucp-1.06.2.ebuild 1113 -MD5 ae3aca674a4a51295ad257e5c4e6e990 taylor-uucp-1.07.ebuild 1110 -MD5 4ea8309e30d2856c80638012dba85366 ChangeLog 1181 +MD5 16875dcd59b5927c9628a95cf308f0df taylor-uucp-1.07.ebuild 1102 +MD5 65841b786181b91ba331815634018498 ChangeLog 1326 MD5 ece1220b2ccfc902946f5c929dc2f3c9 files/uucp-patch.diff 2107 MD5 1f8d7465513c16952a3d0a57caccbc6c files/gentoo-uucp-1.07.patch 4835 MD5 0b3506193c11dfcee3c0db510974019a files/gentoo-uucp.diff 5284 diff --git a/net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 b/net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 new file mode 100644 index 000000000000..123ed4fc88ac --- /dev/null +++ b/net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 @@ -0,0 +1 @@ +MD5 64c54d43787339a7cced48390eb3e1d0 uucp-1.07.tar.gz 1013234 diff --git a/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch b/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch new file mode 100644 index 000000000000..897c13311c73 --- /dev/null +++ b/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch @@ -0,0 +1,110 @@ +diff -Naur uucp-1.07.old/policy.h uucp-1.07/policy.h +--- uucp-1.07.old/policy.h 2003-05-29 06:08:45.000000000 +0000 ++++ uucp-1.07/policy.h 2003-09-14 17:09:13.000000000 +0000 +@@ -303,7 +303,7 @@ + /* #define LOCKDIR "/usr/spool/uucp/LCK" */ + /* #define LOCKDIR "/var/spool/lock" */ + /* #define LOCKDIR "/var/lock" */ +- ++#define LOCKDIR "/var/log/subsys" + /* You must also specify the format of the lock files by setting + exactly one of the following macros to 1. Check an existing lock + file to decide which of these choices is more appropriate. +@@ -572,16 +572,16 @@ + /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is + set to 1, this may be overridden by the ``spool'' command in the + configuration file. */ +-#define SPOOLDIR "/usr/spool/uucp" +-/* #define SPOOLDIR "/var/spool/uucp" */ ++/*#define SPOOLDIR "/usr/spool/uucp" */ ++ #define SPOOLDIR "/var/spool/uucp" + + /* The name of the default public directory. If HAVE_TAYLOR_CONFIG is + set to 1, this may be overridden by the ``pubdir'' command in the + configuration file. Also, a particular system may be given a + specific public directory by using the ``pubdir'' command in the + system file. */ +-#define PUBDIR "/usr/spool/uucppublic" +-/* #define PUBDIR "/var/spool/uucppublic" */ ++/*#define PUBDIR "/usr/spool/uucppublic" */ ++ #define PUBDIR "/var/spool/uucppublic" + + /* The default command path. This is a space separated list of + directories. Remote command executions requested by uux are looked +@@ -644,23 +644,23 @@ + /* The default log file when using HAVE_TAYLOR_LOGGING. When using + HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile'' + command in the configuration file. */ +-#define LOGFILE "/usr/spool/uucp/Log" ++/*#define LOGFILE "/usr/spool/uucp/Log" */ + /* #define LOGFILE "/var/spool/uucp/Log" */ +-/* #define LOGFILE "/var/log/uucp/Log" */ ++ #define LOGFILE "/var/log/uucp/Log" + + /* The default statistics file when using HAVE_TAYLOR_LOGGING. When + using HAVE_TAYLOR_CONFIG, this may be overridden by the + ``statfile'' command in the configuration file. */ +-#define STATFILE "/usr/spool/uucp/Stats" ++/*#define STATFILE "/usr/spool/uucp/Stats" */ + /* #define STATFILE "/var/spool/uucp/Stats" */ +-/* #define STATFILE "/var/log/uucp/Stats" */ ++ #define STATFILE "/var/log/uucp/Stats" + + /* The default debugging file when using HAVE_TAYLOR_LOGGING. When + using HAVE_TAYLOR_CONFIG, this may be overridden by the + ``debugfile'' command in the configuration file. */ +-#define DEBUGFILE "/usr/spool/uucp/Debug" ++/*#define DEBUGFILE "/usr/spool/uucp/Debug" */ + /* #define DEBUGFILE "/var/spool/uucp/Debug" */ +-/* #define DEBUGFILE "/var/log/uucp/Debug" */ ++#define DEBUGFILE "/var/log/uucp/Debug" + + #endif /* HAVE_TAYLOR_LOGGING */ + +@@ -669,17 +669,20 @@ + /* The default log file when using HAVE_V2_LOGGING. When using + HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile'' + command in the configuration file. */ +-#define LOGFILE "/usr/spool/uucp/LOGFILE" ++/*#define LOGFILE "/usr/spool/uucp/LOGFILE" */ ++#define LOGFILE "/var/log/uucp/LOGFILE" + + /* The default statistics file when using HAVE_V2_LOGGING. When using + HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile'' + command in the configuration file. */ +-#define STATFILE "/usr/spool/uucp/SYSLOG" ++/*#define STATFILE "/usr/spool/uucp/SYSLOG" */ ++#define STATFILE "/var/log/uucp/SYSLOG" + + /* The default debugging file when using HAVE_V2_LOGGING. When using + HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile'' + command in the configuration file. */ +-#define DEBUGFILE "/usr/spool/uucp/DEBUG" ++/*#define DEBUGFILE "/usr/spool/uucp/DEBUG" */ ++#define DEBUGFILE "/var/log/uucp/DEBUG" + + #endif /* HAVE_V2_LOGGING */ + +@@ -692,16 +695,19 @@ + be replaced by the system name (if there is no appropriate system, + "ANY" will be used). No other '%' character may appear in the + string. */ +-#define LOGFILE "/usr/spool/uucp/.Log/%s/%s" ++/*#define LOGFILE "/usr/spool/uucp/.Log/%s/%s" */ ++#define LOGFILE "/var/log/uucp/.Log/%s/%s" + + /* The default statistics file when using HAVE_HDB_LOGGING. When using + HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile'' + command in the configuration file. */ +-#define STATFILE "/usr/spool/uucp/.Admin/xferstats" ++/*#define STATFILE "/usr/spool/uucp/.Admin/xferstats" */ ++#define STATFILE "/var/log/uucp/.Admin/xferstats" + + /* The default debugging file when using HAVE_HDB_LOGGING. When using + HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile'' + command in the configuration file. */ +-#define DEBUGFILE "/usr/spool/uucp/.Admin/audit.local" ++/*#define DEBUGFILE "/usr/spool/uucp/.Admin/audit.local" */ ++#define DEBUGFILE "/var/log/uucp/.Admin/audit.local" + + #endif /* HAVE_HDB_LOGGING */ diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild new file mode 100644 index 000000000000..9247eac1b2e1 --- /dev/null +++ b/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild,v 1.1 2003/09/26 02:15:34 zul Exp $ + +S=${WORKDIR}/uucp-1.07 # This should be a .2 bug the package is messed +DESCRIPTION="Taylor UUCP" +SRC_URI="ftp://ftp.gnu.org/pub/gnu/uucp/uucp-${PV}.tar.gz" +HOMEPAGE="http://www.airs.com/ian/uucp.html" + +KEYWORDS="~x86 ~sparc " +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/glibc" + +src_compile() { + epatch ${FILESDIR}/gentoo-uucp-${PV}.patch + sh configure make || die +} + +src_install() { + dodir /usr/share/man/man1 + dodir /usr/share/man/man8 + dodir /usr/share/info + dodir /etc/uucp + dodir /usr/bin + dodir /usr/sbin + make \ + prefix=${D}/usr \ + sbindir=${D}/usr/sbin \ + bindir=${D}/usr/bin \ + man1dir=${D}/usr/share/man/man1 \ + man8dir=${D}/usr/share/man/man8 \ + newconfigdir=${D}/etc/uucp \ + infodir=${D}/usr/share/info \ + install install-info || die + cp sample/* ${D}/etc/uucp + dodoc COPYING ChangeLog NEWS README TODO +} + +pkg_preinst() { + usermod -s /bin/bash uucp +} |