From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KaNP5-0001A5-04 for garchives@archives.gentoo.org; Tue, 02 Sep 2008 04:22:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B367E02BC; Tue, 2 Sep 2008 04:22:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 451F5E02BC for ; Tue, 2 Sep 2008 04:22:06 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5D46566963 for ; Tue, 2 Sep 2008 04:22:05 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KaNP2-0005mB-42 for gentoo-commits@lists.gentoo.org; Tue, 02 Sep 2008 04:22:04 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gqview: gqview-2.1.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gqview-2.1.5.ebuild ChangeLog X-VCS-Directories: media-gfx/gqview X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Tue, 02 Sep 2008 04:22:04 +0000 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: cb03ed0e-3525-44d5-b8db-a7b3029bcea2 X-Archives-Hash: 9f1cbd1833f539119a791f9cd50abc07 mr_bones_ 08/09/02 04:22:04 Modified: gqview-2.1.5.ebuild ChangeLog Log: add patch from geckosenator on upstream forums for saving window inform= ation, even when maximized. (bug #228821) (Portage version: 2.1.4.4) Revision Changes Path 1.2 media-gfx/gqview/gqview-2.1.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/g= qview-2.1.5.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/g= qview-2.1.5.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/g= qview-2.1.5.ebuild?r1=3D1.1&r2=3D1.2 Index: gqview-2.1.5.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-gfx/gqview/gqview-2.1.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gqview-2.1.5.ebuild 10 Dec 2006 09:02:36 -0000 1.1 +++ gqview-2.1.5.ebuild 2 Sep 2008 04:22:03 -0000 1.2 @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,= v 1.1 2006/12/10 09:02:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-2.1.5.ebuild,= v 1.2 2008/09/02 04:22:03 mr_bones_ Exp $ + +inherit eutils =20 DESCRIPTION=3D"A GTK-based image browser" HOMEPAGE=3D"http://gqview.sourceforge.net/" @@ -19,6 +21,12 @@ dev-util/pkgconfig sys-devel/gettext" =20 +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-windows.patch" +} + src_compile() { econf \ --disable-dependency-tracking \ 1.85 media-gfx/gqview/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/C= hangeLog?rev=3D1.85&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/C= hangeLog?rev=3D1.85&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gqview/C= hangeLog?r1=3D1.84&r2=3D1.85 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-gfx/gqview/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- ChangeLog 14 Oct 2007 15:49:10 -0000 1.84 +++ ChangeLog 2 Sep 2008 04:22:03 -0000 1.85 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/gqview -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.84 200= 7/10/14 15:49:10 corsair Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/ChangeLog,v 1.85 200= 8/09/02 04:22:03 mr_bones_ Exp $ + + 02 Sep 2008; Michael Sterrett + +files/gqview-2.1.5-windows.patch, gqview-2.1.5.ebuild: + add patch from geckosenator on upstream forums for saving window infor= mation, + even when maximized. (bug #228821) =20 14 Oct 2007; Markus Rothe gqview-2.0.4.ebuild: Stable on ppc64; bug #194935