From 400d614f7eddba78957602897fe3e3730c334c5b Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 25 May 2024 10:16:24 +0300 Subject: 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 --- media-video/vstrip/vstrip-0.8f.ebuild | 38 ----------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 media-video/vstrip/vstrip-0.8f.ebuild (limited to 'media-video/vstrip/vstrip-0.8f.ebuild') 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 -} -- cgit v1.2.3-65-gdbad