diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-03-29 23:49:34 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-03-29 23:49:34 +0000 |
commit | ed6dd981a4fde3e21001a254cc2fc119f3c9584a (patch) | |
tree | 5d89a87f7cb3440b9a273544e67117972eb04476 /games-engines | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-ed6dd981a4fde3e21001a254cc2fc119f3c9584a.tar.gz gentoo-2-ed6dd981a4fde3e21001a254cc2fc119f3c9584a.tar.bz2 gentoo-2-ed6dd981a4fde3e21001a254cc2fc119f3c9584a.zip |
version bump
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/renpy/ChangeLog | 9 | ||||
-rw-r--r-- | games-engines/renpy/files/renpy-6.15.2-multiple-abi.patch (renamed from games-engines/renpy/files/renpy-6.15.0-multiple-abi.patch) | 10 | ||||
-rw-r--r-- | games-engines/renpy/renpy-6.15.2.ebuild (renamed from games-engines/renpy/renpy-6.15.0.ebuild) | 2 |
3 files changed, 14 insertions, 7 deletions
diff --git a/games-engines/renpy/ChangeLog b/games-engines/renpy/ChangeLog index 5871f2672019..bcfade115159 100644 --- a/games-engines/renpy/ChangeLog +++ b/games-engines/renpy/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-engines/renpy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/ChangeLog,v 1.6 2013/03/17 17:41:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/ChangeLog,v 1.7 2013/03/29 23:49:34 hasufell Exp $ + +*renpy-6.15.2 (29 Mar 2013) + + 29 Mar 2013; Julian Ospald <hasufell@gentoo.org> -renpy-6.15.0.ebuild, + -files/renpy-6.15.0-multiple-abi.patch, +renpy-6.15.2.ebuild, + +files/renpy-6.15.2-multiple-abi.patch: + version bump 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/games-engines/renpy/files/renpy-6.15.0-multiple-abi.patch b/games-engines/renpy/files/renpy-6.15.2-multiple-abi.patch index 1aa34b29ff1a..acd44aa3054a 100644 --- a/games-engines/renpy/files/renpy-6.15.0-multiple-abi.patch +++ b/games-engines/renpy/files/renpy-6.15.2-multiple-abi.patch @@ -3,7 +3,7 @@ Date: Mon Feb 25 21:35:31 UTC 2013 Subject: fix multiple abi support --- /dev/null -+++ renpy-6.15.0-source/renpy/common.py ++++ renpy-6.15.2-source/renpy/common.py @@ -0,0 +1,79 @@ +# (the "Software"), to deal in the Software without restriction, +# including without limitation the rights to use, copy, modify, merge, @@ -84,8 +84,8 @@ Subject: fix multiple abi support + renpy_base = os.path.abspath(renpy_base) + + return renpy_base ---- renpy-6.15.0-source/renpy.py -+++ renpy-6.15.0-source/renpy.py +--- renpy-6.15.2-source/renpy.py ++++ renpy-6.15.2-source/renpy.py @@ -25,64 +25,9 @@ import sys import warnings @@ -188,8 +188,8 @@ Subject: fix multiple abi support renpy.bootstrap.bootstrap(renpy_base) if __name__ == "__main__": ---- renpy-6.15.0-source/renpy/main.py -+++ renpy-6.15.0-source/renpy/main.py +--- renpy-6.15.2-source/renpy/main.py ++++ renpy-6.15.2-source/renpy/main.py @@ -27,7 +27,7 @@ import zipfile import subprocess diff --git a/games-engines/renpy/renpy-6.15.0.ebuild b/games-engines/renpy/renpy-6.15.2.ebuild index bced2bbe431d..1909c08d4bd0 100644 --- a/games-engines/renpy/renpy-6.15.0.ebuild +++ b/games-engines/renpy/renpy-6.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.15.0.ebuild,v 1.3 2013/03/13 16:44:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.15.2.ebuild,v 1.1 2013/03/29 23:49:34 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) |