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 1Q5bdn-0002SS-64 for garchives@archives.gentoo.org; Fri, 01 Apr 2011 10:31:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C9E1C001; Fri, 1 Apr 2011 10:31:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E8DF11C001 for ; Fri, 1 Apr 2011 10:31: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 3BDC01B4013 for ; Fri, 1 Apr 2011 10:31:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id D840120054; Fri, 1 Apr 2011 10:31:33 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gegl-0.1.6.ebuild ChangeLog X-VCS-Directories: media-libs/gegl X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20110401103133.D840120054@flycatcher.gentoo.org> Date: Fri, 1 Apr 2011 10:31: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: 04ce11a53396f9e046ee53127c0d8a00 scarabeus 11/04/01 10:31:33 Modified: gegl-0.1.6.ebuild ChangeLog Log: Use ED since we use eapi3. =20 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) Revision Changes Path 1.6 media-libs/gegl/gegl-0.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.6.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.6.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.6.ebuild?r1=3D1.5&r2=3D1.6 Index: gegl-0.1.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/media-libs/gegl/gegl-0.1.6.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gegl-0.1.6.ebuild 26 Mar 2011 14:58:11 -0000 1.5 +++ gegl-0.1.6.ebuild 1 Apr 2011 10:31:33 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1= .5 2011/03/26 14:58:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1= .6 2011/04/01 10:31:33 scarabeus Exp $ =20 EAPI=3D3 =20 @@ -72,7 +72,7 @@ } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "emake install failed" - find "${D}" -name '*.la' -delete + emake DESTDIR=3D"${ED}" install || die "emake install failed" + find "${ED}" -name '*.la' -delete dodoc ChangeLog INSTALL README NEWS || die "dodoc failed" } 1.42 media-libs/gegl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?r1=3D1.41&r2=3D1.42 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/media-libs/gegl/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 29 Mar 2011 12:27:21 -0000 1.41 +++ ChangeLog 1 Apr 2011 10:31:33 -0000 1.42 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.41 2011= /03/29 12:27:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.42 2011= /04/01 10:31:33 scarabeus Exp $ + + 01 Apr 2011; Tom=C3=A1=C5=A1 Chv=C3=A1tal gegl-= 0.1.6.ebuild: + Use ED since we use eapi3. =20 29 Mar 2011; Christoph Mende gegl-0.0.22.ebuild: Fixed slot deps