summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/netkit-talk/ChangeLog6
-rw-r--r--net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild4
-rw-r--r--net-misc/tulip-devel/ChangeLog6
-rw-r--r--net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild6
4 files changed, 16 insertions, 6 deletions
diff --git a/net-misc/netkit-talk/ChangeLog b/net-misc/netkit-talk/ChangeLog
index a9a53e34c4ea..a7ed832959a1 100644
--- a/net-misc/netkit-talk/ChangeLog
+++ b/net-misc/netkit-talk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/netkit-talk
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/ChangeLog,v 1.19 2004/09/05 17:12:14 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/ChangeLog,v 1.20 2004/10/01 23:36:42 pyrania Exp $
+
+ 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org>
+ netkit-talk-0.17-r4.ebuild:
+ hooray for epatch!
05 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> netkit-talk-0.17-r4.ebuild:
Added amd64 keyword, closing #58831.
diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild
index df5d9dc29ae8..92e852615b8d 100644
--- a/net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild
+++ b/net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild,v 1.11 2004/09/05 17:12:14 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/netkit-talk-0.17-r4.ebuild,v 1.12 2004/10/01 23:36:42 pyrania Exp $
inherit eutils
@@ -24,7 +24,7 @@ src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PF}-gentoo.diff
cd ${S}
- use ipv6 && patch -p1 < ${FILESDIR}/${P}-ipv6.diff
+ use ipv6 && epatch ${FILESDIR}/${P}-ipv6.diff
}
src_compile() {
diff --git a/net-misc/tulip-devel/ChangeLog b/net-misc/tulip-devel/ChangeLog
index 2ff992e26cca..ae6f8ff4084a 100644
--- a/net-misc/tulip-devel/ChangeLog
+++ b/net-misc/tulip-devel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tulip-devel
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.2 2004/06/25 00:16:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.3 2004/10/01 23:40:55 pyrania Exp $
+
+ 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org>
+ tulip-devel-1.1.8-r1.ebuild:
+ hooray for epatch!
*tulip-devel-1.1.8-r1 (07 Mar 2003)
diff --git a/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild
index 15bd51409688..f7e155cee244 100644
--- a/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild
+++ b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.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/tulip-devel/tulip-devel-1.1.8-r1.ebuild,v 1.2 2004/06/25 00:16:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild,v 1.3 2004/10/01 23:40:55 pyrania Exp $
+
+inherit eutils
DESCRIPTION="Development version of the kernel driver for the Digital/Intel 21x4x ("Tulip") series of ethernet chips."
MY_PN="tulip"
@@ -21,7 +23,7 @@ S=${WORKDIR}/${MY_P}/src
src_unpack() {
unpack ${A}
cd ${S}
- patch < ${FILESDIR}/${P}-${PR}-gentoo.patch
+ epatch ${FILESDIR}/${P}-${PR}-gentoo.patch || die "epatch failed."
}
src_compile() {