diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-02 14:25:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-02 14:25:02 +0000 |
commit | 56814ce37d3732a5f666ce62d2592da74801f591 (patch) | |
tree | cdf251013eeeea386873bbf994cc0fe9bc275869 /games-arcade | |
parent | Stable on x86. (diff) | |
download | historical-56814ce37d3732a5f666ce62d2592da74801f591.tar.gz historical-56814ce37d3732a5f666ce62d2592da74801f591.tar.bz2 historical-56814ce37d3732a5f666ce62d2592da74801f591.zip |
fix deps (bug #91133)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/penguin-command/Manifest | 6 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.9.ebuild | 11 |
3 files changed, 11 insertions, 12 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index 763f37a0a292..5cf4f11a424c 100644 --- a/games-arcade/penguin-command/ChangeLog +++ b/games-arcade/penguin-command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/penguin-command # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.11 2005/04/29 22:50:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.12 2005/05/02 14:25:02 mr_bones_ Exp $ + + 02 May 2005; Michael Sterrett <mr_bones_@gentoo.org> + penguin-command-1.6.9.ebuild: + fix deps (bug #91133) *penguin-command-1.6.9 (29 Apr 2005) diff --git a/games-arcade/penguin-command/Manifest b/games-arcade/penguin-command/Manifest index 63ebd6b421cc..98b56a8ba9e7 100644 --- a/games-arcade/penguin-command/Manifest +++ b/games-arcade/penguin-command/Manifest @@ -1,6 +1,6 @@ -MD5 8bb42537c38fc3b3e384a72869e2d130 ChangeLog 1975 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 43ac1e55b07a9f772814c695c0576ab9 penguin-command-1.6.6.ebuild 861 -MD5 ce5c6126150bc08aa65bb70b2f6a230e penguin-command-1.6.9.ebuild 1058 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 552f2a9936f28165036b49fdd989b899 ChangeLog 2090 +MD5 96c1c016f96049d16d3fb913b74f80f2 penguin-command-1.6.9.ebuild 1000 MD5 2708300e986624d9c0b4c5c9e41760c3 files/digest-penguin-command-1.6.6 74 MD5 6b0f0c67ae6778539181fb73f07258b0 files/digest-penguin-command-1.6.9 74 diff --git a/games-arcade/penguin-command/penguin-command-1.6.9.ebuild b/games-arcade/penguin-command/penguin-command-1.6.9.ebuild index 20438163540c..a1f08ea4c8a4 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.9.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.9.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-arcade/penguin-command/penguin-command-1.6.9.ebuild,v 1.1 2005/04/29 22:50:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.9.ebuild,v 1.2 2005/05/02 14:25:02 mr_bones_ Exp $ inherit games @@ -16,13 +16,8 @@ IUSE="nls" DEPEND="media-libs/libpng media-libs/jpeg >=media-libs/libsdl-1.1.5 - media-libs/sdl-mixer" - -#src_unpack() { -# unpack ${A} -# cd "${S}" -# sed -i 's:-DUSE_SOUND::' configure -#} + media-libs/sdl-mixer + media-libs/sdl-image" src_install() { make install DESTDIR="${D}" || die |