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 72E4F13800E for ; Sat, 11 Aug 2012 15:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCD9E00E6; Sat, 11 Aug 2012 15:35:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 21BDAE00E6 for ; Sat, 11 Aug 2012 15:35:04 +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 816111B4008 for ; Sat, 11 Aug 2012 15:35:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 335F82004B; Sat, 11 Aug 2012 15:35:02 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/complexity: complexity-0.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: complexity-0.4.ebuild ChangeLog X-VCS-Directories: dev-util/complexity X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120811153502.335F82004B@flycatcher.gentoo.org> Date: Sat, 11 Aug 2012 15:35:02 +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: d36747d5-5b51-45ca-b5f2-60016f21e5e0 X-Archives-Hash: 81aaf1757ac8127dee632018fddcccf0 jer 12/08/11 15:35:02 Modified: complexity-0.4.ebuild ChangeLog Log: Fix building against sys-libs/glibc-2.16 by Diego Elio Pettenò (bug #430826). (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.5 dev-util/complexity/complexity-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild?r1=1.4&r2=1.5 Index: complexity-0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- complexity-0.4.ebuild 25 Apr 2012 00:29:16 -0000 1.4 +++ complexity-0.4.ebuild 11 Aug 2012 15:35:02 -0000 1.5 @@ -1,8 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild,v 1.4 2012/04/25 00:29:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild,v 1.5 2012/08/11 15:35:02 jer Exp $ EAPI=4 +inherit eutils DESCRIPTION="a tool designed for analyzing the complexity of C program functions" @@ -23,3 +24,7 @@ " DOCS=( ChangeLog ) + +src_prepare() { + epatch "${FILESDIR}"/${P}-gets.patch +} 1.5 dev-util/complexity/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 25 Apr 2012 00:29:16 -0000 1.4 +++ ChangeLog 11 Aug 2012 15:35:02 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/complexity # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.4 2012/04/25 00:29:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.5 2012/08/11 15:35:02 jer Exp $ + + 11 Aug 2012; Jeroen Roovers complexity-0.4.ebuild, + +files/complexity-0.4-gets.patch: + Fix building against sys-libs/glibc-2.16 by Diego Elio Pettenò (bug + #430826). 25 Apr 2012; Jeroen Roovers complexity-0.4.ebuild: Add RDEPEND on sys-devel/autogen for libopts.