Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 576086 Details for
Bug 581720
media-tv/tvbrowser: masked for removal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-tv/tvbrowser-bin-4.0.1.ebuild
tvbrowser-bin-4.0.1.ebuild (text/plain), 1.06 KB, created by
Small_Penguin
on 2019-05-11 23:18:07 UTC
(
hide
)
Description:
media-tv/tvbrowser-bin-4.0.1.ebuild
Filename:
MIME Type:
Creator:
Small_Penguin
Created:
2019-05-11 23:18:07 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="7" > >inherit eutils desktop > >DESCRIPTION="Themeable and easy to use TV Guide - written in Java" >HOMEPAGE="http://www.tvbrowser.org" >MY_PN="tvbrowser" >MY_P="${MY_PN}-${PV}" >SRC_URI="mirror://sourceforge/project/tvbrowser/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/${PV}/${MY_PN}_${PV}_bin.tar.gz" >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="x86 amd64" > >RDEPEND="virtual/jdk:1.8" >DEPEND="${RDEPEND}" > >S="${WORKDIR}"/"${MY_P}" > >generate_launcher() { > echo "#!/bin/bash" > echo "export JAVA_OPTS=\"\${JAVA_OPTS} -Dpropertiesfile=/opt/${P}/linux.properties\"" > echo "/bin/bash /opt/${P}/tvbrowser.sh" >} > >src_install() >{ > # Copy files and directories > cd "${S}" > dodir /opt/"${P}" > insinto /opt/"${P}" > doins -r * > > # Generate launcher > local tvbrowser_bin="tvbrowser" > generate_launcher > "${tvbrowser_bin}" > dobin "${tvbrowser_bin}" > > # Generate desktop entry > make_desktop_entry "${tvbrowser_bin}" "TV-Browser" \ > /opt/"${P}"/imgs/tvbrowser128.png \ > "AudioVideo;TV;Video" >}
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 581720
:
432794
|
432796
|
432798
| 576086