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 1S103Z-0008Vt-PB for garchives@archives.gentoo.org; Fri, 24 Feb 2012 18:39:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1DA2E05CB; Fri, 24 Feb 2012 18:39:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 852A5E05CB for ; Fri, 24 Feb 2012 18:39:42 +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 B62E11B4026 for ; Fri, 24 Feb 2012 18:39:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2261) id 915252004B; Fri, 24 Feb 2012 18:39:40 +0000 (UTC) From: "PaweA Hajdan (phajdan.jr)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, phajdan.jr@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lqr: gimp-lqr-0.7.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gimp-lqr-0.7.1.ebuild ChangeLog X-VCS-Directories: media-plugins/gimp-lqr X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: PaweA Hajdan Content-Type: text/plain; charset=utf8 Message-Id: <20120224183940.915252004B@flycatcher.gentoo.org> Date: Fri, 24 Feb 2012 18:39:40 +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: 6c803c8c-2cb6-43f4-8cd8-5dbda3defbe6 X-Archives-Hash: b7748fc8967ca9f6e4aa54eedce62da9 phajdan.jr 12/02/24 18:39:40 Modified: gimp-lqr-0.7.1.ebuild ChangeLog Log: Fix compile error, bug #405591 by Sorath. =20 (Portage version: 2.1.10.44/cvs/Linux i686) Revision Changes Path 1.5 media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp= -lqr/gimp-lqr-0.7.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp= -lqr/gimp-lqr-0.7.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp= -lqr/gimp-lqr-0.7.1.ebuild?r1=3D1.4&r2=3D1.5 Index: gimp-lqr-0.7.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/media-plugins/gimp-lqr/gimp-lqr-0.7.1.e= build,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gimp-lqr-0.7.1.ebuild 28 Nov 2011 11:57:37 -0000 1.4 +++ gimp-lqr-0.7.1.ebuild 24 Feb 2012 18:39:40 -0000 1.5 @@ -1,6 +1,10 @@ -# 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/media-plugins/gimp-lqr/gimp-lqr-0.7.1= .ebuild,v 1.4 2011/11/28 11:57:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/gimp-lqr-0.7.1= .ebuild,v 1.5 2012/02/24 18:39:40 phajdan.jr Exp $ + +EAPI=3D"4" + +inherit autotools eutils =20 MY_P=3D"${PN}-plugin-${PV}" =20 @@ -19,8 +23,12 @@ =20 S=3D"${WORKDIR}/${MY_P}" =20 -src_install() { - emake DESTDIR=3D"${D}" install || die +src_prepare() { + epatch "${FILESDIR}/${PN}-no-deprecated.patch" + eautoreconf +} =20 - dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die +src_install() { + emake DESTDIR=3D"${D}" install + dodoc AUTHORS BUGS ChangeLog NEWS README TODO } 1.5 media-plugins/gimp-lqr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp= -lqr/ChangeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp= -lqr/ChangeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp= -lqr/ChangeLog?r1=3D1.4&r2=3D1.5 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-plugins/gimp-lqr/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 28 Nov 2011 11:57:37 -0000 1.4 +++ ChangeLog 24 Feb 2012 18:39:40 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gimp-lqr -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.= 4 2011/11/28 11:57:37 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lqr/ChangeLog,v 1.= 5 2012/02/24 18:39:40 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr gimp-lqr-0.7.1.eb= uild, + +files/gimp-lqr-no-deprecated.patch: + Fix compile error, bug #405591 by Sorath. =20 28 Nov 2011; Pawel Hajdan jr gimp-lqr-0.7.1.eb= uild: x86 stable wrt bug #390269