Skip to content

Commit

Permalink
media-plugins/kodi-pvr-dvbviewer: update to match renamed upstream re…
Browse files Browse the repository at this point in the history
…lease

Closes: gentoo#3745
  • Loading branch information
candrews authored and SoapGentoo committed Feb 1, 2017
1 parent c3c1c9e commit e13fe8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion media-plugins/kodi-pvr-dvbviewer/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST kodi-pvr-dvbviewer-2.4.6.tar.gz 92951 SHA256 7d8cf9b49cc05e7077b78c36ebc57b6d9517b66a8ac7d25547b1c0b948260315 SHA512 52f737c78ad7bb07bdcc2b0162127663b1fb58eb1f364de034197036ed1e176a6b9feac90847d9b3e0f13cb7119649e66625a514e679a17984f5e1d5e0ddaceb WHIRLPOOL ea675f9455d3d9efe2ee480c093bb8e10d14a9a804f5c86784f83176719d75db30639851524d4fa053fde370fe56ef7e1f6c0ba3e7f2a26491801a726cc6b3ce
DIST kodi-pvr-dvbviewer-2.4.6-Krypton.tar.gz 92982 SHA256 8b4eb77a7848c634ba3e214de85c46cc9b34d2dd411d7bc133169a04168adf5a SHA512 7253c977432617b73d63d9b923b8dc094342202103e6307c65abccea0b12e76e06fb85562cc1c1297e5ececc902932544c9e156a3c2c43f60b583d9c69610352 WHIRLPOOL 4d7a018e82031ac075e1d200fa9bd3944d18661da008864baeccb464480f1efdedd3c53261c810482c3ec3868b90e46bd7208f2adc0782ded049960a1e3142dc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ case ${PV} in
inherit git-r3
;;
*)
CODENAME="Krypton"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.dvbviewer/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.dvbviewer-${PV}"
SRC_URI="https://github.com/kodi-pvr/pvr.dvbviewer/archive/${PV}-${CODENAME}.tar.gz -> ${P}-${CODENAME}.tar.gz"
S="${WORKDIR}/pvr.dvbviewer-${PV}-${CODENAME}"
;;
esac

Expand All @@ -28,8 +29,8 @@ SLOT="0"
IUSE=""

DEPEND="
media-tv/kodi
media-libs/kodi-platform
=media-tv/kodi-17*
=media-libs/kodi-platform-17*
dev-libs/tinyxml
"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ case ${PV} in
inherit git-r3
;;
*)
CODENAME="Krypton"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.dvbviewer/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.dvbviewer-${PV}"
SRC_URI="https://github.com/kodi-pvr/pvr.dvbviewer/archive/${PV}-${CODENAME}.tar.gz -> ${P}-${CODENAME}.tar.gz"
S="${WORKDIR}/pvr.dvbviewer-${PV}-${CODENAME}"
;;
esac

Expand All @@ -28,8 +29,8 @@ SLOT="0"
IUSE=""

DEPEND="
media-tv/kodi
media-libs/kodi-platform
=media-tv/kodi-9999*
=media-libs/kodi-platform-9999*
dev-libs/tinyxml
"

Expand Down

0 comments on commit e13fe8e

Please sign in to comment.