summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-30 04:22:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-30 04:22:09 +0000
commite13bdfdea3f9008253c3413d38cff4a458ab3b9f (patch)
treed4a2d3092240e6f133b1b925b367421053f3328c /games-rpg
parentVersion bumped. (diff)
downloadhistorical-e13bdfdea3f9008253c3413d38cff4a458ab3b9f.tar.gz
historical-e13bdfdea3f9008253c3413d38cff4a458ab3b9f.tar.bz2
historical-e13bdfdea3f9008253c3413d38cff4a458ab3b9f.zip
nocd doesnt actually work
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/nwn/Manifest12
-rw-r--r--games-rpg/nwn/nwn-1.65-r1.ebuild16
2 files changed, 9 insertions, 19 deletions
diff --git a/games-rpg/nwn/Manifest b/games-rpg/nwn/Manifest
index 5f0ebe4aa784..5d523580467f 100644
--- a/games-rpg/nwn/Manifest
+++ b/games-rpg/nwn/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 9448780a4ace687e8f47351c2bd8aea0 ChangeLog 4210
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 c7739bd0bb37e2c7d9eebfb11f8377f2 nwn-1.65-r1.ebuild 3654
+MD5 1f282fd28e66f543249345f0b877db63 nwn-1.65-r1.ebuild 3663
MD5 d05b3b73edd2b4beadbce95837e2ab20 files/nwn.png 4296
MD5 3eddaf5e88a92951762058756003c855 files/nwn 44
MD5 3952e8e76ebdde92fe0bf84facaaea38 files/digest-nwn-1.65-r1 892
MD5 63ee32535dec4f3743d16f8fe03689c9 files/nwn-1.65-fixinstall 2300
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB2LKgroRuSHgZdywRAjAqAJ9JXcfg7pkHS2q0pl2WdjDi+GZ3lgCeOhfX
-IN/DpoLSTn2hFk1O9Gj6k7s=
-=71Hn
------END PGP SIGNATURE-----
diff --git a/games-rpg/nwn/nwn-1.65-r1.ebuild b/games-rpg/nwn/nwn-1.65-r1.ebuild
index ccf4f944bfe5..ccebaa87d7e7 100644
--- a/games-rpg/nwn/nwn-1.65-r1.ebuild
+++ b/games-rpg/nwn/nwn-1.65-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.65-r1.ebuild,v 1.1 2005/01/03 02:48:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.65-r1.ebuild,v 1.2 2005/01/30 04:22:09 vapier Exp $
inherit games eutils
@@ -23,7 +23,7 @@ SRC_URI="http://nwdownloads.bioware.com/neverwinternights/linux/129/nwclient129.
LICENSE="NWN-EULA"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="nowin nocd"
+IUSE="nowin" # nocd"
RESTRICT="nostrip nomirror"
RDEPEND="virtual/x11
@@ -34,12 +34,12 @@ RDEPEND="virtual/x11
S="${WORKDIR}/nwn"
pkg_setup() {
- use nocd && \
- cdrom_get_cds \
- Data_Shared.zip \
- disk2.zip \
- disk3.zip \
- disk4.zip
+# use nocd && \
+# cdrom_get_cds \
+# Data_Shared.zip \
+# disk2.zip \
+# disk3.zip \
+# disk4.zip
games_pkg_setup
}