Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41829 Details for
Bug 67601
updated and new ebuilds for VICE 1.14/1.15
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new vice-1.15 ebuild
vice-1.15.ebuild (text/plain), 1.33 KB, created by
groepaz
on 2004-10-14 16:40:39 UTC
(
hide
)
Description:
new vice-1.15 ebuild
Filename:
MIME Type:
Creator:
groepaz
Created:
2004-10-14 16:40:39 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="The Versatile Commodore 8-bit Emulator" >HOMEPAGE="http://www.viceteam.org/" >SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~ppc" >IUSE="sdl nls gnome arts" > >RDEPEND="virtual/x11 > sdl? ( media-libs/libsdl ) > gnome? ( gnome-base/libgnomeui ) > arts? ( kde-base/arts )" >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > egamesconf \ > --enable-fullscreen \ > --disable-dependency-tracking \ > --enable-textfield \ > --enable-ethernet \ > --enable-realdevice \ > --with-resid \ > $(use_with midas) \ > $(use_with X x) \ > $(use_with Xaw3d xaw3d) \ > $(use_with ffmpeg) \ > $(use_with readline) \ > $(use_with sdl) \ > $(use_enable gnome gnomeui) \ > $(use_with arts) \ > $(use_enable nls) \ > || die > emake || die "emake failed" >} > >src_install() { > local docdir="${D}${GAMES_LIBDIR}/${PN}/doc" > > make DESTDIR="${D}" install || die "make install failed" > dohtml "${docdir}/"* || die "dohtml failed" > dodoc \ > AUTHORS ChangeLog FEEDBACK README \ > "${docdir}/"{BUGS,NEWS,PETdoc.txt,TODO} \ > "${docdir}/"{cbm_basic_tokens.txt,drive_info.txt,mon.txt,serial.txt} > rm -rf "${docdir}" > prepgamesdirs >}
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 67601
:
41828
| 41829 |
41830
|
51003