From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B28F7138334 for ; Thu, 29 Nov 2018 09:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828B7E0961; Thu, 29 Nov 2018 09:02:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59761E0961 for ; Thu, 29 Nov 2018 09:02:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CCC0335C3D for ; Thu, 29 Nov 2018 09:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76573455 for ; Thu, 29 Nov 2018 09:02:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1543482117.c4c1d240ed6dcdd08bf8c79816cc1314eb31785a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmp4v2/libmp4v2-2.0.0.ebuild X-VCS-Directories: media-libs/libmp4v2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c4c1d240ed6dcdd08bf8c79816cc1314eb31785a X-VCS-Branch: master Date: Thu, 29 Nov 2018 09:02:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: baef50c0-73d6-4028-9b3f-3d175eb86460 X-Archives-Hash: 8062218cd09a66c9c1cacfc6f51863d3 commit: c4c1d240ed6dcdd08bf8c79816cc1314eb31785a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 29 09:01:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 29 09:01:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c1d240 media-libs/libmp4v2: Drop 2.0.0 (r0) Closes: https://bugs.gentoo.org/670324 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libmp4v2/libmp4v2-2.0.0.ebuild | 42 ------------------------------- 1 file changed, 42 deletions(-) diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild b/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild deleted file mode 100644 index cd9550fdec8..00000000000 --- a/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit libtool eutils - -MY_P=${P/lib} - -DESCRIPTION="Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard" -HOMEPAGE="https://code.google.com/p/mp4v2/" -SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="MPL-1.1" -SLOT="0" -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" -IUSE="static-libs test utils" - -RDEPEND="" -DEPEND="sys-apps/sed - utils? ( sys-apps/help2man ) - test? ( dev-util/dejagnu )" - -DOCS="doc/*.txt README" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}/${P}-gcc7.patch" - elibtoolize -} - -src_configure() { - econf \ - --disable-gch \ - $(use_enable utils util) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -}