From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 273BA1385B3 for ; Sat, 22 Aug 2015 09:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A9F31421F; Sat, 22 Aug 2015 09:20:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 355881421F for ; Sat, 22 Aug 2015 09:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 141D7340909 for ; Sat, 22 Aug 2015 09:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E10156 for ; Sat, 22 Aug 2015 09:20:23 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1440235214.2d3805f9c45c2803e5b6b78b4210e409384785fb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/, media-video/gpac/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/files/gpac-0.5.2-static-libs.patch media-video/gpac/files/gpac-0.5.3-static-libs.patch media-video/gpac/gpac-9999.ebuild X-VCS-Directories: media-video/gpac/files/ media-video/gpac/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2d3805f9c45c2803e5b6b78b4210e409384785fb X-VCS-Branch: master Date: Sat, 22 Aug 2015 09:20:23 +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-Archives-Salt: 1f1010e1-5df1-415f-9317-8ad73f3ba081 X-Archives-Hash: 514c5c04779a2a6f049290f2b6670e59 commit: 2d3805f9c45c2803e5b6b78b4210e409384785fb Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 22 09:20:14 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 22 09:20:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3805f9 media-video/gpac-9999: minor updates. Rename patch to ...-0.5.3-... as it does not apply to 0.5.2. Do not override S for releases. Package-Manager: portage-2.2.20.1 .../{gpac-0.5.2-static-libs.patch => gpac-0.5.3-static-libs.patch} | 0 media-video/gpac/gpac-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/gpac/files/gpac-0.5.2-static-libs.patch b/media-video/gpac/files/gpac-0.5.3-static-libs.patch similarity index 100% rename from media-video/gpac/files/gpac-0.5.2-static-libs.patch rename to media-video/gpac/files/gpac-0.5.3-static-libs.patch diff --git a/media-video/gpac/gpac-9999.ebuild b/media-video/gpac/gpac-9999.ebuild index ab5603b..2c15ff5 100644 --- a/media-video/gpac/gpac-9999.ebuild +++ b/media-video/gpac/gpac-9999.ebuild @@ -11,7 +11,6 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - S="${WORKDIR}"/${PN} fi inherit eutils flag-o-matic multilib toolchain-funcs ${SCM} @@ -65,7 +64,7 @@ my_use() { src_prepare() { epatch "${FILESDIR}"/110_all_implicitdecls.patch \ - "${FILESDIR}"/${PN}-0.5.2-static-libs.patch \ + "${FILESDIR}"/${PN}-0.5.3-static-libs.patch \ "${FILESDIR}"/${PN}-0.5.2-gf_isom_set_pixel_aspect_ratio.patch sed -i -e "s:\(--disable-.*\)=\*):\1):" configure || die }