diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-18 12:00:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-18 12:00:56 +0000 |
commit | c8076947a79e1f0e8f7a996f9014f123853070ca (patch) | |
tree | f621a53006ba9c5c67b594634a3f6ec7f0a0a883 /media-video | |
parent | Add patch to fix strict-aliasing breakage. (diff) | |
download | gentoo-2-c8076947a79e1f0e8f7a996f9014f123853070ca.tar.gz gentoo-2-c8076947a79e1f0e8f7a996f9014f123853070ca.tar.bz2 gentoo-2-c8076947a79e1f0e8f7a996f9014f123853070ca.zip |
Restrict confcache as per bugs #1371445 and #137023.
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.2-r2.ebuild | 4 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.4a-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.4a.ebuild | 4 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.5-r2.ebuild | 4 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.5-r3.ebuild | 4 |
7 files changed, 25 insertions, 8 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index bbdebdeafceb..f582be7fd480 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/vlc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.169 2006/06/18 11:42:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.170 2006/06/18 12:00:56 flameeyes Exp $ + + 18 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild, + vlc-0.8.2-r2.ebuild, vlc-0.8.4a.ebuild, vlc-0.8.4a-r1.ebuild, + vlc-0.8.5-r2.ebuild, vlc-0.8.5-r3.ebuild: + Restrict confcache as per bugs #1371445 and #137023. *vlc-0.8.5-r3 (18 Jun 2006) diff --git a/media-video/vlc/vlc-0.8.1-r1.ebuild b/media-video/vlc/vlc-0.8.1-r1.ebuild index 9d92ffb4236a..9a1690a13766 100644 --- a/media-video/vlc/vlc-0.8.1-r1.ebuild +++ b/media-video/vlc/vlc-0.8.1-r1.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.26 2005/12/30 20:12:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.27 2006/06/18 12:00:56 flameeyes Exp $ inherit libtool toolchain-funcs eutils wxwidgets +RESTRICT="confcache" + PATCHLEVEL="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" diff --git a/media-video/vlc/vlc-0.8.2-r2.ebuild b/media-video/vlc/vlc-0.8.2-r2.ebuild index 1a65f165e19a..b5c35484811e 100644 --- a/media-video/vlc/vlc-0.8.2-r2.ebuild +++ b/media-video/vlc/vlc-0.8.2-r2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.2-r2.ebuild,v 1.11 2006/03/15 01:01:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.2-r2.ebuild,v 1.12 2006/06/18 12:00:56 flameeyes Exp $ inherit libtool eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs +RESTRICT="confcache" + PATCHLEVEL="7" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" diff --git a/media-video/vlc/vlc-0.8.4a-r1.ebuild b/media-video/vlc/vlc-0.8.4a-r1.ebuild index 5e940c8fb370..39be4945e58a 100644 --- a/media-video/vlc/vlc-0.8.4a-r1.ebuild +++ b/media-video/vlc/vlc-0.8.4a-r1.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a-r1.ebuild,v 1.8 2006/06/16 22:39:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a-r1.ebuild,v 1.9 2006/06/18 12:00:56 flameeyes Exp $ inherit eutils wxwidgets nsplugins multilib autotools toolchain-funcs +RESTRICT="confcache" + MY_P="${P/_beta/-test}" PATCHLEVEL="16" diff --git a/media-video/vlc/vlc-0.8.4a.ebuild b/media-video/vlc/vlc-0.8.4a.ebuild index 98687e744bd9..343d553d14fb 100644 --- a/media-video/vlc/vlc-0.8.4a.ebuild +++ b/media-video/vlc/vlc-0.8.4a.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.15 2006/05/04 01:01:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.16 2006/06/18 12:00:56 flameeyes Exp $ inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs +RESTRICT="confcache" + MY_P="${P/_beta/-test}" PATCHLEVEL="13" diff --git a/media-video/vlc/vlc-0.8.5-r2.ebuild b/media-video/vlc/vlc-0.8.5-r2.ebuild index 60a0640ebdef..db5d2f6f71e3 100644 --- a/media-video/vlc/vlc-0.8.5-r2.ebuild +++ b/media-video/vlc/vlc-0.8.5-r2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.5-r2.ebuild,v 1.1 2006/06/16 23:21:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.5-r2.ebuild,v 1.2 2006/06/18 12:00:56 flameeyes Exp $ inherit eutils wxwidgets nsplugins multilib autotools toolchain-funcs +RESTRICT="confcache" + MY_P="${P/_beta/-test}" PATCHLEVEL="23" diff --git a/media-video/vlc/vlc-0.8.5-r3.ebuild b/media-video/vlc/vlc-0.8.5-r3.ebuild index d9aa157e1c39..5ef11877b9a3 100644 --- a/media-video/vlc/vlc-0.8.5-r3.ebuild +++ b/media-video/vlc/vlc-0.8.5-r3.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.5-r3.ebuild,v 1.1 2006/06/18 11:42:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.5-r3.ebuild,v 1.2 2006/06/18 12:00:56 flameeyes Exp $ inherit eutils wxwidgets nsplugins multilib autotools toolchain-funcs +RESTRICT="confcache" + MY_P="${P/_beta/-test}" PATCHLEVEL="24" |