Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 539300 Details for
Bug 660900
jrommanager-1.6-r1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild second try
jrommanager-1.6-r1.ebuild (text/plain), 949 bytes, created by
Optyfr
on 2018-07-12 12:23:16 UTC
(
hide
)
Description:
ebuild second try
Filename:
MIME Type:
Creator:
Optyfr
Created:
2018-07-12 12:23:16 UTC
Size:
949 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >MY_PN=JRomManager >MY_PV=1.6b20 >MY_P="${MY_PN}-${MY_PV}" > >inherit desktop > >DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro" >HOMEPAGE="https://github.com/optyfr/JRomManager" >SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip -> ${P}.zip" >QA_PREBUILT="*" > >S="${WORKDIR}" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND=">=virtual/jre-1.8" >DEPEND="${DEPEND}" > >src_prepare() { > eapply_user > > sed -e "/dir=.*/s:.*:cd ${EROOT}/usr/share/${PN}:" -i *.sh || die "sed failed!" >} > >src_install() { > insinto "/usr/share/${PN}" > doins *.jar > doins -r lib > exeinto "/usr/share/${PN}" > doexe *.sh > dosym "${EROOT}/usr/share/${PN}/JRomManager-multi.sh" "/usr/bin/${PN}" > doicon "${FILESDIR}/${PN}.png" > make_desktop_entry "${PN}" '' '' 'Utility' > domenu jrommanager >}
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 660900
:
539134
| 539300