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 1Qo7q9-0006fS-JY for garchives@archives.gentoo.org; Tue, 02 Aug 2011 05:48:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C145A21C36E; Tue, 2 Aug 2011 05:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8342D21C36E for ; Tue, 2 Aug 2011 05:48:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2FD61B4024 for ; Tue, 2 Aug 2011 05:48:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2278) id 8ED402004C; Tue, 2 Aug 2011 05:48:20 +0000 (UTC) From: "Rafael Martins (rafaelmartins)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, rafaelmartins@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: diffball-1.0.1.ebuild ChangeLog X-VCS-Directories: dev-util/diffball X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins Content-Type: text/plain; charset=utf8 Message-Id: <20110802054820.8ED402004C@flycatcher.gentoo.org> Date: Tue, 2 Aug 2011 05:48:20 +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: X-Archives-Hash: 620b5194db4c90e0bc24ce84ee03ddc4 rafaelmartins 11/08/02 05:48:20 Modified: diffball-1.0.1.ebuild ChangeLog Log: added dev-util/pkgconfig to DEPEND. ${PN}-${PV} =3D=3D ${P} =20 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64) Revision Changes Path 1.2 dev-util/diffball/diffball-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/= diffball-1.0.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/= diffball-1.0.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/= diffball-1.0.1.ebuild?r1=3D1.1&r2=3D1.2 Index: diffball-1.0.1.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/diffball/diffball-1.0.1.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- diffball-1.0.1.ebuild 2 Aug 2011 05:31:16 -0000 1.1 +++ diffball-1.0.1.ebuild 2 Aug 2011 05:48:20 -0000 1.2 @@ -1,20 +1,21 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebui= ld,v 1.1 2011/08/02 05:31:16 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebui= ld,v 1.2 2011/08/02 05:48:20 rafaelmartins Exp $ =20 DESCRIPTION=3D"Delta compression suite for using/generating binary patch= es" HOMEPAGE=3D"http://diffball.googlecode.com/" -SRC_URI=3D"http://diffball.googlecode.com/files/${PN}-${PV}.tar.bz2" +SRC_URI=3D"http://diffball.googlecode.com/files/${P}.tar.bz2" =20 LICENSE=3D"BSD" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~= amd64-linux ~x86-linux ~ppc-macos" IUSE=3D"debug" =20 -DEPEND=3D">=3Dsys-libs/zlib-1.1.4 +RDEPEND=3D">=3Dsys-libs/zlib-1.1.4 >=3Dapp-arch/bzip2-1.0.2 app-arch/xz-utils" -RDEPEND=3D"${DEPEND}" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig" =20 # Invalid RESTRICT for source package. Investigate. RESTRICT=3D"strip" 1.38 dev-util/diffball/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/= ChangeLog?rev=3D1.38&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/= ChangeLog?rev=3D1.38&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/= ChangeLog?r1=3D1.37&r2=3D1.38 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/diffball/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 2 Aug 2011 05:31:16 -0000 1.37 +++ ChangeLog 2 Aug 2011 05:48:20 -0000 1.38 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/diffball # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.37 20= 11/08/02 05:31:16 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.38 20= 11/08/02 05:48:20 rafaelmartins Exp $ + + 02 Aug 2011; Rafael G. Martins + diffball-1.0.1.ebuild: + added dev-util/pkgconfig to DEPEND. ${PN}-${PV} =3D=3D ${P} =20 *diffball-1.0.1 (02 Aug 2011) =20