From f9a2aed52d95378762d19210310b7f8fdd61f03e Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Sat, 3 Sep 2011 18:39:24 +0000 Subject: Fix SRC_URI in 9999 (Portage version: 2.1.10.11/cvs/Linux x86_64) --- media-libs/x264/ChangeLog | 5 ++++- media-libs/x264/x264-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index b856d99e2cf1..8a308af09a7b 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.56 2011/08/27 17:47:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.57 2011/09/03 18:39:24 maksbotan Exp $ + + 03 Sep 2011; Maxim Koltsov x264-9999.ebuild: + Fix SRC_URI & some cosmetic change. Thanks to Nikoli 27 Aug 2011; Raúl Porcel x264-0.0.20110426.ebuild: alpha/sparc stable wrt #378801 diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 66c787501d94..a33a1d377028 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.1 2011/05/28 06:30:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.2 2011/09/03 18:39:24 maksbotan Exp $ EAPI=4 @@ -13,7 +13,7 @@ fi inherit multilib toolchain-funcs ${V_ECLASS} if [ "${PV#9999}" = "${PV}" ] ; then - MY_P="x264-snapshot-$(get_version_component_range 3)-2245" + MY_P="x264-snapshot-$(get_version_component_range 3)-2245-stable" fi DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="http://www.videolan.org/developers/x264.html" @@ -21,7 +21,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="git://git.videolan.org/x264.git" SRC_URI="" else - SRC_URI="http://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" + SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" fi LICENSE="GPL-2" @@ -72,6 +72,5 @@ src_configure() { --extra-cflags="${CFLAGS}" \ --extra-ldflags="${LDFLAGS}" \ --host="${CHOST}" \ - ${myconf} \ - || die + ${myconf} || die } -- cgit v1.2.3-65-gdbad