diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-26 17:39:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-26 17:39:55 +0000 |
commit | 8e40e864bf0c2fa50d0668317584d00853518bff (patch) | |
tree | 314425dcf0d52ede7ed945347c252606fef20eee /games-arcade/pachi | |
parent | Making games last on inherit line. (diff) | |
download | historical-8e40e864bf0c2fa50d0668317584d00853518bff.tar.gz historical-8e40e864bf0c2fa50d0668317584d00853518bff.tar.bz2 historical-8e40e864bf0c2fa50d0668317584d00853518bff.zip |
Making games last on inherit line.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'games-arcade/pachi')
-rw-r--r-- | games-arcade/pachi/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/pachi/pachi-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/pachi/ChangeLog b/games-arcade/pachi/ChangeLog index 16c51febf459..b2a0fd49416f 100644 --- a/games-arcade/pachi/ChangeLog +++ b/games-arcade/pachi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/pachi # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.8 2005/02/28 04:02:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.9 2005/09/26 17:36:14 wolf31o2 Exp $ + + 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> pachi-1.0.ebuild: + Making games last on inherit line. 27 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> pachi-1.0.ebuild: fix autotool usage (bug #83208) diff --git a/games-arcade/pachi/pachi-1.0.ebuild b/games-arcade/pachi/pachi-1.0.ebuild index f022571bd101..200179334b5a 100644 --- a/games-arcade/pachi/pachi-1.0.ebuild +++ b/games-arcade/pachi/pachi-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.5 2005/02/28 04:02:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.6 2005/09/26 17:36:14 wolf31o2 Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy" HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en" |