diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-10-19 17:33:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-10-19 17:33:04 +0000 |
commit | c6dd327ebc6813e721d8842b7cfae16775470e90 (patch) | |
tree | e962103444d70f350ce9a07e81ab81d4cebed318 /games-action | |
parent | adding in initial ebuild for genkernel w/ 2.6 support (diff) | |
download | historical-c6dd327ebc6813e721d8842b7cfae16775470e90.tar.gz historical-c6dd327ebc6813e721d8842b7cfae16775470e90.tar.bz2 historical-c6dd327ebc6813e721d8842b7cfae16775470e90.zip |
Closing bug #30852, again.
Diffstat (limited to 'games-action')
-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 | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/games-action/maelstrom/ChangeLog b/games-action/maelstrom/ChangeLog index e39f748b1898..a0df172ea052 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.5 2003/10/17 23:49:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.6 2003/10/19 17:33:01 wolf31o2 Exp $ + + 19 Oct 2003; Chris Gianelloni <wolf31o2@gentoo.org> maelstrom-3.0.6.ebuild: + Closing bug #30852, again. 17 Oct 2003; Chris Gianelloni <wolf31o2@gentoo.org> maelstrom-3.0.6.ebuild: Closed bug #30852. diff --git a/games-action/maelstrom/Manifest b/games-action/maelstrom/Manifest index ca742edba9c3..1bfc7535ba41 100644 --- a/games-action/maelstrom/Manifest +++ b/games-action/maelstrom/Manifest @@ -1,6 +1,6 @@ MD5 68010b0b115544f259a4c0d40cc8b13b maelstrom-3.0.5.ebuild 660 -MD5 f6d3c63606afed7ebb4b59c16f656b70 maelstrom-3.0.6.ebuild 1083 -MD5 cb6528d5af6583ee075392d135aea295 ChangeLog 1038 +MD5 5e42382905c784c93c1b709f6d9369d3 maelstrom-3.0.6.ebuild 1087 +MD5 234d0dead26627e31f583e37ee0dbb0b ChangeLog 1146 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 6460513a72d2..088a9944d437 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.4 2003/10/17 23:49:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6.ebuild,v 1.5 2003/10/19 17:33:01 wolf31o2 Exp $ inherit eutils games @@ -27,11 +27,11 @@ src_unpack() { epatch ${FILESDIR}/${P}-security.patch # Remove redundant games in directory - sed -i -e 's/\/games\//\//g' configure* + sed -i -e 's/\/games\//\//g' configure } src_install() { - einstall || die + egamesinstall || die dodoc ChangeLog README TODO DIFFERENCES INTERESTING-COMBINATIONS insinto /usr/share/pixmaps |