Skip to content

Commit

Permalink
media-libs/kodi-platform: EAPI=7, 18.0_pre20180429 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Craig Andrews <[email protected]>
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
candrews authored and fordfrog committed May 3, 2019
1 parent 04fe197 commit e5d1ddf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
1 change: 1 addition & 0 deletions media-libs/kodi-platform/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kodi-platform-17.1.0.1.tar.gz 8538 BLAKE2B 3264ef2b480d6b8e0f3c0b7dbf6427a39cdd3b882ccb50d76977e169d49fa46e7716969a15f0de1bdf787f327a2a551027be762c1d16eb0482747531c89e45d1 SHA512 c3501b30d6e643239d1a5726eae79d734392709240b21fd314c97fa8a98b0c4ba912c8a246bd53e7049fadde0f695274ae4d1920442ab9a22337258388f80bcb
DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5 SHA512 35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7
DIST kodi-platform-18.0_pre20190429.tar.gz 8616 BLAKE2B 424fa1da5f2dda5343ebe8414555382be6391d9467e73a07088a9e46674508bd83aeec59277f5d0b6e4bf0e1a6c56910a338f1774b17ef4ad21ca7b1e4198fef SHA512 acbe478c2167cbd90ef8cd0ba6ea9ac657a4140f5337e840e960358b26cb3d7880e52527c0d7f6d0ae8068b92b3a3cc5719110163ecfa4520469fc64b8e1b9b7
32 changes: 32 additions & 0 deletions media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake-utils

if [[ ${PV} == *9999 ]]; then
SRC_URI=""
EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="915da08"
SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
fi

DESCRIPTION="Kodi platform support library"
HOMEPAGE="https://kodi.tv"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="
=media-tv/kodi-18*
=dev-libs/libplatform-2*
dev-libs/tinyxml
"

RDEPEND="${DEPEND}"
4 changes: 2 additions & 2 deletions media-libs/kodi-platform/kodi-platform-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit cmake-utils

Expand Down

0 comments on commit e5d1ddf

Please sign in to comment.