diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-30 18:51:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-30 18:51:39 +0000 |
commit | 73444ec015480fe829e596db3058fbfc61f2b0a6 (patch) | |
tree | f86dd5565a881e69f5c0e78b2172fe191627b11b /games-strategy | |
parent | Stable on alpha, bug 59361. (diff) | |
download | historical-73444ec015480fe829e596db3058fbfc61f2b0a6.tar.gz historical-73444ec015480fe829e596db3058fbfc61f2b0a6.tar.bz2 historical-73444ec015480fe829e596db3058fbfc61f2b0a6.zip |
David Philippi claims filter-flags isn't needed (bug #76145)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.10.ebuild | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 2827f946fc7c..644848d586b9 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.17 2004/12/30 08:08:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.18 2004/12/30 18:51:39 mr_bones_ Exp $ + + 30 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.10.ebuild: + David Philippi claims filter-flags isn't needed (bug #76145) *glob2-0.8.10 (30 Dec 2004) diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest index 6378c1e71a59..22cc8acd8737 100644 --- a/games-strategy/glob2/Manifest +++ b/games-strategy/glob2/Manifest @@ -1,6 +1,6 @@ -MD5 7e5ece069921549cfeb3d91a2fe3e31b ChangeLog 1976 +MD5 a7afa5aa9bab1f341784e496e21db49a ChangeLog 2116 MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546 +MD5 3319f2271dcffbca630f080601bfc2f2 glob2-0.8.10.ebuild 937 MD5 91b861e606812a2c5b70caa6df209ac7 glob2-0.8.9.ebuild 1277 -MD5 3f0ef0f233348b6e6ea81a927b489b7a glob2-0.8.10.ebuild 1017 MD5 de4d5ea54b6291db91857fb227244587 files/digest-glob2-0.8.9 64 MD5 de372c45a3d3c17421e28b07dbf1f49d files/digest-glob2-0.8.10 65 diff --git a/games-strategy/glob2/glob2-0.8.10.ebuild b/games-strategy/glob2/glob2-0.8.10.ebuild index e45667c5345e..31dfe56dbca1 100644 --- a/games-strategy/glob2/glob2-0.8.10.ebuild +++ b/games-strategy/glob2/glob2-0.8.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.10.ebuild,v 1.1 2004/12/30 08:08:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.10.ebuild,v 1.2 2004/12/30 18:51:39 mr_bones_ Exp $ -inherit flag-o-matic games +inherit games DESCRIPTION="state of the art Real Time Strategy (RTS) game" HOMEPAGE="http://www.ysagoon.com/glob2/" @@ -24,8 +24,6 @@ DEPEND="virtual/libc sys-libs/zlib" src_compile() { - # comment from bug #64150 to fix compile issue. - filter-flags -O? #./configure assumes that vorbis will be installed under PREFIX bug #46352 egamesconf \ --with-vorbis=/usr \ |