diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-24 12:08:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-24 12:08:53 +0000 |
commit | 16e0bdc63c342129ab34047be2ce1ec2459b7241 (patch) | |
tree | 5540ce455a6dd95b7239683ebfd5bd725fb88bd3 /games-server/nwn-ded | |
parent | fixing fvwm-menu-xlock (Manifest recommit) (diff) | |
download | gentoo-2-16e0bdc63c342129ab34047be2ce1ec2459b7241.tar.gz gentoo-2-16e0bdc63c342129ab34047be2ce1ec2459b7241.tar.bz2 gentoo-2-16e0bdc63c342129ab34047be2ce1ec2459b7241.zip |
Added app-arch/unzip to DEPEND and closing bug #51779.
Diffstat (limited to 'games-server/nwn-ded')
-rw-r--r-- | games-server/nwn-ded/ChangeLog | 8 | ||||
-rw-r--r-- | games-server/nwn-ded/nwn-ded-1.30.ebuild | 3 | ||||
-rw-r--r-- | games-server/nwn-ded/nwn-ded-1.61.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-server/nwn-ded/ChangeLog b/games-server/nwn-ded/ChangeLog index f5cd07e9f841..e304c4314c60 100644 --- a/games-server/nwn-ded/ChangeLog +++ b/games-server/nwn-ded/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/nwn-ded -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/ChangeLog,v 1.3 2004/01/29 08:53:40 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/ChangeLog,v 1.4 2004/05/24 12:08:53 wolf31o2 Exp $ + + 24 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> nwn-ded-1.30.ebuild, + nwn-ded-1.61.ebuild: + Added app-arch/unzip to DEPEND and closing bug #51779. *nwn-ded-1.61 (29 Jan 2004) diff --git a/games-server/nwn-ded/nwn-ded-1.30.ebuild b/games-server/nwn-ded/nwn-ded-1.30.ebuild index cea7832cd4fa..299123a3f676 100644 --- a/games-server/nwn-ded/nwn-ded-1.30.ebuild +++ b/games-server/nwn-ded/nwn-ded-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.30.ebuild,v 1.2 2004/01/29 08:53:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.30.ebuild,v 1.3 2004/05/24 12:08:53 wolf31o2 Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="http://nwdownloads.bioware.com/neverwinternights/standaloneserver/NWNDe LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* x86" +DEPEND="app-arch/unzip" S=${WORKDIR} diff --git a/games-server/nwn-ded/nwn-ded-1.61.ebuild b/games-server/nwn-ded/nwn-ded-1.61.ebuild index 523328a308f3..26cbb3fc6199 100644 --- a/games-server/nwn-ded/nwn-ded-1.61.ebuild +++ b/games-server/nwn-ded/nwn-ded-1.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.61.ebuild,v 1.1 2004/01/29 08:53:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.61.ebuild,v 1.2 2004/05/24 12:08:53 wolf31o2 Exp $ inherit games @@ -12,6 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* x86" RESTRICT="nomirror" +DEPEND="app-arch/unzip" S=${WORKDIR} |