From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SMq6v-0003uw-Ef for garchives@archives.gentoo.org; Wed, 25 Apr 2012 00:29:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9954CE07F2; Wed, 25 Apr 2012 00:29:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 58AB9E07F2 for ; Wed, 25 Apr 2012 00:29:18 +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 B50FE1B401F for ; Wed, 25 Apr 2012 00:29:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 695FA2004B; Wed, 25 Apr 2012 00:29:16 +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 Message-Id: <20120425002916.695FA2004B@flycatcher.gentoo.org> Date: Wed, 25 Apr 2012 00:29:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0b4baf4b-a22c-49cb-9414-d64f4a897aa6 X-Archives-Hash: 1aa255caeb1f5410eedc86970b07a2eb jer 12/04/25 00:29:16 Modified: complexity-0.4.ebuild ChangeLog Log: Add RDEPEND on sys-devel/autogen for libopts. =20 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) Revision Changes Path 1.4 dev-util/complexity/complexity-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexit= y/complexity-0.4.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexit= y/complexity-0.4.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexit= y/complexity-0.4.ebuild?r1=3D1.3&r2=3D1.4 Index: complexity-0.4.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebui= ld,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- complexity-0.4.ebuild 18 May 2011 02:35:43 -0000 1.3 +++ complexity-0.4.ebuild 25 Apr 2012 00:29:16 -0000 1.4 @@ -1,10 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.eb= uild,v 1.3 2011/05/18 02:35:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.eb= uild,v 1.4 2012/04/25 00:29:16 jer Exp $ =20 -EAPI=3D3 - -# TODO: inherit autotools +EAPI=3D4 =20 DESCRIPTION=3D"a tool designed for analyzing the complexity of C program functions" @@ -16,10 +14,12 @@ KEYWORDS=3D"~amd64 ~hppa ~x86" IUSE=3D"" =20 -DEPEND=3D">=3Dsys-devel/autogen-5.11.7" -RDEPEND=3D"" +RDEPEND=3D" + >=3Dsys-devel/autogen-5.11.7 +" +DEPEND=3D" + ${RDEPEND} + sys-devel/libtool +" =20 -src_install() { - emake DESTDIR=3D"${D}" install || die - dodoc ChangeLog -} +DOCS=3D( ChangeLog ) 1.4 dev-util/complexity/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexit= y/ChangeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexit= y/ChangeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexit= y/ChangeLog?r1=3D1.3&r2=3D1.4 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 18 May 2011 02:35:43 -0000 1.3 +++ ChangeLog 25 Apr 2012 00:29:16 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/complexity -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.3 2= 011/05/18 02:35:43 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.4 2= 012/04/25 00:29:16 jer Exp $ + + 25 Apr 2012; Jeroen Roovers complexity-0.4.ebuild: + Add RDEPEND on sys-devel/autogen for libopts. =20 18 May 2011; Jeroen Roovers complexity-0.4.ebuild: Marked ~hppa too.