diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-13 09:34:20 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-13 09:34:20 +0000 |
commit | 83a0a8392b3f8d6539ba25b63eceb29b0cfb8091 (patch) | |
tree | b8dc02783561f214e848d63ea2ccd5aeac1c72bf /media-video/libav | |
parent | Version bump. (diff) | |
download | gentoo-2-83a0a8392b3f8d6539ba25b63eceb29b0cfb8091.tar.gz gentoo-2-83a0a8392b3f8d6539ba25b63eceb29b0cfb8091.tar.bz2 gentoo-2-83a0a8392b3f8d6539ba25b63eceb29b0cfb8091.zip |
Add epatch_user in the modern ebuilds.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-video/libav')
-rw-r--r-- | media-video/libav/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/libav/libav-10.3.ebuild | 4 | ||||
-rw-r--r-- | media-video/libav/libav-10.9999.ebuild | 4 | ||||
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/media-video/libav/ChangeLog b/media-video/libav/ChangeLog index 8e69c1c4114a..4cda82143250 100644 --- a/media-video/libav/ChangeLog +++ b/media-video/libav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/libav # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.220 2014/09/09 02:55:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.221 2014/09/13 09:34:20 mgorny Exp $ + + 13 Sep 2014; Michał Górny <mgorny@gentoo.org> libav-10.3.ebuild, + libav-10.9999.ebuild, libav-9999.ebuild: + Add epatch_user in the modern ebuilds. 09 Sep 2014; Patrick Lauer <patrick@gentoo.org> metadata.xml: Remove unneeded useflag descriptions from metadata.xml diff --git a/media-video/libav/libav-10.3.ebuild b/media-video/libav/libav-10.3.ebuild index a28d8c50abcf..25ad3dd24473 100644 --- a/media-video/libav/libav-10.3.ebuild +++ b/media-video/libav/libav-10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.3.ebuild,v 1.2 2014/08/10 21:00:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.3.ebuild,v 1.3 2014/09/13 09:34:20 mgorny Exp $ EAPI=5 @@ -135,6 +135,8 @@ MULTILIB_WRAPPED_HEADERS=( ) src_prepare() { + epatch_user + # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then sed -i -e "s/UNKNOWN/DATE-${PV#*_pre}/" "${S}/version.sh" || die diff --git a/media-video/libav/libav-10.9999.ebuild b/media-video/libav/libav-10.9999.ebuild index 240ef61f284b..4213a44f4a58 100644 --- a/media-video/libav/libav-10.9999.ebuild +++ b/media-video/libav/libav-10.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v 1.8 2014/08/10 21:00:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v 1.9 2014/09/13 09:34:20 mgorny Exp $ EAPI=5 @@ -138,6 +138,8 @@ MULTILIB_WRAPPED_HEADERS=( ) src_prepare() { + epatch_user + # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then sed -i -e "s/UNKNOWN/DATE-${PV#*_pre}/" "${S}/version.sh" || die diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 36b20e97f52c..102d47998d1e 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.72 2014/08/17 12:55:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.73 2014/09/13 09:34:20 mgorny Exp $ EAPI=5 @@ -137,6 +137,8 @@ MULTILIB_WRAPPED_HEADERS=( ) src_prepare() { + epatch_user + # if we have snapshot then we need to hardcode the version if [[ ${PV%_p*} != ${PV} ]]; then sed -i -e "s/UNKNOWN/DATE-${PV#*_pre}/" "${S}/version.sh" || die |