diff options
author | Steve Dibb <beandog@gentoo.org> | 2018-02-22 17:21:09 -0700 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2018-02-22 17:21:09 -0700 |
commit | d6b8d94ac7ff7c784ef9c1d7723039230707e3b8 (patch) | |
tree | 61e289656b180bf9e38ed7439bd143e5276cc9ae /media-video/dvd_info | |
parent | sys-kernel/gentoo-sources: Linux patch 4.4.117 (diff) | |
download | gentoo-d6b8d94ac7ff7c784ef9c1d7723039230707e3b8.tar.gz gentoo-d6b8d94ac7ff7c784ef9c1d7723039230707e3b8.tar.bz2 gentoo-d6b8d94ac7ff7c784ef9c1d7723039230707e3b8.zip |
media-video/dvd_info:
Add new package to tree: set of DVD command-line utilities
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video/dvd_info')
-rw-r--r-- | media-video/dvd_info/Manifest | 1 | ||||
-rw-r--r-- | media-video/dvd_info/dvd_info-1.1.ebuild | 16 | ||||
-rw-r--r-- | media-video/dvd_info/metadata.xml | 13 |
3 files changed, 30 insertions, 0 deletions
diff --git a/media-video/dvd_info/Manifest b/media-video/dvd_info/Manifest new file mode 100644 index 000000000000..12601a622bc1 --- /dev/null +++ b/media-video/dvd_info/Manifest @@ -0,0 +1 @@ +DIST dvd_info-1.1.tar.gz 260999 BLAKE2B 38a9a0b69cd507dd663afdcedba196632ecef6d1193886ec02348d2de2200fd51d3315814180a3c9c170d60042ac91972281c5c99108b5d7f41cca1af8ca3c78 SHA512 30c70d96fa79b221a653d67510261f1186e3c7a79045ac53df2219ee896f18030cf27dbef8ca73fd62282670f5781ba75cf6765744b51f66da77979c5688acc0 diff --git a/media-video/dvd_info/dvd_info-1.1.ebuild b/media-video/dvd_info/dvd_info-1.1.ebuild new file mode 100644 index 000000000000..86a5bd527d02 --- /dev/null +++ b/media-video/dvd_info/dvd_info-1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="DVD utilities to print information, copy tracks, etc." +HOMEPAGE="https://github.com/beandog/dvd_info" +SRC_URI="mirror://sourceforge/dvdinfo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libdvdread" +RDEPEND="${DEPEND}" diff --git a/media-video/dvd_info/metadata.xml b/media-video/dvd_info/metadata.xml new file mode 100644 index 000000000000..5ff86fe49d84 --- /dev/null +++ b/media-video/dvd_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"> +DVD utilities to print information, copy tracks, etc. +</longdescription> +<upstream> +<remote-id type="sourceforge">dvdinfo</remote-id> +</upstream> +</pkgmetadata> |