Skip to content

Commit

Permalink
media-video/bluray_info: new ebuild
Browse files Browse the repository at this point in the history
bug 625710 add package to tree

Package-Manager: Portage-2.3.0, Repoman-2.3.1
  • Loading branch information
Steve Dibb committed Jul 22, 2017
1 parent c59b7da commit d732610
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-video/bluray_info/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST bluray_info-1.0.0.tar.gz 189918 SHA256 a8328c39930634f2aadb9d72b6d43a14a1d123d58c8703baad0158ac9df86dfe SHA512 8d87bc1829daee08d68f3a357400d81b7aa31e21c90da184dc042f7e0c9bc655fbf7901f855d5c4f60b1f22b7dcd243cdcfc4ff2926cdd190e97a8f0229831bf WHIRLPOOL 7b26da4bf21bd54abbe643a473fbfc1798be16ab27795d632a7e599eb823d8517585b5f627eb8cd375edb9a519ed6e3b6cae2cf58f54268950ac1ebdb47eac27
16 changes: 16 additions & 0 deletions media-video/bluray_info/bluray_info-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
13 changes: 13 additions & 0 deletions media-video/bluray_info/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit d732610

Please sign in to comment.