summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-15 10:32:17 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-15 10:32:17 +0300
commitd34dddd5aed4b3dded997dce623db42a5a25c8d4 (patch)
tree76af27ff444476243b75d4a2773930ffa08a5fd0 /media-video
parentx11-plugins/wmbio: drop 1.02, EAPI6-- (diff)
downloadgentoo-d34dddd5aed4b3dded997dce623db42a5a25c8d4.tar.gz
gentoo-d34dddd5aed4b3dded997dce623db42a5a25c8d4.tar.bz2
gentoo-d34dddd5aed4b3dded997dce623db42a5a25c8d4.zip
media-video/vobcopy: drop 1.2.0, EAPI6--
Closes: https://bugs.gentoo.org/929939 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vobcopy/Manifest1
-rw-r--r--media-video/vobcopy/vobcopy-1.2.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/media-video/vobcopy/Manifest b/media-video/vobcopy/Manifest
index cea702467dcc..ff4b3e296914 100644
--- a/media-video/vobcopy/Manifest
+++ b/media-video/vobcopy/Manifest
@@ -1,2 +1 @@
-DIST vobcopy-1.2.0.tar.bz2 60102 BLAKE2B 7456ded4df8c001678b0c61fedd66ef8f71ac98280894e803b64fccb96d5ed5e6fc44ef207e861c2f5a019f692aafaf676d718b8c1646bbbc48c6cfcc37a1fe5 SHA512 442849e0e4d379d6289011baa9074b89d579323d1d01faa1531f642d5dd4d25bd76b0286741e79da6e13f71b13ae8f86795c67059b47067d108b00a7b77945a5
DIST vobcopy-1.2.1.tar.gz 67342 BLAKE2B 8f4b41f9c12a374891030e512d2f608213ff43684ef672b85b4b37c65dbec0bf55df0031b35ad1fe2ac97f887279a0918c9d91ed480b074d6d1aa6101a303b20 SHA512 cf773f7450b0e1ef11b66d6e07459622352d8f590501eca936ef3abcdc1689915bbf6daf40b9896eabaef4d29b1cce389f0d2ccaefcd039aa62837cf3346df72
diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild
deleted file mode 100644
index 1d55e359f714..000000000000
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2003-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
-HOMEPAGE="http://lpn.rnbhq.org/"
-SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="media-libs/libdvdread:0="
-RDEPEND=""
-
-src_configure() {
- tc-export CC
- ./configure.sh --with-lfs || die "Configure failed"
-}
-
-src_install() {
- dobin vobcopy
- doman vobcopy.1
- dodoc Changelog README Release-Notes TODO alternative_programs.txt
-}