summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-12-09 23:18:12 +0000
committerAlin Năstac <mrness@gentoo.org>2008-12-09 23:18:12 +0000
commit58c7bc412de3e9f9ae7cf4d8ab328e232d50e1fb (patch)
tree0c6936ccf8ef019e7151c3103ddfd255654b9a9b /net-dialup/mgetty
parentPut -r0 back to EAPI=1 and do the change to EAPI=2 in revbump, for faster sta... (diff)
downloadgentoo-2-58c7bc412de3e9f9ae7cf4d8ab328e232d50e1fb.tar.gz
gentoo-2-58c7bc412de3e9f9ae7cf4d8ab328e232d50e1fb.tar.bz2
gentoo-2-58c7bc412de3e9f9ae7cf4d8ab328e232d50e1fb.zip
Fix tmpfile patch.
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r--net-dialup/mgetty/ChangeLog9
-rw-r--r--net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch11
-rw-r--r--net-dialup/mgetty/mgetty-1.1.36-r3.ebuild (renamed from net-dialup/mgetty/mgetty-1.1.36-r2.ebuild)2
3 files changed, 15 insertions, 7 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog
index a0f24a3bc2c7..e2c8f7d04600 100644
--- a/net-dialup/mgetty/ChangeLog
+++ b/net-dialup/mgetty/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dialup/mgetty
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.94 2008/11/18 22:28:30 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.95 2008/12/09 23:18:11 mrness Exp $
+
+*mgetty-1.1.36-r3 (09 Dec 2008)
+
+ 09 Dec 2008; Alin Năstac <mrness@gentoo.org>
+ files/mgetty-1.1.36-tmpfile.patch, -mgetty-1.1.36-r2.ebuild,
+ +mgetty-1.1.36-r3.ebuild:
+ Fix tmpfile patch.
18 Nov 2008; Alin Năstac <mrness@gentoo.org> -mgetty-1.1.36-r1.ebuild:
Remove obsolete revision.
diff --git a/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch b/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch
index e8f5c7e245f9..68f6f58868d7 100644
--- a/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch
+++ b/net-dialup/mgetty/files/mgetty-1.1.36-tmpfile.patch
@@ -1,7 +1,7 @@
diff -Nru mgetty-1.1.36.orig/fax/faxspool.in mgetty-1.1.36/fax/faxspool.in
---- mgetty-1.1.36.orig/fax/faxspool.in 2008-08-31 13:06:48.000000000 +0000
-+++ mgetty-1.1.36/fax/faxspool.in 2008-09-07 09:44:01.000000000 +0000
-@@ -675,9 +675,7 @@
+--- mgetty-1.1.36.orig/fax/faxspool.in 2008-12-09 23:12:31.000000000 +0000
++++ mgetty-1.1.36/fax/faxspool.in 2008-12-09 23:13:28.000000000 +0000
+@@ -675,9 +675,8 @@
if [ x$file = x- ]
then
$echo "spooling $file (stdin)..."
@@ -9,10 +9,11 @@ diff -Nru mgetty-1.1.36.orig/fax/faxspool.in mgetty-1.1.36/fax/faxspool.in
- cat - >/tmp/faxsp.$$
- file=/tmp/faxsp.$$
+ file=$spooldir/faxsp
++ cat - > $file
else
$echo "spooling $file..."
fi
-@@ -924,7 +922,7 @@
+@@ -924,7 +923,7 @@
then
$echo "\nnothing to do (no cover page, no data)." >&2
cd $FAX_SPOOL_OUT
@@ -21,7 +22,7 @@ diff -Nru mgetty-1.1.36.orig/fax/faxspool.in mgetty-1.1.36/fax/faxspool.in
exit 52
fi
-@@ -965,7 +963,7 @@
+@@ -965,7 +964,7 @@
# clean up
rm $job.q
cd ..
diff --git a/net-dialup/mgetty/mgetty-1.1.36-r2.ebuild b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild
index 6ee213318250..5050e3fd3f2e 100644
--- a/net-dialup/mgetty/mgetty-1.1.36-r2.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r2.ebuild,v 1.5 2008/09/19 18:47:17 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.1 2008/12/09 23:18:11 mrness Exp $
inherit toolchain-funcs flag-o-matic eutils