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 1QB4pm-00028A-TK for garchives@archives.gentoo.org; Sat, 16 Apr 2011 12:42:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA0DE031D; Sat, 16 Apr 2011 12:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 28801E031D for ; Sat, 16 Apr 2011 12:42:35 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F1691B4058 for ; Sat, 16 Apr 2011 12:42:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2277) id 2A46320054; Sat, 16 Apr 2011 12:42:33 +0000 (UTC) From: "Ole Markus With (olemarkus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, olemarkus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-php/dbunit: dbunit-1.0.1.ebuild dbunit-1.0.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: dbunit-1.0.1.ebuild dbunit-1.0.0.ebuild X-VCS-Directories: dev-php/dbunit X-VCS-Committer: olemarkus X-VCS-Committer-Name: Ole Markus With Content-Type: text/plain; charset=utf8 Message-Id: <20110416124233.2A46320054@flycatcher.gentoo.org> Date: Sat, 16 Apr 2011 12:42:33 +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: fd80eb4693fa719695f63f58f1210a76 olemarkus 11/04/16 12:42:33 Modified: dbunit-1.0.1.ebuild dbunit-1.0.0.ebuild Log: Added support for local channel.xml =20 (Portage version: 2.1.9.45/cvs/Linux x86_64) Revision Changes Path 1.4 dev-php/dbunit/dbunit-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbu= nit-1.0.1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbu= nit-1.0.1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbu= nit-1.0.1.ebuild?r1=3D1.3&r2=3D1.4 Index: dbunit-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-php/dbunit/dbunit-1.0.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dbunit-1.0.1.ebuild 26 Mar 2011 10:28:19 -0000 1.3 +++ dbunit-1.0.1.ebuild 16 Apr 2011 12:42:32 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v = 1.3 2011/03/26 10:28:19 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v = 1.4 2011/04/16 12:42:32 olemarkus Exp $ =20 EAPI=3D"3" -PHP_PEAR_CHANNEL=3D"pear.phpunit.de" +PHP_PEAR_CHANNEL=3D"${FILESDIR}/channel.xml" PHP_PEAR_PN=3D"DbUnit" inherit php-pear-lib-r1 =20 1.5 dev-php/dbunit/dbunit-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbu= nit-1.0.0.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbu= nit-1.0.0.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/dbunit/dbu= nit-1.0.0.ebuild?r1=3D1.4&r2=3D1.5 Index: dbunit-1.0.0.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-php/dbunit/dbunit-1.0.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dbunit-1.0.0.ebuild 26 Mar 2011 10:28:19 -0000 1.4 +++ dbunit-1.0.0.ebuild 16 Apr 2011 12:42:32 -0000 1.5 @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.0.ebuild,v = 1.4 2011/03/26 10:28:19 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.0.ebuild,v = 1.5 2011/04/16 12:42:32 olemarkus Exp $ =20 -PHP_PEAR_CHANNEL=3D"pear.phpunit.de" +PHP_PEAR_CHANNEL=3D"${FILESDIR}/channel.xml" PHP_PEAR_PN=3D"DbUnit" inherit php-pear-lib-r1 =20