diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-09-16 22:34:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-09-16 22:34:43 +0000 |
commit | 0e5641be58e3d8010842b00bdcd480a015bf0592 (patch) | |
tree | d1a0e2603053a63bbd4519199bf52d92ba250e0c /games-arcade | |
parent | Initial commit - ebuild based on the one submitted by Nikoli (bug #324159) (diff) | |
download | gentoo-2-0e5641be58e3d8010842b00bdcd480a015bf0592.tar.gz gentoo-2-0e5641be58e3d8010842b00bdcd480a015bf0592.tar.bz2 gentoo-2-0e5641be58e3d8010842b00bdcd480a015bf0592.zip |
bump the levelset version (bug #383261)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/lbreakout2/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/lbreakout2/ChangeLog b/games-arcade/lbreakout2/ChangeLog index 4c80768b1e62..c1895363955c 100644 --- a/games-arcade/lbreakout2/ChangeLog +++ b/games-arcade/lbreakout2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/lbreakout2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/ChangeLog,v 1.34 2011/08/15 08:07:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/ChangeLog,v 1.35 2011/09/16 22:34:43 mr_bones_ Exp $ + + 16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org> lbreakout2-2.6.3.ebuild: + bump the levelset version (bug #383261) 15 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> lbreakout2-2.6.3.ebuild: ppc stable wrt #362657 diff --git a/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild b/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild index 9a7f241ab0db..3e03ffcb43d8 100644 --- a/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild +++ b/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild,v 1.4 2011/08/15 08:07:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild,v 1.5 2011/09/16 22:34:43 mr_bones_ Exp $ EAPI=2 inherit autotools flag-o-matic eutils games -levels_V=20100920 +levels_V=20110610 themes_V=20070514 DESCRIPTION="Breakout clone written with the SDL library" |