Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 558054 Details for
Bug 673334
games-arcade/lbreakout2 is no longer maintained. Please play the remake LBreakoutHD instead
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for lbreakouthd-1.0.2
lbreakouthd-1.0.2.ebuild (text/plain), 1.10 KB, created by
Fab
on 2018-12-17 19:11:20 UTC
(
hide
)
Description:
ebuild for lbreakouthd-1.0.2
Filename:
MIME Type:
Creator:
Fab
Created:
2018-12-17 19:11:20 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 2018 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >themes_V=20160512 > >DESCRIPTION="Scaleable remake of LBreakout2 : Breakout clone written with the SDL2 library" >HOMEPAGE="http://lgames.sourceforge.net/LBreakoutHD/" >SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz > themes? ( mirror://sourceforge/lgames/add-ons/lbreakout2/lbreakout2-themes-${themes_V}.tar.gz )" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="nls themes" > >DEPEND=" > media-libs/libsdl2[joystick,sound,video] > media-libs/sdl2-mixer[wav] > media-libs/sdl2-image[jpeg,png] > media-libs/sdl2-ttf[X] > nls? ( sys-devel/gettext ) >" >RDEPEND="${DEPEND}" >BDEPEND="" > >src_unpack() { > unpack ${P}.tar.gz > > if use themes ; then > mkdir "${WORKDIR}/themes" > cd "${WORKDIR}/themes" > unpack lbreakout2-themes-${themes_V}.tar.gz > > for f in *.zip; do > unzip -q "$f" && rm -f "$f" || die > done > fi >} > >src_configure() { > econf \ > --localedir=/usr/share/locale \ > $(use_enable nls) >} > >src_install() { > default > > if use themes ; then > insinto /usr/share/lbreakouthd/themes > doins -r "${WORKDIR}/themes/"* > 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 Raw
Actions:
View
Attachments on
bug 673334
: 558054