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 1SQvuZ-0006JH-PR for garchives@archives.gentoo.org; Sun, 06 May 2012 07:29:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA3E5E060F; Sun, 6 May 2012 07:29:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 832CEE060F for ; Sun, 6 May 2012 07:29:36 +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 AADC21B4033 for ; Sun, 6 May 2012 07:29:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2318) id 6349A2004B; Sun, 6 May 2012 07:29:34 +0000 (UTC) From: "Jeff Horelick (jdhore)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jdhore@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pkgconf: pkgconf-9999.ebuild pkgconf-0.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pkgconf-9999.ebuild pkgconf-0.6.ebuild ChangeLog X-VCS-Directories: dev-util/pkgconf X-VCS-Committer: jdhore X-VCS-Committer-Name: Jeff Horelick Content-Type: text/plain; charset=utf8 Message-Id: <20120506072934.6349A2004B@flycatcher.gentoo.org> Date: Sun, 6 May 2012 07:29:34 +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: d76c1747-aa9e-490b-93b2-106d656887dd X-Archives-Hash: 9ce8631fc636373664e218afdc390cb1 jdhore 12/05/06 07:29:34 Modified: pkgconf-9999.ebuild pkgconf-0.6.ebuild ChangeLog Log: Use verbose build. =20 (Portage version: 2.2.0_alpha101/cvs/Linux i686) Revision Changes Path 1.6 dev-util/pkgconf/pkgconf-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/p= kgconf-9999.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/p= kgconf-9999.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/p= kgconf-9999.ebuild?r1=3D1.5&r2=3D1.6 Index: pkgconf-9999.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/pkgconf/pkgconf-9999.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pkgconf-9999.ebuild 4 May 2012 15:59:22 -0000 1.5 +++ pkgconf-9999.ebuild 6 May 2012 07:29:34 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,= v 1.5 2012/05/04 15:59:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,= v 1.6 2012/05/06 07:29:34 jdhore Exp $ =20 EAPI=3D"4" =20 @@ -33,6 +33,10 @@ [[ -e configure ]] || AT_M4DIR=3D"m4" eautoreconf } =20 +src_compile() { + emake V=3D1 +} + src_install() { default use pkg-config \ 1.2 dev-util/pkgconf/pkgconf-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/p= kgconf-0.6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/p= kgconf-0.6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/p= kgconf-0.6.ebuild?r1=3D1.1&r2=3D1.2 Index: pkgconf-0.6.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/pkgconf/pkgconf-0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pkgconf-0.6.ebuild 6 May 2012 07:18:11 -0000 1.1 +++ pkgconf-0.6.ebuild 6 May 2012 07:29:34 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.6.ebuild,v= 1.1 2012/05/06 07:18:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.6.ebuild,v= 1.2 2012/05/06 07:29:34 jdhore Exp $ =20 EAPI=3D"4" =20 @@ -33,6 +33,10 @@ [[ -e configure ]] || AT_M4DIR=3D"m4" eautoreconf } =20 +src_compile() { + emake V=3D1 +} + src_install() { default use pkg-config \ 1.12 dev-util/pkgconf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/C= hangeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/C= hangeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconf/C= hangeLog?r1=3D1.11&r2=3D1.12 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/pkgconf/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 6 May 2012 07:18:11 -0000 1.11 +++ ChangeLog 6 May 2012 07:29:34 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pkgconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.11 201= 2/05/06 07:18:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.12 201= 2/05/06 07:29:34 jdhore Exp $ + + 06 May 2012; Jeff Horelick pkgconf-0.6.ebuild, + pkgconf-9999.ebuild: + Use verbose build. =20 *pkgconf-0.6 (06 May 2012) =20