Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 379372 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 (SLOT 0)
love-0.9.0.ebuild.diff (text/plain), 1.89 KB, created by
Julian Ospald
on 2014-06-21 17:33:16 UTC
(
hide
)
Description:
love-0.9.0.ebuild.diff (SLOT 0)
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2014-06-21 17:33:16 UTC
Size:
1.89 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 >@@ -21,21 +21,21 @@ > > LICENSE="ZLIB" > SLOT="0" >-IUSE="" >+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" >+ virtual/pkg-config" > > DOCS=( "readme.md" "changes.txt" ) > >@@ -47,10 +47,48 @@ > fi > } > >+src_configure() { >+ local my_conf >+ >+ if [[ "${SLOT}" != "0" ]]; then >+ my_conf="--enable-static --disable-shared" >+ fi >+ >+ egamesconf \ >+ --with-lua=$(usex luajit "luajit" "lua") \ >+ ${my_conf} >+} >+ > src_install() { >- base_src_install > if [[ "${SLOT}" != "0" ]]; then >- mv "${ED}${GAMES_BINDIR}"/${PN} \ >- "${ED}${GAMES_BINDIR}"/${PN}-${SLOT} || die >+ newgamesbin src/${PN} ${PN}-${SLOT} >+ dodoc ${DOCS[@]} >+ else >+ default >+ prune_libtool_files > fi > } >+ >+pkg_preinst() { >+ games_pkg_preinst >+ if [[ "${SLOT}" != "0" ]]; then >+ gnome2_icon_savelist >+ fi >+} >+ >+pkg_postinst() { >+ games_pkg_postinst >+ if [[ "${SLOT}" != "0" ]]; then >+ fdo-mime_desktop_database_update >+ fdo-mime_mime_database_update >+ gnome2_icon_cache_update >+ fi >+} >+ >+pkg_postrm() { >+ if [[ "${SLOT}" != "0" ]]; then >+ fdo-mime_desktop_database_update >+ fdo-mime_mime_database_update >+ gnome2_icon_cache_update >+ fi >+}
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