Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 560340 Details for
Bug 674758
app-cdr/xmcd2cue - Utility to convert xmcd to cue files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xmcd2cue-9999.ebuild (New Ebuild)
xmcd2cue-9999.ebuild (text/plain), 774 bytes, created by
Jon Daniel
on 2019-01-08 00:05:21 UTC
(
hide
)
Description:
xmcd2cue-9999.ebuild (New Ebuild)
Filename:
MIME Type:
Creator:
Jon Daniel
Created:
2019-01-08 00:05:21 UTC
Size:
774 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >EGO_SRC="github.com/jopadan/xmcd2cue" >EGO_PN="${EGO_SRC}/..." > >if [[ ${PV} == 9999 ]] ; then > inherit golang-vcs >else > EGIT_COMMIT="v${PV}" > SRC_URI="https://github.com/jopadan/xmcd2cue/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" > inherit golang-vcs-snapshot >fi > >inherit golang-build > >KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos" >DESCRIPTION="Utility to convert xmcd to cue files" >HOMEPAGE="https://github.com/jopadan/xmcd2cue" >LICENSE="MIT" > >SLOT="0/${PVR}" >IUSE="" > >src_compile() { > cd "${WORKDIR}/${P}/src/${EGO_SRC}/" > go build xmcd2cue.go >} > >src_install() { > cd "${WORKDIR}/${P}/src/${EGO_SRC}/" > dobin ${PN} > dodoc LICENSE.md README.md >}
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 674758
:
560166
| 560340