From 0477b53b0567947238e787335c43e4b8e46fa82a Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 26 Jul 2018 21:29:03 +0300 Subject: [PATCH] media-video/m2vrequantizer: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- .../m2vrequantizer-0.0.2_pre20060306.ebuild | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild deleted file mode 100644 index 524ea9eceb47..000000000000 --- a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -MY_P="${PN/m2vr/M2VR}-20060306" - -DESCRIPTION="Tool to requantize mpeg2 videos" -HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html" -SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz" - -KEYWORDS="~amd64 x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/M2VRequantiser - -src_prepare() { - - sed -i "s:#elif defined(__i386__):#elif defined(__i386__) || defined(__amd64__):" main.c -} - -src_compile() { - - gcc -c ${CFLAGS} main.c -o requant.o - gcc ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm -} - -src_install() { - - dobin requant -} -- 2.26.2