Skip to content

Commit

Permalink
media-plugins/kodi-pvr-vdr-vnsi-9999: The project has moved; update t…
Browse files Browse the repository at this point in the history
…o the new URL

Gentoo-bug: 617560
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: gentoo#4547
  • Loading branch information
candrews authored and SoapGentoo committed May 7, 2017
1 parent 7cfe950 commit 4dd23d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ EAPI=6
inherit cmake-utils kodi-addon

DESCRIPTION="Kodi PVR addon VNSI"
HOMEPAGE="https://github.com/kodi-pvr/pvr.vdr.vnsi"
HOMEPAGE="https://github.com/fernetmenta/pvr.vdr.vnsi"
SRC_URI=""

case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.vdr.vnsi.git"
EGIT_REPO_URI="git://github.com/fernetmenta/pvr.vdr.vnsi.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/fernetmenta/pvr.vdr.vnsi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.vdr.vnsi-${PV}"
;;
esac
Expand Down

0 comments on commit 4dd23d7

Please sign in to comment.