summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-04-15 09:36:34 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-04-15 09:36:34 +0000
commit784d6a48f8bb911de42e210826d3132b0b0e38b0 (patch)
treea5e835a88a11d61d36f5f160826fcc83b4d3d58f /media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild
parentRolling out bad patch that broke java. see #217766 #217767 (diff)
downloadgentoo-2-784d6a48f8bb911de42e210826d3132b0b0e38b0.tar.gz
gentoo-2-784d6a48f8bb911de42e210826d3132b0b0e38b0.tar.bz2
gentoo-2-784d6a48f8bb911de42e210826d3132b0b0e38b0.zip
Removed m2vrequantizer-20060306 as requested in Bug 198960
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild')
-rw-r--r--media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild b/media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild
deleted file mode 100644
index 1facf0c2b415..000000000000
--- a/media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-20060306.ebuild,v 1.5 2007/11/27 11:55:55 zzam Exp $
-
-MY_P="${PN/m2vr/M2VR}-${PV}"
-
-DESCRIPTION="Tool to requantize mpeg2 videos"
-HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
-SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
-
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="!media-video/requant"
-
-S=${WORKDIR}/M2VRequantiser
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
-
- 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} requant.o -o requant -lm
-}
-
-src_install() {
-
- dobin requant
-}