diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-03-23 08:46:38 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-03-23 08:46:38 +0000 |
commit | 84422f131a7ede8e44e988c009350b2659158f47 (patch) | |
tree | 8663e892f178e8f7cf2acdcb667495718c7fbace /net-misc/taylor-uucp | |
parent | stable x86, security bug 167643 (diff) | |
download | gentoo-2-84422f131a7ede8e44e988c009350b2659158f47.tar.gz gentoo-2-84422f131a7ede8e44e988c009350b2659158f47.tar.bz2 gentoo-2-84422f131a7ede8e44e988c009350b2659158f47.zip |
Remove old revision.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/taylor-uucp')
-rw-r--r-- | net-misc/taylor-uucp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 | 3 | ||||
-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 | 55 |
4 files changed, 5 insertions, 169 deletions
diff --git a/net-misc/taylor-uucp/ChangeLog b/net-misc/taylor-uucp/ChangeLog index 4a8377cec20d..6c43f456eae2 100644 --- a/net-misc/taylor-uucp/ChangeLog +++ b/net-misc/taylor-uucp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/taylor-uucp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.29 2007/01/31 00:34:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.30 2007/03/23 08:46:38 mrness Exp $ + + 23 Mar 2007; Alin Năstac <mrness@gentoo.org> + -files/gentoo-uucp-1.07.patch, -taylor-uucp-1.07.ebuild: + Remove old revision. 31 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> taylor-uucp-1.07-r1.ebuild: diff --git a/net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 b/net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 deleted file mode 100644 index ff9764c63cc1..000000000000 --- a/net-misc/taylor-uucp/files/digest-taylor-uucp-1.07 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 64c54d43787339a7cced48390eb3e1d0 uucp-1.07.tar.gz 1013234 -RMD160 e265ecd08245dd2510db20430a7a0e387ef4df51 uucp-1.07.tar.gz 1013234 -SHA256 060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c 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 deleted file mode 100644 index a4968a92719b..000000000000 --- a/net-misc/taylor-uucp/files/gentoo-uucp-1.07.patch +++ /dev/null @@ -1,110 +0,0 @@ -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/lock/uucp" - /* 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 deleted file mode 100644 index 9791540dc6ab..000000000000 --- a/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.15 2005/05/09 03:03:24 tester Exp $ - -inherit eutils - -S=${WORKDIR}/uucp-1.07 # This should be a .2 bug the package is messed -IUSE="" -DESCRIPTION="Taylor UUCP" -HOMEPAGE="http://www.airs.com/ian/uucp.html" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/uucp/uucp-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 ia64" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gentoo-uucp-${PV}.patch -} - -src_compile() { - econf --with-newconfigdir=/etc/uucp || die - make || die -} - -src_install() { - dodir /usr/share/man/man{1,8} - dodir /usr/share/info - dodir /etc/uucp - dodir /usr/bin /usr/sbin - dodir /var/log/uucp - dodir /var/lock/uucp - 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 ChangeLog NEWS README TODO - - chmod -R 775 ${D}/var/lock/uucp - chown -R root:uucp ${D}/var/lock/uucp -} - -pkg_preinst() { - usermod -s /bin/bash uucp -} |