Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586448 | Differences between
and this patch

Collapse All | Expand All

(-)tvheadend-4.2.1.ebuild.orig (-2 / +2 lines)
Lines 9-15 Link Here
9
DESCRIPTION="Tvheadend is a TV streaming server and digital video recorder"
9
DESCRIPTION="Tvheadend is a TV streaming server and digital video recorder"
10
HOMEPAGE="https://tvheadend.org/"
10
HOMEPAGE="https://tvheadend.org/"
11
#EGIT_REPO_URI="git://github.com/tvheadend/tvheadend.git"
11
#EGIT_REPO_URI="git://github.com/tvheadend/tvheadend.git"
12
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"
12
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13
13
14
LICENSE="GPL-3"
14
LICENSE="GPL-3"
15
SLOT="0"
15
SLOT="0"
Lines 56-62 Link Here
56
src_prepare() {
56
src_prepare() {
57
57
58
    epatch "${FILESDIR}/${PN}-${PV}-configure.patch"
58
    epatch "${FILESDIR}/${PN}-${PV}-configure.patch"
59
    epatch_user
59
    eapply_user
60
}
60
}
61
61
62
src_configure() {
62
src_configure() {

Return to bug 586448