* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-0.9.7.ebuild libvpx-0.9.7-r1.ebuild libvpx-9999.ebuild
@ 2011-09-27 12:57 Christoph Junghans (ottxor)
0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2011-09-27 12:57 UTC (permalink / raw
To: gentoo-commits
ottxor 11/09/27 12:57:54
Modified: libvpx-0.9.6.ebuild ChangeLog libvpx-0.9.7.ebuild
libvpx-0.9.7-r1.ebuild libvpx-9999.ebuild
Log:
[media-libs/libvpx] addpredict (bug #384585)
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.12 media-libs/libvpx/libvpx-0.9.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?r1=1.11&r2=1.12
Index: libvpx-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libvpx-0.9.6.ebuild 29 Jul 2011 02:11:42 -0000 1.11
+++ libvpx-0.9.6.ebuild 27 Sep 2011 12:57:54 -0000 1.12
@@ -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/libvpx/libvpx-0.9.6.ebuild,v 1.11 2011/07/29 02:11:42 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.12 2011/09/27 12:57:54 ottxor Exp $
EAPI=4
inherit eutils multilib toolchain-funcs
@@ -45,6 +45,9 @@
}
src_configure() {
+ # http://bugs.gentoo.org/show_bug.cgi?id=384585
+ addpredict /usr/share/snmp/mibs/.index
+
tc-export CC
local archparams=""
[ "$ABI" = "x86" ] && archparams=" --target=x86-linux-gcc"
1.34 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 22 Sep 2011 09:08:47 -0000 1.33
+++ ChangeLog 27 Sep 2011 12:57:54 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.33 2011/09/22 09:08:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.34 2011/09/27 12:57:54 ottxor Exp $
+
+ 27 Sep 2011; Christoph Junghans <ottxor@gentoo.org> libvpx-0.9.6.ebuild,
+ libvpx-0.9.7.ebuild, libvpx-0.9.7-r1.ebuild, libvpx-9999.ebuild:
+ addpredict /usr/share/snmp/mibs/.index (bug #384585)
22 Sep 2011; Tim Harder <radhermit@gentoo.org> libvpx-9999.ebuild:
Update git repo location.
1.2 media-libs/libvpx/libvpx-0.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild?r1=1.1&r2=1.2
Index: libvpx-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvpx-0.9.7.ebuild 8 Aug 2011 10:43:05 -0000 1.1
+++ libvpx-0.9.7.ebuild 27 Sep 2011 12:57:54 -0000 1.2
@@ -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/libvpx/libvpx-0.9.7.ebuild,v 1.1 2011/08/08 10:43:05 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild,v 1.2 2011/09/27 12:57:54 ottxor Exp $
EAPI=4
inherit eutils multilib toolchain-funcs
@@ -45,6 +45,9 @@
}
src_configure() {
+ # http://bugs.gentoo.org/show_bug.cgi?id=384585
+ addpredict /usr/share/snmp/mibs/.index
+
tc-export CC
local archparams=""
[ "$ABI" = "x86" ] && archparams=" --target=x86-linux-gcc"
1.2 media-libs/libvpx/libvpx-0.9.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild?r1=1.1&r2=1.2
Index: libvpx-0.9.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvpx-0.9.7-r1.ebuild 21 Sep 2011 20:35:58 -0000 1.1
+++ libvpx-0.9.7-r1.ebuild 27 Sep 2011 12:57:54 -0000 1.2
@@ -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/libvpx/libvpx-0.9.7-r1.ebuild,v 1.1 2011/09/21 20:35:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild,v 1.2 2011/09/27 12:57:54 ottxor Exp $
EAPI=4
inherit eutils multilib toolchain-funcs
@@ -45,6 +45,9 @@
}
src_configure() {
+ # http://bugs.gentoo.org/show_bug.cgi?id=384585
+ addpredict /usr/share/snmp/mibs/.index
+
tc-export CC
local archparams=""
[ "$ABI" = "x86" ] && archparams=" --target=x86-linux-gcc"
1.18 media-libs/libvpx/libvpx-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.17&r2=1.18
Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libvpx-9999.ebuild 22 Sep 2011 09:08:47 -0000 1.17
+++ libvpx-9999.ebuild 27 Sep 2011 12:57:54 -0000 1.18
@@ -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/libvpx/libvpx-9999.ebuild,v 1.17 2011/09/22 09:08:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.18 2011/09/27 12:57:54 ottxor Exp $
EAPI=4
inherit multilib toolchain-funcs
@@ -39,6 +39,9 @@
"
src_configure() {
+ # http://bugs.gentoo.org/show_bug.cgi?id=384585
+ addpredict /usr/share/snmp/mibs/.index
+
tc-export CC
./configure \
--prefix="${EPREFIX}"/usr \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-27 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 12:57 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-0.9.7.ebuild libvpx-0.9.7-r1.ebuild libvpx-9999.ebuild Christoph Junghans (ottxor)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox