diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-09 23:14:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-09 23:14:22 +0000 |
commit | 6dce0c40ef4e5048642415f85bc1a02f7e48e4d5 (patch) | |
tree | 2255445d6a678ba686a1015d70b80c790b5b8411 /games-arcade | |
parent | Bump to last version. (diff) | |
download | gentoo-2-6dce0c40ef4e5048642415f85bc1a02f7e48e4d5.tar.gz gentoo-2-6dce0c40ef4e5048642415f85bc1a02f7e48e4d5.tar.bz2 gentoo-2-6dce0c40ef4e5048642415f85bc1a02f7e48e4d5.zip |
Added eutils to inherit line and moved games to the end of the line.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ppracer/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/ppracer/ppracer-0.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/ppracer/ChangeLog b/games-arcade/ppracer/ChangeLog index e563e22dcfcb..3785e09604b3 100644 --- a/games-arcade/ppracer/ChangeLog +++ b/games-arcade/ppracer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/ppracer -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.12 2005/11/29 21:47:47 hanno Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.13 2006/01/09 23:14:22 wolf31o2 Exp $ + + 09 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> ppracer-0.3.1.ebuild: + Added eutils to inherit line and moved games to the end of the line. 29 Nov 2005; Hanno Boeck <hanno@gentoo.org> +files/ppracer-0.3.1-gcc41.patch, ppracer-0.3.1.ebuild: diff --git a/games-arcade/ppracer/ppracer-0.3.1.ebuild b/games-arcade/ppracer/ppracer-0.3.1.ebuild index e4a182c04c12..d1f5bf2685cb 100644 --- a/games-arcade/ppracer/ppracer-0.3.1.ebuild +++ b/games-arcade/ppracer/ppracer-0.3.1.ebuild @@ -1,8 +1,8 @@ -# 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-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.6 2005/11/29 21:47:47 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.7 2006/01/09 23:14:22 wolf31o2 Exp $ -inherit flag-o-matic gnuconfig games multilib +inherit flag-o-matic gnuconfig eutils multilib games DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, snow-covered mountains" HOMEPAGE="http://developer.berlios.de/projects/ppracer/" |