diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-23 22:38:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-23 22:38:41 +0000 |
commit | 8354d349aba588ec7d56b9f2604dd9b0a5076679 (patch) | |
tree | 6137f12ec02d51630a27b3fda38d5ce21c2da722 /games-simulation | |
parent | keywording 5.8.4 x86 and sparc (diff) | |
download | historical-8354d349aba588ec7d56b9f2604dd9b0a5076679.tar.gz historical-8354d349aba588ec7d56b9f2604dd9b0a5076679.tar.bz2 historical-8354d349aba588ec7d56b9f2604dd9b0a5076679.zip |
need unzip if we're planning to unzip anything (bug #58036)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.3.3.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index e735de797813..c55a11783270 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.4 2004/07/17 19:31:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.5 2004/07/23 22:38:40 mr_bones_ Exp $ + + 23 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> openttd-0.3.3.ebuild: + need unzip if we're planning to unzip anything (bug #58036) *openttd-0.3.3 (17 Jul 2004) diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index df2e881f3300..995ad7997549 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -1,4 +1,4 @@ -MD5 7f5161ceed79bf4fd884f36c3a8e157d ChangeLog 864 +MD5 ac3a4a9eca1f358da67819febe72d622 ChangeLog 1008 MD5 7efefbbe81a05cbc5d4e96203f047fda metadata.xml 245 -MD5 55ada2a02cb87960dacc8ede385a6827 openttd-0.3.3.ebuild 2075 +MD5 ac8e0de952d1f54f2aedb4a073abc24b openttd-0.3.3.ebuild 2114 MD5 211d365a1cdda11aa6e5e2f7fb307579 files/digest-openttd-0.3.3 130 diff --git a/games-simulation/openttd/openttd-0.3.3.ebuild b/games-simulation/openttd/openttd-0.3.3.ebuild index 6142dbaad178..37a889de734b 100644 --- a/games-simulation/openttd/openttd-0.3.3.ebuild +++ b/games-simulation/openttd/openttd-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.3.ebuild,v 1.1 2004/07/17 19:31:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.3.ebuild,v 1.2 2004/07/23 22:38:41 mr_bones_ Exp $ inherit games @@ -20,6 +20,8 @@ DEPEND="virtual/libc zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} media-sound/timidity++" +DEPEND="${DEPEND} + app-arch/unzip" src_unpack() { unpack ${P}.tar.bz2 |