dlan 15/01/26 13:53:45
Modified: vlc-2.1.9999.ebuild vlc-2.1.5.ebuild
vlc-9999.ebuild vlc-2.1.2.ebuild
vlc-2.2.9999.ebuild vlc-2.1.4.ebuild ChangeLog
Log:
Unquoted Variable warning
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0xAABEFD55)
Revision Changes Path
1.30 media-video/vlc/vlc-2.1.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?r1=1.29&r2=1.30
Index: vlc-2.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- vlc-2.1.9999.ebuild 26 Jan 2015 13:45:35 -0000 1.29
+++ vlc-2.1.9999.ebuild 26 Jan 2015 13:53:45 -0000 1.30
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.29
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.30
2015/01/26 13:53:45 dlan Exp $
EAPI="5"
@@ -425,7 +425,7 @@
# _FORTIFY_SOURCE is set to 2 in config.h, which is also the default
value on Gentoo.
# Other values of _FORTIFY_SOURCE may break the build (bug 523144), so
definition should not be removed from config.h.
# To prevent redefinition warnings, we undefine _FORTIFY_SOURCE at the
very start of config.h file
- sed -i '1i#undef _FORTIFY_SOURCE' ${S}/config.h || die
+ sed -i '1i#undef _FORTIFY_SOURCE' "${S}"/config.h || die
}
src_test() {
1.8 media-video/vlc/vlc-2.1.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.5.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.5.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.5.ebuild?r1=1.7&r2=1.8
Index: vlc-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vlc-2.1.5.ebuild 26 Jan 2015 13:45:35 -0000 1.7
+++ vlc-2.1.5.ebuild 26 Jan 2015 13:53:45 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5.ebuild,v 1.7
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5.ebuild,v 1.8
2015/01/26 13:53:45 dlan Exp $
EAPI="5"
@@ -428,7 +428,7 @@
# _FORTIFY_SOURCE is set to 2 in config.h, which is also the default
value on Gentoo.
# Other values of _FORTIFY_SOURCE may break the build (bug 523144), so
definition should not be removed from config.h.
# To prevent redefinition warnings, we undefine _FORTIFY_SOURCE at the
very start of config.h file
- sed -i '1i#undef _FORTIFY_SOURCE' ${S}/config.h || die
+ sed -i '1i#undef _FORTIFY_SOURCE' "${S}"/config.h || die
}
src_test() {
1.230 media-video/vlc/vlc-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.230&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.230&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.229&r2=1.230
Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- vlc-9999.ebuild 26 Jan 2015 13:45:35 -0000 1.229
+++ vlc-9999.ebuild 26 Jan 2015 13:53:45 -0000 1.230
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.229
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.230
2015/01/26 13:53:45 dlan Exp $
EAPI="5"
@@ -440,7 +440,7 @@
# _FORTIFY_SOURCE is set to 2 in config.h, which is also the default
value on Gentoo.
# Other values of _FORTIFY_SOURCE may break the build (bug 523144), so
definition should not be removed from config.h.
# To prevent redefinition warnings, we undefine _FORTIFY_SOURCE at the
very start of config.h file
- sed -i '1i#undef _FORTIFY_SOURCE' ${S}/config.h || die
+ sed -i '1i#undef _FORTIFY_SOURCE' "${S}"/config.h || die
}
src_test() {
1.20 media-video/vlc/vlc-2.1.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild?r1=1.19&r2=1.20
Index: vlc-2.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vlc-2.1.2.ebuild 26 Jan 2015 13:45:35 -0000 1.19
+++ vlc-2.1.2.ebuild 26 Jan 2015 13:53:45 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild,v 1.19
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild,v 1.20
2015/01/26 13:53:45 dlan Exp $
EAPI="5"
@@ -410,7 +410,7 @@
# _FORTIFY_SOURCE is set to 2 in config.h, which is also the default
value on Gentoo.
# Other values of _FORTIFY_SOURCE may break the build (bug 523144), so
definition should not be removed from config.h.
# To prevent redefinition warnings, we undefine _FORTIFY_SOURCE at the
very start of config.h file
- sed -i '1i#undef _FORTIFY_SOURCE' ${S}/config.h || die
+ sed -i '1i#undef _FORTIFY_SOURCE' "${S}"/config.h || die
}
src_test() {
1.7 media-video/vlc/vlc-2.2.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.9999.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.9999.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.9999.ebuild?r1=1.6&r2=1.7
Index: vlc-2.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vlc-2.2.9999.ebuild 26 Jan 2015 13:45:35 -0000 1.6
+++ vlc-2.2.9999.ebuild 26 Jan 2015 13:53:45 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.9999.ebuild,v 1.6
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.9999.ebuild,v 1.7
2015/01/26 13:53:45 dlan Exp $
EAPI="5"
@@ -440,7 +440,7 @@
# _FORTIFY_SOURCE is set to 2 in config.h, which is also the default
value on Gentoo.
# Other values of _FORTIFY_SOURCE may break the build (bug 523144), so
definition should not be removed from config.h.
# To prevent redefinition warnings, we undefine _FORTIFY_SOURCE at the
very start of config.h file
- sed -i '1i#undef _FORTIFY_SOURCE' ${S}/config.h || die
+ sed -i '1i#undef _FORTIFY_SOURCE' "${S}"/config.h || die
}
src_test() {
1.15 media-video/vlc/vlc-2.1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild?r1=1.14&r2=1.15
Index: vlc-2.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vlc-2.1.4.ebuild 26 Jan 2015 13:45:35 -0000 1.14
+++ vlc-2.1.4.ebuild 26 Jan 2015 13:53:45 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild,v 1.14
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild,v 1.15
2015/01/26 13:53:45 dlan Exp $
EAPI="5"
@@ -425,7 +425,7 @@
# _FORTIFY_SOURCE is set to 2 in config.h, which is also the default
value on Gentoo.
# Other values of _FORTIFY_SOURCE may break the build (bug 523144), so
definition should not be removed from config.h.
# To prevent redefinition warnings, we undefine _FORTIFY_SOURCE at the
very start of config.h file
- sed -i '1i#undef _FORTIFY_SOURCE' ${S}/config.h || die
+ sed -i '1i#undef _FORTIFY_SOURCE' "${S}"/config.h || die
}
src_test() {
1.925 media-video/vlc/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.925&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.925&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.924&r2=1.925
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.924
retrieving revision 1.925
diff -u -r1.924 -r1.925
--- ChangeLog 26 Jan 2015 13:45:35 -0000 1.924
+++ ChangeLog 26 Jan 2015 13:53:45 -0000 1.925
@@ -1,6 +1,10 @@
# ChangeLog for media-video/vlc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.924
2015/01/26 13:45:35 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.925
2015/01/26 13:53:45 dlan Exp $
+
+ 26 Jan 2015; Yixun Lan <[email protected]> vlc-2.1.2.ebuild, vlc-2.1.4.ebuild,
+ vlc-2.1.5.ebuild, vlc-2.1.9999.ebuild, vlc-2.2.9999.ebuild, vlc-9999.ebuild:
+ Unquoted Variable warning
26 Jan 2015; Yixun Lan <[email protected]> vlc-2.1.2.ebuild, vlc-2.1.4.ebuild,
vlc-2.1.5.ebuild, vlc-2.1.9999.ebuild, vlc-2.2.9999.ebuild, vlc-9999.ebuild: