Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 545930 Details for
Bug 665236
media-sound/tempest_for_eliza: EAPI7 revbump, improve ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tempest_for_eliza.patch
tempest_for_eliza.patch (text/plain), 998 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2018-09-04 18:26:36 UTC
(
hide
)
Description:
tempest_for_eliza.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2018-09-04 18:26:36 UTC
Size:
998 bytes
patch
obsolete
>diff --git a/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r2.ebuild b/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r2.ebuild >new file mode 100644 >index 00000000000..9c31436cafe >--- /dev/null >+++ b/media-sound/tempest_for_eliza/tempest_for_eliza-1.0.5-r2.ebuild >@@ -0,0 +1,34 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+inherit toolchain-funcs >+ >+DESCRIPTION="listen to music on the radio generated by images on your screen" >+HOMEPAGE="http://www.erikyyy.de/tempest/" >+SRC_URI="http://www.erikyyy.de/tempest/${P}.tar.gz" >+ >+LICENSE="GPL-2" >+SLOT="0" >+KEYWORDS="~amd64 ~ppc ~x86" >+ >+RDEPEND="media-libs/libsdl" >+DEPEND="${RDEPEND}" >+ >+src_configure() { >+ tc-export CXX >+ econf \ >+ --enable-debug \ >+ --enable-nowarnerror >+} >+ >+src_compile() { >+ emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" >+} >+ >+src_install() { >+ default >+ rm songs/Makefile* || die >+ insinto /usr/share/${PN} >+ doins songs/* >+}
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 665236
: 545930