Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 372946 Details for
Bug 504956
games-engines/love-0.9.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
love-0.9.0.ebuild.diff
love-0.9.0.ebuild.diff (text/plain), 1.57 KB, created by
Julian Ospald
on 2014-03-18 14:51:15 UTC
(
hide
)
Description:
love-0.9.0.ebuild.diff
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2014-03-18 14:51:15 UTC
Size:
1.57 KB
patch
obsolete
>--- games-engines/love/love-0.8.0.ebuild >+++ games-engines/love/love-0.9.0.ebuild >@@ -2,9 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-0.8.0.ebuild,v 1.9 2013/07/30 14:26:40 pinkbyte Exp $ > >-EAPI=3 >+EAPI=5 > >-inherit base games >+inherit eutils fdo-mime gnome2-utils games > > if [[ ${PV} == 9999* ]]; then > inherit autotools mercurial >@@ -20,19 +20,20 @@ > HOMEPAGE="http://love2d.org/" > > LICENSE="ZLIB" >-SLOT="0" >-IUSE="" >+SLOT="0.9" >+IUSE="luajit" > > RDEPEND="dev-games/physfs >- dev-lang/lua[deprecated] > media-libs/devil[mng,png,tiff] > media-libs/freetype > media-libs/libmodplug >- media-libs/libsdl[joystick,opengl] >+ media-libs/libsdl2[joystick,opengl] > media-libs/libvorbis > media-libs/openal > media-sound/mpg123 >- virtual/opengl" >+ virtual/opengl >+ luajit? ( dev-lang/luajit ) >+ !luajit? ( dev-lang/lua[deprecated] )" > DEPEND="${RDEPEND} > media-libs/libmng > media-libs/tiff" >@@ -47,10 +48,34 @@ > fi > } > >+src_configure() { >+ egamesconf \ >+ --with-lua=$(usex luajit "luajit" "lua") >+} >+ > src_install() { >- base_src_install >+ default > if [[ "${SLOT}" != "0" ]]; then > mv "${ED}${GAMES_BINDIR}"/${PN} \ > "${ED}${GAMES_BINDIR}"/${PN}-${SLOT} || die > fi >+ prune_libtool_files > } >+ >+pkg_preinst() { >+ games_pkg_preinst >+ gnome2_icon_savelist >+} >+ >+pkg_postinst() { >+ games_pkg_postinst >+ fdo-mime_desktop_database_update >+ fdo-mime_mime_database_update >+ gnome2_icon_cache_update >+} >+ >+pkg_postrm() { >+ fdo-mime_desktop_database_update >+ fdo-mime_mime_database_update >+ gnome2_icon_cache_update >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 504956
:
372944
|
372946
|
379368
|
379370
|
379372
|
379374