diff options
author | 2003-03-07 09:05:15 +0000 | |
---|---|---|
committer | 2003-03-07 09:05:15 +0000 | |
commit | b9c1c1ba583750e1381b2a4031c56f114dc72ec7 (patch) | |
tree | 2ebd7fe21ef05c76232caf3a49a59e8447cb3010 /net-misc/tulip-devel | |
parent | masking flaky rxvt (diff) | |
download | historical-b9c1c1ba583750e1381b2a4031c56f114dc72ec7.tar.gz historical-b9c1c1ba583750e1381b2a4031c56f114dc72ec7.tar.bz2 historical-b9c1c1ba583750e1381b2a4031c56f114dc72ec7.zip |
initial version.
Diffstat (limited to 'net-misc/tulip-devel')
-rw-r--r-- | net-misc/tulip-devel/ChangeLog | 20 | ||||
-rw-r--r-- | net-misc/tulip-devel/files/digest-tulip-devel-1.1.8-r1 | 1 | ||||
-rw-r--r-- | net-misc/tulip-devel/files/tulip-devel-1.1.8-r1-gentoo.patch | 28 | ||||
-rw-r--r-- | net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild | 43 |
4 files changed, 92 insertions, 0 deletions
diff --git a/net-misc/tulip-devel/ChangeLog b/net-misc/tulip-devel/ChangeLog new file mode 100644 index 000000000000..5c2c6963db6b --- /dev/null +++ b/net-misc/tulip-devel/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for net-misc/tulip-devel +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.1 2003/03/07 09:05:15 rajiv Exp $ + +*tulip-devel-1.1.8-r1 (07 Mar 2003) + + 07 Mar 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> + tulip-devel-1.1.8-r1.ebuild, files/tulip-devel-1.1.8-r1-gentoo.patch: + Changed ebuild name to tulip-devel to be more clear about what the user + might be installing. The module is now intstalled next to the standard tulip + module in /lib/modules/<kernel version>/kernel/drivers/net/tulip/. However, + this ebuild installs the module as tulip-devel.o. Added a warning with + instructions on what to do upon kernel change. This module is tainted. See + <http://www.tux.org/lkml/#export-tainted> for more information. + +*tulip-1.1.8 (07 Mar 2003) + + 07 Mar 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> + tulip-1.1.8.ebuild, files/tulip-1.1.8-gentoo.patch: + Initial ebuild. Never released. diff --git a/net-misc/tulip-devel/files/digest-tulip-devel-1.1.8-r1 b/net-misc/tulip-devel/files/digest-tulip-devel-1.1.8-r1 new file mode 100644 index 000000000000..b3e5bf689430 --- /dev/null +++ b/net-misc/tulip-devel/files/digest-tulip-devel-1.1.8-r1 @@ -0,0 +1 @@ +MD5 fbcc124199f86b4838b9f86e6d94a80b tulip-1.1.8.tar.gz 83179 diff --git a/net-misc/tulip-devel/files/tulip-devel-1.1.8-r1-gentoo.patch b/net-misc/tulip-devel/files/tulip-devel-1.1.8-r1-gentoo.patch new file mode 100644 index 000000000000..0ec4234ed6e9 --- /dev/null +++ b/net-misc/tulip-devel/files/tulip-devel-1.1.8-r1-gentoo.patch @@ -0,0 +1,28 @@ +--- Makefile 2001-05-12 01:38:23.000000000 -0400 ++++ Makefile-gentoo 2003-03-06 23:35:21.000000000 -0500 +@@ -23,13 +23,6 @@ + + + # +-# Choose only i386, i486, i586, or i686 here. And your gcc compiler +-# may not support i586 or i686, so make sure... +-# +- +-CPUFLAGS= -march=i686 +- +-# + # It is always recommended to use CONFIG_MODVERSIONS where possible. + # If you do not use CONFIG_MODVERSIONS, comment out the line below. + # +@@ -42,10 +35,9 @@ + CC= gcc + + CFLAGS= \ +- -D__KERNEL__ -I$(KINCLUDES) $(CPUFLAGS) \ ++ -D__KERNEL__ -I$(KINCLUDES) \ + -Wall -Wstrict-prototypes \ + -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe \ +- -mpreferred-stack-boundary=2 \ + -DMODULE $(MODVERSIONS) + + OBJS= 21142.o eeprom.o interrupt.o media.o \ 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 new file mode 100644 index 000000000000..2de744684f0f --- /dev/null +++ b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/03/07 09:05:15 rajiv Exp $ + +DESCRIPTION="Development version of the kernel driver for the Digital/Intel 21x4x ("Tulip") series of ethernet chips." +MY_PN="tulip" +MY_P=${MY_PN}-${PV} +HOMEPAGE="http://sourceforge.net/projects/${MY_PN}/" +SRC_URI="http://download.sourceforge.net/${MY_PN}/${MY_P}.tar.gz + mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc" + +IUSE="" +DEPEND=">=virtual/kernel-2.3.50" + +S=${WORKDIR}/${MY_P}/src + +src_unpack() { + unpack ${A} + cd ${S} + patch < ${FILESDIR}/${P}-${PR}-gentoo.patch +} + +src_compile() { + make || die +} + +src_install() { + check_KV + insinto /lib/modules/$KV/kernel/drivers/net/tulip + newins tulip.o tulip-devel.o + dodoc ChangeLog + + echo + einfo "The development version of the tulip module has been installed" + einfo "as /lib/modules/$KV/kernel/drivers/net/tulip/tulip-devel.o." + einfo "If you upgrade or downgrade your kernel, you will need to" + einfo "remerge this ebuild by typing 'emerge ${PN}'." + echo +} |