Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/
Date: Thu, 26 Jul 2018 18:29:26
Message-Id: 1532629743.0477b53b0567947238e787335c43e4b8e46fa82a.zlogene@gentoo
1 commit: 0477b53b0567947238e787335c43e4b8e46fa82a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 18:29:03 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 18:29:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0477b53b
7
8 media-video/m2vrequantizer: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 .../m2vrequantizer-0.0.2_pre20060306.ebuild | 36 ----------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild
16 deleted file mode 100644
17 index 524ea9eceb4..00000000000
18 --- a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2008 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -MY_P="${PN/m2vr/M2VR}-20060306"
27 -
28 -DESCRIPTION="Tool to requantize mpeg2 videos"
29 -HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
30 -SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"
31 -
32 -KEYWORDS="~amd64 x86"
33 -SLOT="0"
34 -LICENSE="GPL-2"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -RDEPEND="${DEPEND}"
39 -
40 -S=${WORKDIR}/M2VRequantiser
41 -
42 -src_prepare() {
43 -
44 - sed -i "s:#elif defined(__i386__):#elif defined(__i386__) || defined(__amd64__):" main.c
45 -}
46 -
47 -src_compile() {
48 -
49 - gcc -c ${CFLAGS} main.c -o requant.o
50 - gcc ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm
51 -}
52 -
53 -src_install() {
54 -
55 - dobin requant
56 -}