--- /dev/null
+DIST kodi-vfs-libarchive-1.0.2.tar.gz 21985 BLAKE2B 0d3b8d7405cc7ea1a766a138b4327de295811f248ba50ab085d223406e172607ff08e1cd395b8d421e8f81a7339e9f053a4542567007803ea6285b52907d2264 SHA512 fec6506e4e85da9cde8fb5b800486cd95666bfcf834e4da9331ee67ff35880507175249229504fd3e10d3b3b475ffc8d1bd90d5c5ad0d3457dc5cf01eff36f83
--- /dev/null
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Libarchive VFS add-on for Kodi"
+HOMEPAGE="https://github.com/xbmc/vfs.libarchive"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/xbmc/vfs.libarchive.git"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Leia"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/xbmc/vfs.libarchive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/vfs.libarchive-${PV}-${CODENAME}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libressl"
+
+DEPEND="
+ app-arch/libarchive[bzip2,lz4,lzma,lzo,zlib]
+ app-arch/lzma
+ app-arch/bzip2
+ sys-libs/zlib
+ app-arch/lz4
+ dev-libs/lzo:2
+ !libressl? ( >=dev-libs/openssl-1.0.2l:0= )
+ libressl? (
+ dev-libs/libressl:0=
+ app-arch/libarchive[libressl]
+ )
+ =media-tv/kodi-18*
+ "
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils kodi-addon
DESCRIPTION="Libarchive VFS add-on for Kodi"
-HOMEPAGE="https://github.com/notspiff/vfs.libarchive"
+HOMEPAGE="https://github.com/xbmc/vfs.libarchive"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/vfs.libarchive.git"
+ EGIT_REPO_URI="https://github.com/xbmc/vfs.libarchive.git"
inherit git-r3
;;
*)
+ CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/vfs.libarchive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/vfs.libarchive-${PV}"
+ SRC_URI="https://github.com/xbmc/vfs.libarchive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/vfs.libarchive-${PV}-${CODENAME}"
;;
esac
dev-libs/libressl:0=
app-arch/libarchive[libressl]
)
- =media-tv/kodi-9999
+ ~media-tv/kodi-9999
"
</maintainer>
<longdescription>Libarchive VFS add-on for Kodi</longdescription>
<upstream>
- <remote-id type="github">notspiff/vfs.libarchive</remote-id>
+ <remote-id type="github">xbmc/vfs.libarchive</remote-id>
</upstream>
</pkgmetadata>