aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2019-02-21 00:07:13 +0100
committerGerion Entrup <gerion.entrup@flump.de>2019-02-21 00:07:13 +0100
commitcbb889c6ee10f64d415cccc888276df0ffcba606 (patch)
tree921ecd9ebeb53c2a934282a3fa6a5f5a401aa6e3 /media-plugins
parentdev-python/sra: add qis/fzf dependency (diff)
downloadgerislay-cbb889c6ee10f64d415cccc888276df0ffcba606.tar.gz
gerislay-cbb889c6ee10f64d415cccc888276df0ffcba606.tar.bz2
gerislay-cbb889c6ee10f64d415cccc888276df0ffcba606.zip
media-plugins/kodi-vfs-libarchive: drop, upstream
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/kodi-vfs-libarchive/Manifest3
-rw-r--r--media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.4.ebuild43
-rw-r--r--media-plugins/kodi-vfs-libarchive/metadata.xml12
3 files changed, 0 insertions, 58 deletions
diff --git a/media-plugins/kodi-vfs-libarchive/Manifest b/media-plugins/kodi-vfs-libarchive/Manifest
deleted file mode 100644
index 1cd44f3..0000000
--- a/media-plugins/kodi-vfs-libarchive/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST kodi-vfs-libarchive-1.0.4.tar.gz 32752 BLAKE2B 8d68ff51788db2815f2494e0e9d1e0c74cdc84b4935d22c0d93f3e78b5a8802e6e90f0f325bcea65bb3c25f7af229b712c6760c9e453ffa85fa8077c25b609e5 SHA512 d8a35bbe3145432bce8cc4661d9bc867b750c75446b93f8be68e287146336a53ee47a7bbfc942dfab81c11ca158913e0995f0d1049bd0852ba838bd385486903
-EBUILD kodi-vfs-libarchive-1.0.4.ebuild 877 BLAKE2B ab0ef79088afd96837f796f1b9ac8bac696aab214fd234b370ad3bbfee4998441e3140622ae683370a1e0086d6db784272e5fb63a4f057d5218d07c73235728e SHA512 e349e72aec6646445782a6b49b8588eaca41d2f9683408835a49e89b17e7f0618126ccf650bdd7a935db2367025e569465f0243e8bf45a31f1040f7d2c076ce1
-MISC metadata.xml 435 BLAKE2B a141cd0dbffe684bd2271cbd884f24004327f84500cf93888e64d57f26a51c724708cc98b1cd89159cea89920e0018a53932386e158d08e99e712144c6e6beae SHA512 90b2e11e9fb3c4b605f01194fb083e7a86113ecb00c40b5343d8696b950185b7ef811f049f83090a3731db4f3f651958a19d7659416358fd9c1a1ef2ecfa81c7
diff --git a/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.4.ebuild b/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.4.ebuild
deleted file mode 100644
index 4b45a0b..0000000
--- a/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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*
- "
diff --git a/media-plugins/kodi-vfs-libarchive/metadata.xml b/media-plugins/kodi-vfs-libarchive/metadata.xml
deleted file mode 100644
index 24efa11..0000000
--- a/media-plugins/kodi-vfs-libarchive/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gerion.entrup@flump.de</email>
- <name>Gerion Entrup</name>
- </maintainer>
- <longdescription>Libarchive VFS add-on for Kodi</longdescription>
- <upstream>
- <remote-id type="github">xbmc/vfs.libarchive</remote-id>
- </upstream>
-</pkgmetadata>