Gentoo Archives: gentoo-commits

From: Steve Dibb <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvd_info/
Date: Fri, 23 Feb 2018 00:21:31
Message-Id: 1519345269.d6b8d94ac7ff7c784ef9c1d7723039230707e3b8.beandog@gentoo
1 commit: d6b8d94ac7ff7c784ef9c1d7723039230707e3b8
2 Author: Steve Dibb <beandog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 00:21:09 2018 +0000
4 Commit: Steve Dibb <beandog <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 00:21:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b8d94a
7
8 media-video/dvd_info:
9
10 Add new package to tree: set of DVD command-line utilities
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 media-video/dvd_info/Manifest | 1 +
15 media-video/dvd_info/dvd_info-1.1.ebuild | 16 ++++++++++++++++
16 media-video/dvd_info/metadata.xml | 13 +++++++++++++
17 3 files changed, 30 insertions(+)
18
19 diff --git a/media-video/dvd_info/Manifest b/media-video/dvd_info/Manifest
20 new file mode 100644
21 index 00000000000..12601a622bc
22 --- /dev/null
23 +++ b/media-video/dvd_info/Manifest
24 @@ -0,0 +1 @@
25 +DIST dvd_info-1.1.tar.gz 260999 BLAKE2B 38a9a0b69cd507dd663afdcedba196632ecef6d1193886ec02348d2de2200fd51d3315814180a3c9c170d60042ac91972281c5c99108b5d7f41cca1af8ca3c78 SHA512 30c70d96fa79b221a653d67510261f1186e3c7a79045ac53df2219ee896f18030cf27dbef8ca73fd62282670f5781ba75cf6765744b51f66da77979c5688acc0
26
27 diff --git a/media-video/dvd_info/dvd_info-1.1.ebuild b/media-video/dvd_info/dvd_info-1.1.ebuild
28 new file mode 100644
29 index 00000000000..86a5bd527d0
30 --- /dev/null
31 +++ b/media-video/dvd_info/dvd_info-1.1.ebuild
32 @@ -0,0 +1,16 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +DESCRIPTION="DVD utilities to print information, copy tracks, etc."
39 +HOMEPAGE="https://github.com/beandog/dvd_info"
40 +SRC_URI="mirror://sourceforge/dvdinfo/${P}.tar.gz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE=""
46 +
47 +DEPEND="media-libs/libdvdread"
48 +RDEPEND="${DEPEND}"
49
50 diff --git a/media-video/dvd_info/metadata.xml b/media-video/dvd_info/metadata.xml
51 new file mode 100644
52 index 00000000000..5ff86fe49d8
53 --- /dev/null
54 +++ b/media-video/dvd_info/metadata.xml
55 @@ -0,0 +1,13 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 +<maintainer type="project">
60 +<email>media-video@g.o</email>
61 +</maintainer>
62 +<longdescription lang="en">
63 +DVD utilities to print information, copy tracks, etc.
64 +</longdescription>
65 +<upstream>
66 +<remote-id type="sourceforge">dvdinfo</remote-id>
67 +</upstream>
68 +</pkgmetadata>