From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13D45198005 for ; Wed, 27 Feb 2013 08:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 904CDE0760; Wed, 27 Feb 2013 08:21:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 193B0E0760 for ; Wed, 27 Feb 2013 08:21:30 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D344C33DBE8 for ; Wed, 27 Feb 2013 08:21:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id 5FBF82171D; Wed, 27 Feb 2013 08:21:27 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libwapcaplet: libwapcaplet-0.1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libwapcaplet-0.1.1.ebuild ChangeLog X-VCS-Directories: dev-libs/libwapcaplet X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130227082127.5FBF82171D@flycatcher.gentoo.org> Date: Wed, 27 Feb 2013 08:21:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f80da8bf-5fc8-40c6-aff1-d9a929ffdaeb X-Archives-Hash: f2962ffd4b52f1bfbe4cdb20324fbece xmw 13/02/27 08:21:27 Modified: libwapcaplet-0.1.1.ebuild ChangeLog Log: Keep -Werror (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision Changes Path 1.7 dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild?r1=1.6&r2=1.7 Index: libwapcaplet-0.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libwapcaplet-0.1.1.ebuild 27 Feb 2013 08:18:33 -0000 1.6 +++ libwapcaplet-0.1.1.ebuild 27 Feb 2013 08:21:27 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild,v 1.6 2013/02/27 08:18:33 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwapcaplet/libwapcaplet-0.1.1.ebuild,v 1.7 2013/02/27 08:21:27 xmw Exp $ EAPI=4 @@ -23,7 +23,6 @@ sed -e "/^CCOPT :=/s:=.*:=:" \ -i build/makefiles/Makefile.{gcc,clang} || die sed -e "/^INSTALL_ITEMS/s: /lib: /$(get_libdir):g" \ - -e "s:-Werror::g" \ -i Makefile || die sed -e "/^libdir/s:/lib:/$(get_libdir):g" \ -i ${PN}.pc.in || die 1.7 dev-libs/libwapcaplet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwapcaplet/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwapcaplet/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwapcaplet/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwapcaplet/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 27 Feb 2013 08:18:33 -0000 1.6 +++ ChangeLog 27 Feb 2013 08:21:27 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libwapcaplet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwapcaplet/ChangeLog,v 1.6 2013/02/27 08:18:33 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwapcaplet/ChangeLog,v 1.7 2013/02/27 08:21:27 xmw Exp $ + + 27 Feb 2013; Michael Weber libwapcaplet-0.1.1.ebuild: + Keep -Werror 27 Feb 2013; Michael Weber libwapcaplet-0.1.1.ebuild: Restore cross-compile functionality (thanks James Le Cuirot, bug 431884)