summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-10-01 23:16:23 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-10-01 23:16:23 +0000
commit0361764de2854ab8e9b70eeb7687a64d1ea7274a (patch)
treefda551fcf8495e672f6d6edc5716312ac80cb32e /net-misc
parentForgot, 2.6.8.1 needs the 1.7 revision of the cobalt patches, not 1.4. (diff)
downloadhistorical-0361764de2854ab8e9b70eeb7687a64d1ea7274a.tar.gz
historical-0361764de2854ab8e9b70eeb7687a64d1ea7274a.tar.bz2
historical-0361764de2854ab8e9b70eeb7687a64d1ea7274a.zip
hooray for epatch!
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/freenet6/ChangeLog5
-rw-r--r--net-misc/freenet6/freenet6-0.9.7.ebuild6
-rw-r--r--net-misc/gtm/ChangeLog5
-rw-r--r--net-misc/gtm/gtm-0.4.11-r2.ebuild6
-rw-r--r--net-misc/ipx-utils/ChangeLog5
-rw-r--r--net-misc/ipx-utils/ipx-utils-1.1.ebuild6
6 files changed, 24 insertions, 9 deletions
diff --git a/net-misc/freenet6/ChangeLog b/net-misc/freenet6/ChangeLog
index 1fd1f860ee36..a70623cc7bea 100644
--- a/net-misc/freenet6/ChangeLog
+++ b/net-misc/freenet6/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/freenet6
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/freenet6/ChangeLog,v 1.6 2004/06/24 23:44:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/freenet6/ChangeLog,v 1.7 2004/10/01 23:12:39 pyrania Exp $
+
+ 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> freenet6-0.9.7.ebuild:
+ hooray for epatch!
07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> freenet6-1.0.0.ebuild:
Stable on alpha.
diff --git a/net-misc/freenet6/freenet6-0.9.7.ebuild b/net-misc/freenet6/freenet6-0.9.7.ebuild
index a757aa32ff34..ef82d4085e11 100644
--- a/net-misc/freenet6/freenet6-0.9.7.ebuild
+++ b/net-misc/freenet6/freenet6-0.9.7.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/freenet6/freenet6-0.9.7.ebuild,v 1.6 2004/07/15 02:49:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/freenet6/freenet6-0.9.7.ebuild,v 1.7 2004/10/01 23:12:39 pyrania Exp $
+
+inherit eutils
DESCRIPTION="Client to configure an IPv6 tunnel to freenet6"
HOMEPAGE="http://www.freenet6.net/"
@@ -16,7 +18,7 @@ DEPEND=""
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 < ${FILESDIR}/freenet6-0.9.2.diff || die "Failed to patch"
+ epatch ${FILESDIR}/freenet6-0.9.2.diff || die "Failed to epatch"
mv -f src/Makefile ${T}
sed "s:gcc -g -I\$(INC) -Wall:${CC} -I\$(INC) ${CFLAGS}:" \
diff --git a/net-misc/gtm/ChangeLog b/net-misc/gtm/ChangeLog
index e5273cafea26..685897d3a372 100644
--- a/net-misc/gtm/ChangeLog
+++ b/net-misc/gtm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/gtm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gtm/ChangeLog,v 1.10 2004/07/01 21:05:46 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gtm/ChangeLog,v 1.11 2004/10/01 23:14:54 pyrania Exp $
+
+ 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> gtm-0.4.11-r2.ebuild:
+ hooray for epatch!
01 Jul 2004; Jon Hood <squinky86@gentoo.org> gtm-0.4.11-r2.ebuild,
gtm-0.4.11.ebuild:
diff --git a/net-misc/gtm/gtm-0.4.11-r2.ebuild b/net-misc/gtm/gtm-0.4.11-r2.ebuild
index e01be6bdd55e..3fd2a104bfe5 100644
--- a/net-misc/gtm/gtm-0.4.11-r2.ebuild
+++ b/net-misc/gtm/gtm-0.4.11-r2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gtm/gtm-0.4.11-r2.ebuild,v 1.13 2004/08/22 04:42:19 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gtm/gtm-0.4.11-r2.ebuild,v 1.14 2004/10/01 23:14:54 pyrania Exp $
+
+inherit eutils
IUSE="ssl nls gnome"
@@ -40,7 +42,7 @@ src_unpack() {
>${S}/doc/${lang}/Makefile.in
done
- patch -p0 < ${FILESDIR}/wget-log.c.patch
+ epatch ${FILESDIR}/wget-log.c.patch || die "epatch failed."
}
src_compile() {
diff --git a/net-misc/ipx-utils/ChangeLog b/net-misc/ipx-utils/ChangeLog
index 1f442f9bfefa..ea9ea14a2bdb 100644
--- a/net-misc/ipx-utils/ChangeLog
+++ b/net-misc/ipx-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/ipx-utils
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.8 2004/07/01 21:20:31 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.9 2004/10/01 23:16:23 pyrania Exp $
+
+ 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> ipx-utils-1.1.ebuild:
+ hooray for epatch!
01 Jul 2004; Jon Hood <squinky86@gentoo.org> ipx-utils-1.1.ebuild:
change virtual/glibc to virtual/libc
diff --git a/net-misc/ipx-utils/ipx-utils-1.1.ebuild b/net-misc/ipx-utils/ipx-utils-1.1.ebuild
index 65523dc79a28..1943308c3373 100644
--- a/net-misc/ipx-utils/ipx-utils-1.1.ebuild
+++ b/net-misc/ipx-utils/ipx-utils-1.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1.ebuild,v 1.10 2004/07/22 22:27:49 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1.ebuild,v 1.11 2004/10/01 23:16:23 pyrania Exp $
+
+inherit eutils
S=${WORKDIR}/${P/-utils}
IUSE=""
@@ -24,7 +26,7 @@ src_unpack() {
Makefile.orig > Makefile
# Fix install locations
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
+ epatch ${FILESDIR}/${P}-gentoo.diff || die "epatch failed."
}
src_compile() {