summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-25 10:16:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-25 10:16:24 +0300
commit400d614f7eddba78957602897fe3e3730c334c5b (patch)
treedd4ca6d267d1a5e5fb981bd99b4d30228cf75f12 /media-video/vstrip/vstrip-0.8f.ebuild
parentnet-im/librvp: treeclean (diff)
downloadgentoo-400d614f7eddba78957602897fe3e3730c334c5b.tar.gz
gentoo-400d614f7eddba78957602897fe3e3730c334c5b.tar.bz2
gentoo-400d614f7eddba78957602897fe3e3730c334c5b.zip
media-video/vstrip: treeclean
Closes: https://bugs.gentoo.org/928594 Bug: https://bugs.gentoo.org/871078 Bug: https://bugs.gentoo.org/716276 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video/vstrip/vstrip-0.8f.ebuild')
-rw-r--r--media-video/vstrip/vstrip-0.8f.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-video/vstrip/vstrip-0.8f.ebuild b/media-video/vstrip/vstrip-0.8f.ebuild
deleted file mode 100644
index 9e768fa5e9f9..000000000000
--- a/media-video/vstrip/vstrip-0.8f.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit edos2unix toolchain-funcs
-
-DESCRIPTION="A program to split non-css dvd vobs into individual chapters"
-HOMEPAGE="http://www.maven.de/code"
-SRC_URI="http://files.digital-digest.com/downloads/files/encode/vStrip_${PV/./}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}-gentoo.patch
- edos2unix *.c *.h
-
- local f
- for f in *.c *.h ; do
- echo >> "${f}" || die
- done
-
- default
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -D__UNIX__" CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin vstrip
-}