media-video/bluray_info: new ebuild
authorSteve Dibb <beandog@gentoo.org>
Sat, 22 Jul 2017 17:45:20 +0000 (11:45 -0600)
committerSteve Dibb <beandog@gentoo.org>
Sat, 22 Jul 2017 17:45:20 +0000 (11:45 -0600)
bug 625710 add package to tree

Package-Manager: Portage-2.3.0, Repoman-2.3.1

media-video/bluray_info/Manifest [new file with mode: 0644]
media-video/bluray_info/bluray_info-1.0.0.ebuild [new file with mode: 0644]
media-video/bluray_info/metadata.xml [new file with mode: 0644]

diff --git a/media-video/bluray_info/Manifest b/media-video/bluray_info/Manifest
new file mode 100644 (file)
index 0000000..188329f
--- /dev/null
@@ -0,0 +1 @@
+DIST bluray_info-1.0.0.tar.gz 189918 SHA256 a8328c39930634f2aadb9d72b6d43a14a1d123d58c8703baad0158ac9df86dfe SHA512 8d87bc1829daee08d68f3a357400d81b7aa31e21c90da184dc042f7e0c9bc655fbf7901f855d5c4f60b1f22b7dcd243cdcfc4ff2926cdd190e97a8f0229831bf WHIRLPOOL 7b26da4bf21bd54abbe643a473fbfc1798be16ab27795d632a7e599eb823d8517585b5f627eb8cd375edb9a519ed6e3b6cae2cf58f54268950ac1ebdb47eac27
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 (file)
index 0000000..9629b83
--- /dev/null
@@ -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 (file)
index 0000000..96634d3
--- /dev/null
@@ -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>