summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2018-02-22 17:21:09 -0700
committerSteve Dibb <beandog@gentoo.org>2018-02-22 17:21:09 -0700
commitd6b8d94ac7ff7c784ef9c1d7723039230707e3b8 (patch)
tree61e289656b180bf9e38ed7439bd143e5276cc9ae /media-video/dvd_info/dvd_info-1.1.ebuild
parentsys-kernel/gentoo-sources: Linux patch 4.4.117 (diff)
downloadgentoo-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/dvd_info-1.1.ebuild')
-rw-r--r--media-video/dvd_info/dvd_info-1.1.ebuild16
1 files changed, 16 insertions, 0 deletions
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}"