summaryrefslogtreecommitdiff
path: root/media-video/bluray_info
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-video/bluray_info
reinit the tree, so we can have metadata
Diffstat (limited to 'media-video/bluray_info')
-rw-r--r--media-video/bluray_info/Manifest3
-rw-r--r--media-video/bluray_info/bluray_info-1.0.0.ebuild16
-rw-r--r--media-video/bluray_info/metadata.xml13
3 files changed, 32 insertions, 0 deletions
diff --git a/media-video/bluray_info/Manifest b/media-video/bluray_info/Manifest
new file mode 100644
index 000000000000..a7bf06ec36b2
--- /dev/null
+++ b/media-video/bluray_info/Manifest
@@ -0,0 +1,3 @@
+DIST bluray_info-1.0.0.tar.gz 189918 SHA256 a8328c39930634f2aadb9d72b6d43a14a1d123d58c8703baad0158ac9df86dfe SHA512 8d87bc1829daee08d68f3a357400d81b7aa31e21c90da184dc042f7e0c9bc655fbf7901f855d5c4f60b1f22b7dcd243cdcfc4ff2926cdd190e97a8f0229831bf WHIRLPOOL 7b26da4bf21bd54abbe643a473fbfc1798be16ab27795d632a7e599eb823d8517585b5f627eb8cd375edb9a519ed6e3b6cae2cf58f54268950ac1ebdb47eac27
+EBUILD bluray_info-1.0.0.ebuild 392 SHA256 426e12154ba68b679aa469d6637d761d00ae4bdbf4d97a9c0fee87ae174bd3e5 SHA512 278166c06a8b5def32b8e0195e614692387ea72409f3a5acd480cd9c927eb2dece962bdc8cd264a06f79bfb6c526e21de3e8ca0a39693499f1b3f26513955059 WHIRLPOOL 9f9a61d5d97b6cdf6b49b36ef551e7097f2d8d9c44594852495eced1fc45465a0d0f727906135236dfce8445790db5c86d2cdcd43e22f234937a0b03c7edae34
+MISC metadata.xml 384 SHA256 a3d8db1a7dcacf208750e12500bd0b3f8a24a61426397ca3783bd44e225bc2a9 SHA512 910f46c7c56a20f5f0b26b3562dc3a0c9f200686278af88c764e1ceca51b0bb89c5cf85e22b304b5b4c810cc8be7bd83ee6593da06b47552e1e30a518c0ef56c WHIRLPOOL adbe380cc9ba384b15a208b0e1f02652eb9da83e5c9796034e1787f9461a02dfcee35e28f98655ae5f4feee3241db64831a1e9bd4433c404ae83f684abc068a4
diff --git a/media-video/bluray_info/bluray_info-1.0.0.ebuild b/media-video/bluray_info/bluray_info-1.0.0.ebuild
new file mode 100644
index 000000000000..9629b8330f76
--- /dev/null
+++ b/media-video/bluray_info/bluray_info-1.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Display information about a Blu-ray disc"
+HOMEPAGE="https://github.com/beandog/bluray_info"
+SRC_URI="mirror://sourceforge/bluray-info/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/libbluray-1.0.0"
+RDEPEND="${DEPEND}"
diff --git a/media-video/bluray_info/metadata.xml b/media-video/bluray_info/metadata.xml
new file mode 100644
index 000000000000..96634d3504a6
--- /dev/null
+++ b/media-video/bluray_info/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+<email>media-video@gentoo.org</email>
+</maintainer>
+<longdescription lang="en">
+Display information about a Blu-ray disc
+</longdescription>
+<upstream>
+<remote-id type="sourceforge">bluray-info</remote-id>
+</upstream>
+</pkgmetadata>