Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/
Date: Thu, 29 Nov 2018 09:02:18
Message-Id: 1543482117.c4c1d240ed6dcdd08bf8c79816cc1314eb31785a.asturm@gentoo
1 commit: c4c1d240ed6dcdd08bf8c79816cc1314eb31785a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 09:01:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 09:01:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c1d240
7
8 media-libs/libmp4v2: Drop 2.0.0 (r0)
9
10 Closes: https://bugs.gentoo.org/670324
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/libmp4v2/libmp4v2-2.0.0.ebuild | 42 -------------------------------
15 1 file changed, 42 deletions(-)
16
17 diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild b/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild
18 deleted file mode 100644
19 index cd9550fdec8..00000000000
20 --- a/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=4
27 -inherit libtool eutils
28 -
29 -MY_P=${P/lib}
30 -
31 -DESCRIPTION="Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard"
32 -HOMEPAGE="https://code.google.com/p/mp4v2/"
33 -SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2"
34 -
35 -LICENSE="MPL-1.1"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 -IUSE="static-libs test utils"
39 -
40 -RDEPEND=""
41 -DEPEND="sys-apps/sed
42 - utils? ( sys-apps/help2man )
43 - test? ( dev-util/dejagnu )"
44 -
45 -DOCS="doc/*.txt README"
46 -
47 -S=${WORKDIR}/${MY_P}
48 -
49 -src_prepare() {
50 - epatch "${FILESDIR}/${P}-gcc7.patch"
51 - elibtoolize
52 -}
53 -
54 -src_configure() {
55 - econf \
56 - --disable-gch \
57 - $(use_enable utils util) \
58 - $(use_enable static-libs static)
59 -}
60 -
61 -src_install() {
62 - default
63 - find "${ED}" -name '*.la' -exec rm -f {} +
64 -}