Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 596056 Details for
Bug 695898
mirror://vdrfiles is dead (affects media-plugins/vdr-{extb,freecell,serial,weatherng}, media-video/m2vrequantizer)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
homepage, src_uri fixed, eapi=7
vdr-weatherng-0.0.8_pre3-r1.ebuild (text/plain), 1.89 KB, created by
Joerg Bornkessel
on 2019-11-14 15:04:56 UTC
(
hide
)
Description:
homepage, src_uri fixed, eapi=7
Filename:
MIME Type:
Creator:
Joerg Bornkessel
Created:
2019-11-14 15:04:56 UTC
Size:
1.89 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit vdr-plugin-2 flag-o-matic > >MY_PV="$(ver_rs 3 -)" >MY_P="${PN}-${MY_PV}" > >DESCRIPTION="VDR plugin: show weather for specified place" >HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" >SRC_URI="http://vdr.websitec.de/download/${PN}/${MY_P}.tgz" > >LICENSE="GPL-2 stardock-images" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="dxr3" > >DEPEND="media-libs/imlib2[jpeg,gif] > >=media-video/vdr-1.3.34" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/weatherng-${MY_PV}" > >VDR_CONFD_FILE="${FILESDIR}/confd-0.0.8" >VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.0.8.sh" > >PATCHES=("${FILESDIR}/${P}-i18n-fix.diff") > >src_prepare() { > vdr-plugin-2_src_prepare > > # wrt bug 595390 > append-cxxflags $(test-flags-CXX -std=gnu++03) -std=gnu++03 > > eapply "${FILESDIR}/${P}-gentoo.diff" > eapply "${FILESDIR}/${P}-timeout.diff" > eapply "${FILESDIR}/${P}-gcc43.patch" > > use dxr3 && eapply "${FILESDIR}/${P}-dxr3.diff" > > # /bin/sh is not necessaryly bash, so explicitly use /bin/bash > sed -e 's#/bin/sh#/bin/bash#' -i examples/weatherng.sh > > sed -i weatherng.c -e "s:RegisterI18n://RegisterI18n:" >} > >src_install() { > vdr-plugin-2_src_install > > insinto /usr/share/vdr/weatherng/images > doins "${S}"/images/*.png > > diropts -m0755 -ovdr -gvdr > dodir /var/vdr/${VDRPLUGIN} > > insinto /var/vdr/${VDRPLUGIN} > insopts -m755 -ovdr -gvdr > doins "${S}"/examples/weatherng.sh >} > >pkg_postinst() { > vdr-plugin-2_pkg_postinst > > elog "To display the weather for your location" > elog "you have to find out its ID on weather.com" > elog > elog "Go to http://uk.weather.com/search/drilldown/ and search for your city (i.e. Herne)" > elog "in the list of results click on the right one and then look at its URL" > elog > elog "It contains a code for your city" > elog "For Herne this is GMXX0056" > elog > elog "Now you have to enter this code in /etc/conf.d/vdr.weatherng WEATHERNG_STATIONID(x)" >}
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 695898
:
596048
|
596050
|
596052
| 596056 |
596060