* [gentoo-commits] repo/user/gerislay:master commit in: media-plugins/kodi-vfs-libarchive/
@ 2019-02-02 20:19 gerion
0 siblings, 0 replies; 2+ messages in thread
From: gerion @ 2019-02-02 20:19 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/user/gerislay:master commit in: media-plugins/kodi-vfs-libarchive/
@ 2019-02-20 23:07 gerion
0 siblings, 0 replies; 2+ messages in thread
From: gerion @ 2019-02-20 23:07 UTC (permalink / raw
To: gentoo-commits
commit: cbb889c6ee10f64d415cccc888276df0ffcba606
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Wed Feb 20 23:07:13 2019 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Wed Feb 20 23:07:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=cbb889c6
media-plugins/kodi-vfs-libarchive: drop, upstream
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 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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-20 23:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 23:07 [gentoo-commits] repo/user/gerislay:master commit in: media-plugins/kodi-vfs-libarchive/ gerion
-- strict thread matches above, loose matches on Subject: below --
2019-02-02 20:19 gerion
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox