Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 180446
Collapse All | Expand All

(-)/usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.9755-r1.ebuild (-4 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.9755-r1.ebuild,v 1.1 2007/03/13 22:40:40 eradicator Exp $
3
4
# mods: the filename,
5
# RESTRICT+="nomirror"
6
# x86 package ends in pkg1.run instead of pkg2.run
4
7
5
inherit eutils multilib versionator linux-mod flag-o-matic
8
inherit eutils multilib versionator linux-mod flag-o-matic
6
9
Lines 11-17 Link Here
11
14
12
DESCRIPTION="NVIDIA X11 driver and GLX libraries"
15
DESCRIPTION="NVIDIA X11 driver and GLX libraries"
13
HOMEPAGE="http://www.nvidia.com/"
16
HOMEPAGE="http://www.nvidia.com/"
14
SRC_URI="x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/${NV_V}/${X86_NV_PACKAGE}-pkg0.run )
17
SRC_URI="x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/${NV_V}/${X86_NV_PACKAGE}-pkg1.run )
15
	 amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/${NV_V}/${AMD64_NV_PACKAGE}-pkg2.run )
18
	 amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/${NV_V}/${AMD64_NV_PACKAGE}-pkg2.run )
16
	 x86-fbsd? ( http://us.download.nvidia.com/freebsd/${NV_V}/${X86_FBSD_NV_PACKAGE}.tar.gz )"
19
	 x86-fbsd? ( http://us.download.nvidia.com/freebsd/${NV_V}/${X86_FBSD_NV_PACKAGE}.tar.gz )"
17
20
Lines 19-25 Link Here
19
SLOT="0"
22
SLOT="0"
20
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
23
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
21
IUSE=""
24
IUSE=""
22
RESTRICT="strip multilib-pkg-force"
25
RESTRICT="strip multilib-pkg-force nomirror"
23
26
24
DEPEND="kernel_linux? ( virtual/linux-sources )"
27
DEPEND="kernel_linux? ( virtual/linux-sources )"
25
RDEPEND="kernel_linux? ( virtual/modutils )
28
RDEPEND="kernel_linux? ( virtual/modutils )
Lines 81-87 Link Here
81
export _POSIX2_VERSION="199209"
84
export _POSIX2_VERSION="199209"
82
85
83
if use x86; then
86
if use x86; then
84
	PKG_V="-pkg0"
87
	PKG_V="-pkg1"
85
	NV_PACKAGE="${X86_NV_PACKAGE}"
88
	NV_PACKAGE="${X86_NV_PACKAGE}"
86
elif use amd64; then
89
elif use amd64; then
87
	PKG_V="-pkg2"
90
	PKG_V="-pkg2"

Return to bug 180446