diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-07 22:57:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-07 22:57:25 +0000 |
commit | 159afeb77d1e6c18fb9e6260f7b30531d5a03835 (patch) | |
tree | 814501a1eb9537de70201c49b71fca83ccc324c3 /games-puzzle/toppler | |
parent | Minor fix (diff) | |
download | historical-159afeb77d1e6c18fb9e6260f7b30531d5a03835.tar.gz historical-159afeb77d1e6c18fb9e6260f7b30531d5a03835.tar.bz2 historical-159afeb77d1e6c18fb9e6260f7b30531d5a03835.zip |
fix typo
Diffstat (limited to 'games-puzzle/toppler')
-rw-r--r-- | games-puzzle/toppler/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/toppler/toppler-1.0.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/toppler/Manifest b/games-puzzle/toppler/Manifest index 020c3cac1206..c77e659df01d 100644 --- a/games-puzzle/toppler/Manifest +++ b/games-puzzle/toppler/Manifest @@ -1,4 +1,4 @@ -MD5 e797789b6abc38abbea547707a78a81c toppler-1.0.6.ebuild 822 MD5 abfe90a7e96dec177b98b9ab407a9da5 ChangeLog 1309 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 ca784dea31d5f74a0e12e0f9e45d9f87 toppler-1.0.6.ebuild 825 MD5 00d09175b8f314775e198c195968b152 files/digest-toppler-1.0.6 66 diff --git a/games-puzzle/toppler/toppler-1.0.6.ebuild b/games-puzzle/toppler/toppler-1.0.6.ebuild index d9809104428a..8fe18e450c12 100644 --- a/games-puzzle/toppler/toppler-1.0.6.ebuild +++ b/games-puzzle/toppler/toppler-1.0.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.0.6.ebuild,v 1.4 2004/06/24 23:10:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.0.6.ebuild,v 1.5 2004/08/07 22:57:25 mr_bones_ Exp $ inherit games -DESCRIPTION="Reimplemention of Nebulous using SDL" +DESCRIPTION="Reimplementation of Nebulous using SDL" HOMEPAGE="http://toppler.sourceforge.net/" SRC_URI="mirror://sourceforge/toppler/${P}.tar.gz" |