From: "gerion" <gerion.entrup@flump.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/gerislay:master commit in: media-plugins/kodi-vfs-libarchive/
Date: Sat, 2 Feb 2019 20:19:51 +0000 (UTC) [thread overview]
Message-ID: <1549138779.96edd7ef8bc9be20a9462a136f35e020cc8191d0.gerion@gentoo> (raw)
commit: 96edd7ef8bc9be20a9462a136f35e020cc8191d0
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Sat Feb 2 20:19:19 2019 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sat Feb 2 20:19:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=96edd7ef
add kodi-vfs-libarchive-1.0.4
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
media-plugins/kodi-vfs-libarchive/Manifest | 3 ++
.../kodi-vfs-libarchive-1.0.4.ebuild | 43 ++++++++++++++++++++++
media-plugins/kodi-vfs-libarchive/metadata.xml | 12 ++++++
3 files changed, 58 insertions(+)
diff --git a/media-plugins/kodi-vfs-libarchive/Manifest b/media-plugins/kodi-vfs-libarchive/Manifest
new file mode 100644
index 0000000..1cd44f3
--- /dev/null
+++ b/media-plugins/kodi-vfs-libarchive/Manifest
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..4b45a0b
--- /dev/null
+++ b/media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-1.0.4.ebuild
@@ -0,0 +1,43 @@
+# 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
new file mode 100644
index 0000000..24efa11
--- /dev/null
+++ b/media-plugins/kodi-vfs-libarchive/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
next reply other threads:[~2019-02-02 20:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-02 20:19 gerion [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-20 23:07 [gentoo-commits] repo/user/gerislay:master commit in: media-plugins/kodi-vfs-libarchive/ gerion
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1549138779.96edd7ef8bc9be20a9462a136f35e020cc8191d0.gerion@gentoo \
--to=gerion.entrup@flump.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox