diff options
author | 2012-11-01 16:30:25 +0000 | |
---|---|---|
committer | 2012-11-01 16:30:25 +0000 | |
commit | d85ab3c669ff4f1eb7a8baa8a2026fda961637f5 (patch) | |
tree | aa8cc547ecf098472c644d734c89bc9b125a70e9 /media-plugins/live | |
parent | Marked ~x86-macos, it doesn't matter much that the JVM is 64-bits, although b... (diff) | |
download | gentoo-2-d85ab3c669ff4f1eb7a8baa8a2026fda961637f5.tar.gz gentoo-2-d85ab3c669ff4f1eb7a8baa8a2026fda961637f5.tar.bz2 gentoo-2-d85ab3c669ff4f1eb7a8baa8a2026fda961637f5.zip |
add mirror://gentoo as SRC_URI fallback since upstream removes old version when releasing new ones, bug #389187
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-plugins/live')
-rw-r--r-- | media-plugins/live/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/live/live-2012.09.13.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-plugins/live/ChangeLog b/media-plugins/live/ChangeLog index c20602d102e2..35133ae46e2b 100644 --- a/media-plugins/live/ChangeLog +++ b/media-plugins/live/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/live # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.161 2012/11/01 16:19:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.162 2012/11/01 16:30:25 aballier Exp $ + + 01 Nov 2012; Alexis Ballier <aballier@gentoo.org> live-2012.09.13.ebuild: + add mirror://gentoo as SRC_URI fallback since upstream removes old version + when releasing new ones, bug #389187 01 Nov 2012; Alexis Ballier <aballier@gentoo.org> -live-2012.08.20.ebuild: remove old diff --git a/media-plugins/live/live-2012.09.13.ebuild b/media-plugins/live/live-2012.09.13.ebuild index ef79d9609cf1..bb79065d233a 100644 --- a/media-plugins/live/live-2012.09.13.ebuild +++ b/media-plugins/live/live-2012.09.13.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.09.13.ebuild,v 1.1 2012/09/21 12:00:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.09.13.ebuild,v 1.2 2012/11/01 16:30:25 aballier Exp $ EAPI=3 inherit flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="Source-code libraries for standards-based RTP/RTCP/RTSP multimedia streaming, suitable for embedded and/or low-cost streaming applications" HOMEPAGE="http://www.live555.com/" -SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz" +SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz + mirror://gentoo/${P/-/.}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |