diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-21 20:53:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-21 20:53:02 +0000 |
commit | 6de63a12672ca89031b62ea552a879128b621ba8 (patch) | |
tree | eef9504c2ff67e77925feb8213c72eea40c9f8bc /games-rpg | |
parent | mask games-arcade/diameter and unmask guichan (diff) | |
download | gentoo-2-6de63a12672ca89031b62ea552a879128b621ba8.tar.gz gentoo-2-6de63a12672ca89031b62ea552a879128b621ba8.tar.bz2 gentoo-2-6de63a12672ca89031b62ea552a879128b621ba8.zip |
version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/tmw/ChangeLog | 9 | ||||
-rw-r--r-- | games-rpg/tmw/files/tmw-0.0.25-desktop.patch (renamed from games-rpg/tmw/files/tmw-0.0.24.1-desktop.patch) | 0 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.25.ebuild (renamed from games-rpg/tmw/tmw-0.0.24.1.ebuild) | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/games-rpg/tmw/ChangeLog b/games-rpg/tmw/ChangeLog index dba12e4d966e..0cd88225d7e9 100644 --- a/games-rpg/tmw/ChangeLog +++ b/games-rpg/tmw/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-rpg/tmw # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.27 2008/04/27 04:47:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.28 2008/08/21 20:53:02 mr_bones_ Exp $ + +*tmw-0.0.25 (21 Aug 2008) + + 21 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> + -files/tmw-0.0.24.1-desktop.patch, +files/tmw-0.0.25-desktop.patch, + -tmw-0.0.24.1.ebuild, +tmw-0.0.25.ebuild: + version bump *tmw-0.0.24.1 (27 Apr 2008) diff --git a/games-rpg/tmw/files/tmw-0.0.24.1-desktop.patch b/games-rpg/tmw/files/tmw-0.0.25-desktop.patch index 127efd371f3a..127efd371f3a 100644 --- a/games-rpg/tmw/files/tmw-0.0.24.1-desktop.patch +++ b/games-rpg/tmw/files/tmw-0.0.25-desktop.patch diff --git a/games-rpg/tmw/tmw-0.0.24.1.ebuild b/games-rpg/tmw/tmw-0.0.25.ebuild index 625f7e16d376..5975d3798140 100644 --- a/games-rpg/tmw/tmw-0.0.24.1.ebuild +++ b/games-rpg/tmw/tmw-0.0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.24.1.ebuild,v 1.1 2008/04/27 04:47:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.25.ebuild,v 1.1 2008/08/21 20:53:02 mr_bones_ Exp $ inherit eutils games @@ -22,7 +22,7 @@ DEPEND=">=dev-games/physfs-1.0.0 media-libs/sdl-image media-libs/sdl-net net-misc/curl - >=dev-games/guichan-0.7.0" + >=dev-games/guichan-0.8.1" pkg_setup() { games_pkg_setup |