diff options
author | 2004-10-01 23:40:55 +0000 | |
---|---|---|
committer | 2004-10-01 23:40:55 +0000 | |
commit | 444fecb9c9a638221ae0f3b33326577639707150 (patch) | |
tree | 1dff1a989a027dcfec37544aeee70f558d71b100 /net-misc/tulip-devel | |
parent | fixing -lsdp bug (diff) | |
download | historical-444fecb9c9a638221ae0f3b33326577639707150.tar.gz historical-444fecb9c9a638221ae0f3b33326577639707150.tar.bz2 historical-444fecb9c9a638221ae0f3b33326577639707150.zip |
hooray for epatch!
Diffstat (limited to 'net-misc/tulip-devel')
-rw-r--r-- | net-misc/tulip-devel/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
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() { |