summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-16 09:41:26 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-16 09:51:02 +0200
commit905c6e26661a8ca07a1c38f47b0ee0fa9592f09e (patch)
tree2040d168cdc4e0c27c15190a9d20e8177bb63a5d /media-video/dvd9to5/dvd9to5-0.1.7.ebuild
parentmedia-plugins/vdr-burn: treeclean (diff)
downloadgentoo-905c6e26661a8ca07a1c38f47b0ee0fa9592f09e.tar.gz
gentoo-905c6e26661a8ca07a1c38f47b0ee0fa9592f09e.tar.bz2
gentoo-905c6e26661a8ca07a1c38f47b0ee0fa9592f09e.zip
media-video/dvd9to5: treeclean
Closes: https://bugs.gentoo.org/861311 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video/dvd9to5/dvd9to5-0.1.7.ebuild')
-rw-r--r--media-video/dvd9to5/dvd9to5-0.1.7.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
deleted file mode 100644
index 8286c3a01832..000000000000
--- a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://bluray.beandog.org/dvd9to5/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
- app-cdr/dvd+rw-tools
- dev-lang/perl
- >=media-video/dvdauthor-0.6.10
- >=media-video/mjpegtools-1.6.2
- >=media-video/transcode-0.6.11"
-
-src_install() {
- dobin dvd9to5.pl
- dodoc CHANGELOG README TODO dvd9to5.conf.example
-}