diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-24 15:53:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-24 15:53:48 +0000 |
commit | bc57decee2302b447efedd2d73a800c9558a55da (patch) | |
tree | a377a9ae2ca6826e7b8cd8e4cdb541233e83e784 /games-simulation | |
parent | fix HOMEPAGE for bug #134216 (diff) | |
download | gentoo-2-bc57decee2302b447efedd2d73a800c9558a55da.tar.gz gentoo-2-bc57decee2302b447efedd2d73a800c9558a55da.tar.bz2 gentoo-2-bc57decee2302b447efedd2d73a800c9558a55da.zip |
Fixed HOMEPAGE for bug #134218.
(Portage version: 2.1_rc2-r1)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/qct/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/qct/qct-0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/qct/ChangeLog b/games-simulation/qct/ChangeLog index 478954a93ef3..19ddb002fefa 100644 --- a/games-simulation/qct/ChangeLog +++ b/games-simulation/qct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/qct -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.6 2005/09/26 18:20:29 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.7 2006/05/24 15:53:48 wolf31o2 Exp $ + + 24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> qct-0.7.ebuild: + Fixed HOMEPAGE for bug #134218. 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> qct-0.7.ebuild: Making games last on inherit line. diff --git a/games-simulation/qct/qct-0.7.ebuild b/games-simulation/qct/qct-0.7.ebuild index a1b927162ba1..4f7746bc6fce 100644 --- a/games-simulation/qct/qct-0.7.ebuild +++ b/games-simulation/qct/qct-0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.7 2005/09/26 18:20:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.8 2006/05/24 15:53:48 wolf31o2 Exp $ inherit eutils games DESCRIPTION="Quiet Console Town puts you in the place of the mayor of a budding new console RPG city" -HOMEPAGE="http://sourceforge.net/projects/qct/" +HOMEPAGE="http://llynmir.net/qct" SRC_URI="mirror://sourceforge/qct/${P}.tar.gz" LICENSE="GPL-2" |