diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-26 19:07:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-26 19:07:28 +0000 |
commit | 17cc7ac8be038747aa68051f99478149bd907216 (patch) | |
tree | 2a4c4b1fd070b44f9acb7ff5451f5260f00e02dc /games-action/d2x | |
parent | new data file and separate source version with data versions (bug #61659) (diff) | |
download | historical-17cc7ac8be038747aa68051f99478149bd907216.tar.gz historical-17cc7ac8be038747aa68051f99478149bd907216.tar.bz2 historical-17cc7ac8be038747aa68051f99478149bd907216.zip |
typo fix from Bertram Felgenhauer via bug #61833
Diffstat (limited to 'games-action/d2x')
-rw-r--r-- | games-action/d2x/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/d2x/Manifest | 4 | ||||
-rw-r--r-- | games-action/d2x/d2x-0.2.5-r1.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog index 29a46c3ed106..eeed8d7677dd 100644 --- a/games-action/d2x/ChangeLog +++ b/games-action/d2x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d2x # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.7 2004/06/28 13:48:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.8 2004/08/26 19:07:28 mr_bones_ Exp $ + + 26 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> d2x-0.2.5-r1.ebuild: + typo fix from Bertram Felgenhauer via bug #61833 28 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> d2x-0.2.5-r1.ebuild: Fixing cdinstall and closing bug #55417. diff --git a/games-action/d2x/Manifest b/games-action/d2x/Manifest index c55270c063aa..2d6a2dd079d9 100644 --- a/games-action/d2x/Manifest +++ b/games-action/d2x/Manifest @@ -1,7 +1,7 @@ -MD5 aa90ea44d1a800603eace559dfba7203 ChangeLog 933 +MD5 b5f1b8d22c5877f170f489351fe43a67 ChangeLog 1062 MD5 cd93d202d6e52be0b2e1819f094fc4d0 d2x-0.2.5.ebuild 1978 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 3e73f6e53b4cd607258b088896acd720 d2x-0.2.5-r1.ebuild 2650 +MD5 e6c9dccdf1684d720ae934ed5831f1aa d2x-0.2.5-r1.ebuild 2644 MD5 499b24f4949333a0c04d1177aa3213e5 files/0.2.5-shellscripts.patch 747 MD5 b298d324cbce31e8cc4779c765fabc4d files/digest-d2x-0.2.5 123 MD5 b298d324cbce31e8cc4779c765fabc4d files/digest-d2x-0.2.5-r1 123 diff --git a/games-action/d2x/d2x-0.2.5-r1.ebuild b/games-action/d2x/d2x-0.2.5-r1.ebuild index 6498056968d0..da523d033366 100644 --- a/games-action/d2x/d2x-0.2.5-r1.ebuild +++ b/games-action/d2x/d2x-0.2.5-r1.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-action/d2x/d2x-0.2.5-r1.ebuild,v 1.4 2004/07/09 23:51:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r1.ebuild,v 1.5 2004/08/26 19:07:28 mr_bones_ Exp $ inherit flag-o-matic eutils games @@ -58,8 +58,8 @@ src_compile() { # --disable-network --enable-console local myconf="$(use_enable x86 assembler)" use debug \ - && debugconf="${myconf} --enable-debug --disable-release" \ - || debugconf="${myconf} --disable-debug --enable-release" + && myconf="${myconf} --enable-debug --disable-release" \ + || myconf="${myconf} --disable-debug --enable-release" # we do this because each of the optional guys define the same functions # in gr, thus when they go to link they cause redefine errors ... # we build each by it self, save the binary file, clean up, and start over |