Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 372944 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.95 KB, created by
Julian Ospald
on 2014-03-18 14:36:13 UTC
(
hide
)
Description:
love-0.9.0.ebuild.diff
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2014-03-18 14:36:13 UTC
Size:
1.95 KB
patch
obsolete
>--- games-engines/love/love-0.8.0.ebuild >+++ games-engines/love/love-0.9.0.ebuild >@@ -1,10 +1,10 @@ >-# Copyright 1999-2013 Gentoo Foundation >+# Copyright 1999-2012 Gentoo Foundation > # 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 $ >+# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-0.8.0.ebuild,v 1.4 2012/09/25 11:23:22 ago Exp $ > >-EAPI=3 >+EAPI=5 > >-inherit base games >+inherit eutils fdo-mime gnome2-utils games > > if [[ ${PV} == 9999* ]]; then > inherit autotools mercurial >@@ -13,26 +13,27 @@ > KEYWORDS="" > else > SRC_URI="mirror://bitbucket/rude/${PN}/downloads/${P}-linux-src.tar.gz" >- KEYWORDS="amd64 ~arm ~ppc x86" >+ KEYWORDS="amd64 ~x86" > fi > > DESCRIPTION="A framework for 2D games in Lua" > 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 )" > 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