diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-03-19 23:12:08 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-03-19 23:12:08 +0000 |
commit | 67db4828561af3b1638a7f830ebd30f863da3113 (patch) | |
tree | 32004760322fe048071500329339c37130478a37 /games-engines | |
parent | Keyword ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-67db4828561af3b1638a7f830ebd30f863da3113.tar.gz gentoo-2-67db4828561af3b1638a7f830ebd30f863da3113.tar.bz2 gentoo-2-67db4828561af3b1638a7f830ebd30f863da3113.zip |
fix development USE flag wrt #505120
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/renpy/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/renpy/renpy-6.16.5.ebuild | 4 | ||||
-rw-r--r-- | games-engines/renpy/renpy-6.17.3.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-engines/renpy/ChangeLog b/games-engines/renpy/ChangeLog index 4fa7eb0951e4..b9955c889ea3 100644 --- a/games-engines/renpy/ChangeLog +++ b/games-engines/renpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/renpy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/ChangeLog,v 1.33 2014/03/19 00:08:30 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/ChangeLog,v 1.34 2014/03/19 23:12:08 hasufell Exp $ + + 19 Mar 2014; Julian Ospald <hasufell@gentoo.org> renpy-6.16.5.ebuild, + renpy-6.17.3.ebuild: + fix development USE flag wrt #505120 19 Mar 2014; Julian Ospald <hasufell@gentoo.org> renpy-6.16.5.ebuild: amd64 stable wrt #499832 diff --git a/games-engines/renpy/renpy-6.16.5.ebuild b/games-engines/renpy/renpy-6.16.5.ebuild index fa856cdb5f12..9900853cff1f 100644 --- a/games-engines/renpy/renpy-6.16.5.ebuild +++ b/games-engines/renpy/renpy-6.16.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.16.5.ebuild,v 1.4 2014/03/19 00:08:30 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.16.5.ebuild,v 1.5 2014/03/19 23:12:08 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -70,7 +70,7 @@ python_install() { python_moduleinto renpy${MYSLOT} python_domodule renpy if use development ; then - python_domodule launcher template + python_domodule launcher templates fi if use examples ; then python_domodule the_question tutorial diff --git a/games-engines/renpy/renpy-6.17.3.ebuild b/games-engines/renpy/renpy-6.17.3.ebuild index 7d11a374d6e6..724030c54be1 100644 --- a/games-engines/renpy/renpy-6.17.3.ebuild +++ b/games-engines/renpy/renpy-6.17.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.17.3.ebuild,v 1.1 2014/03/05 23:35:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.17.3.ebuild,v 1.2 2014/03/19 23:12:08 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -70,7 +70,7 @@ python_install() { python_moduleinto renpy${MYSLOT} python_domodule renpy if use development ; then - python_domodule launcher template + python_domodule launcher templates fi if use examples ; then python_domodule the_question tutorial @@ -79,7 +79,7 @@ python_install() { python_install_all() { if use development; then - newicon -s 32 launcher/game/logo32.png ${P}.png + newicon -s 32 launcher/game/images/logo32.png ${P}.png make_desktop_entry ${PN}-${SLOT} "Ren'Py ${PV}" ${P} fi |