diff options
-rw-r--r-- | games-action/maelstrom/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/maelstrom/Manifest | 4 | ||||
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6.ebuild | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-action/maelstrom/ChangeLog b/games-action/maelstrom/ChangeLog index 27d492ccbdc3..e39f748b1898 100644 --- a/games-action/maelstrom/ChangeLog +++ b/games-action/maelstrom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/maelstrom # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.4 2003/10/09 19:08:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.5 2003/10/17 23:49:05 wolf31o2 Exp $ + + 17 Oct 2003; Chris Gianelloni <wolf31o2@gentoo.org> maelstrom-3.0.6.ebuild: + Closed bug #30852. 09 Oct 2003; Chris Gianelloni <wolf31o2@gentoo.org> maelstrom-3.0.6.ebuild: Added menu entry. Closing bug #30618 diff --git a/games-action/maelstrom/Manifest b/games-action/maelstrom/Manifest index aebdfc92508c..ca742edba9c3 100644 --- a/games-action/maelstrom/Manifest +++ b/games-action/maelstrom/Manifest @@ -1,6 +1,6 @@ MD5 68010b0b115544f259a4c0d40cc8b13b maelstrom-3.0.5.ebuild 660 -MD5 ee786b8d93736d8157bbf888e8cd4d02 maelstrom-3.0.6.ebuild 1002 -MD5 3f35d7862a0d3c86fd4a37d8ab51ac40 ChangeLog 938 +MD5 f6d3c63606afed7ebb4b59c16f656b70 maelstrom-3.0.6.ebuild 1083 +MD5 cb6528d5af6583ee075392d135aea295 ChangeLog 1038 MD5 5ea58949614a6eab777bda186f607f03 files/maelstrom-3.0.6-security.patch 14189 MD5 c4abb77232ff7eede86ec0636d7d6af9 files/digest-maelstrom-3.0.5 67 MD5 e3ab80b2fbf8ddabc7817b0fbb6a3068 files/digest-maelstrom-3.0.6 68 diff --git a/games-action/maelstrom/maelstrom-3.0.6.ebuild b/games-action/maelstrom/maelstrom-3.0.6.ebuild index 5c9c2041d472..6460513a72d2 100644 --- a/games-action/maelstrom/maelstrom-3.0.6.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6.ebuild,v 1.3 2003/10/09 19:08:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6.ebuild,v 1.4 2003/10/17 23:49:05 wolf31o2 Exp $ inherit eutils games @@ -25,6 +25,9 @@ src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/${P}-security.patch + + # Remove redundant games in directory + sed -i -e 's/\/games\//\//g' configure* } src_install() { |