commit: d73261039ec43d1f84954370d10f8efdab08be32 Author: Steve Dibb <beandog <AT> gentoo <DOT> org> AuthorDate: Sat Jul 22 17:45:20 2017 +0000 Commit: Steve Dibb <beandog <AT> gentoo <DOT> org> CommitDate: Sat Jul 22 17:45:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7326103
media-video/bluray_info: new ebuild bug 625710 add package to tree Package-Manager: Portage-2.3.0, Repoman-2.3.1 media-video/bluray_info/Manifest | 1 + media-video/bluray_info/bluray_info-1.0.0.ebuild | 16 ++++++++++++++++ media-video/bluray_info/metadata.xml | 13 +++++++++++++ 3 files changed, 30 insertions(+) diff --git a/media-video/bluray_info/Manifest b/media-video/bluray_info/Manifest new file mode 100644 index 00000000000..188329f48fa --- /dev/null +++ b/media-video/bluray_info/Manifest @@ -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 index 00000000000..9629b8330f7 --- /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 00000000000..96634d3504a --- /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>[email protected]</email> +</maintainer> +<longdescription lang="en"> +Display information about a Blu-ray disc +</longdescription> +<upstream> +<remote-id type="sourceforge">bluray-info</remote-id> +</upstream> +</pkgmetadata>
