hasufell 14/07/04 19:36:27
Modified: fcgiwrap-9999.ebuild ChangeLog
fcgiwrap-1.1.0-r1.ebuild
Log:
rm -Werror flag wrt #508178
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
BDEED020)
Revision Changes Path
1.6 www-misc/fcgiwrap/fcgiwrap-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild?r1=1.5&r2=1.6
Index: fcgiwrap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fcgiwrap-9999.ebuild 31 Dec 2012 08:04:29 -0000 1.5
+++ fcgiwrap-9999.ebuild 4 Jul 2014 19:36:27 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v
1.5 2012/12/31 08:04:29 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v
1.6 2014/07/04 19:36:27 hasufell Exp $
EAPI="4"
@@ -33,6 +33,9 @@
DOCS=( README.rst )
src_prepare() {
+ sed -e "s/-Werror//" \
+ -i configure.ac || die "sed failed"
+
sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
-i Makefile.in || die "sed failed"
1.17 www-misc/fcgiwrap/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/ChangeLog?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/ChangeLog?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 2 May 2014 10:40:49 -0000 1.16
+++ ChangeLog 4 Jul 2014 19:36:27 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/fcgiwrap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.16
2014/05/02 10:40:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.17
2014/07/04 19:36:27 hasufell Exp $
+
+ 04 Jul 2014; Julian Ospald <[email protected]> fcgiwrap-1.1.0-r1.ebuild,
+ fcgiwrap-9999.ebuild:
+ rm -Werror flag wrt #508178
*fcgiwrap-1.1.0-r1 (02 May 2014)
1.2 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild?r1=1.1&r2=1.2
Index: fcgiwrap-1.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fcgiwrap-1.1.0-r1.ebuild 2 May 2014 10:40:49 -0000 1.1
+++ fcgiwrap-1.1.0-r1.ebuild 4 Jul 2014 19:36:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild,v 1.1
2014/05/02 10:40:49 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild,v 1.2
2014/07/04 19:36:27 hasufell Exp $
EAPI="5"
@@ -30,6 +30,9 @@
DOCS=( README.rst )
src_prepare() {
+ sed -e "s/-Werror//" \
+ -i configure.ac || die "sed failed"
+
sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
-i Makefile.in || die "sed failed"
tc-export CC