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 1JVC31-0003mO-KP for garchives@archives.gentoo.org; Fri, 29 Feb 2008 20:41:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228D4E06B4; Fri, 29 Feb 2008 20:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C551CE06B4 for ; Fri, 29 Feb 2008 20:41:38 +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 60464679A0 for ; Fri, 29 Feb 2008 20:41:38 +0000 (UTC) Received: from carlo by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JVC2y-0002Ij-S7 for gentoo-commits@lists.gentoo.org; Fri, 29 Feb 2008 20:41:36 +0000 From: "Carsten Lohrke (carlo)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, carlo@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/quickplot: quickplot-0.8.5.ebuild quickplot-0.8.13.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: quickplot-0.8.5.ebuild quickplot-0.8.13.ebuild ChangeLog X-VCS-Directories: sci-visualization/quickplot X-VCS-Committer: carlo X-VCS-Committer-Name: Carsten Lohrke Content-Type: text/plain; charset=utf8 Message-Id: Sender: Carsten Lohrke Date: Fri, 29 Feb 2008 20:41:36 +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: 7ccbd1f4-296f-4cf4-82f5-7a843dc3c1cd X-Archives-Hash: 41758c30e456283083f456b57a74339f carlo 08/02/29 20:41:36 Modified: quickplot-0.8.5.ebuild quickplot-0.8.13.ebuild ChangeLog Log: Remove icon extension from desktop entry to match Icon Theme Specifica= tion. (Portage version: 2.1.4.4) Revision Changes Path 1.2 sci-visualization/quickplot/quickplot-0.8.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/quickplot-0.8.5.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/quickplot-0.8.5.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/quickplot-0.8.5.ebuild?r1=3D1.1&r2=3D1.2 Index: quickplot-0.8.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/sci-visualization/quickplot/quickplot-0= .8.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- quickplot-0.8.5.ebuild 29 Jan 2006 20:16:16 -0000 1.1 +++ quickplot-0.8.5.ebuild 29 Feb 2008 20:41:36 -0000 1.2 @@ -1,6 +1,6 @@ -# 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/sci-visualization/quickplot/quickplot= -0.8.5.ebuild,v 1.1 2006/01/29 20:16:16 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot= -0.8.5.ebuild,v 1.2 2008/02/29 20:41:36 carlo Exp $ =20 inherit eutils =20 @@ -44,7 +44,7 @@ rm COPYING quickplot_icon.png ChangeLog mv ${D}/usr/share/pixmaps/quickplot_icon.png \ ${D}/usr/share/pixmaps/quickplot.png - make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot.png Graphi= cs + make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv ${D}/usr/share/applications/quickplot\ --no-pipe.desktop \ ${D}/usr/share/applications/quickplot.desktop } 1.3 sci-visualization/quickplot/quickplot-0.8.13.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/quickplot-0.8.13.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/quickplot-0.8.13.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/quickplot-0.8.13.ebuild?r1=3D1.2&r2=3D1.3 Index: quickplot-0.8.13.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/sci-visualization/quickplot/quickplot-0= .8.13.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quickplot-0.8.13.ebuild 11 Jun 2007 08:39:33 -0000 1.2 +++ quickplot-0.8.13.ebuild 29 Feb 2008 20:41:36 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot= -0.8.13.ebuild,v 1.2 2007/06/11 08:39:33 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot= -0.8.13.ebuild,v 1.3 2008/02/29 20:41:36 carlo Exp $ =20 inherit eutils =20 @@ -44,7 +44,7 @@ rm COPYING quickplot_icon.png ChangeLog mv ${D}/usr/share/pixmaps/quickplot_icon.png \ ${D}/usr/share/pixmaps/quickplot.png - make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot.png Graphi= cs + make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics mv ${D}/usr/share/applications/quickplot\ --no-pipe.desktop \ ${D}/usr/share/applications/quickplot.desktop } 1.5 sci-visualization/quickplot/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/ChangeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/ChangeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= quickplot/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/sci-visualization/quickplot/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 11 Jun 2007 08:39:33 -0000 1.4 +++ ChangeLog 29 Feb 2008 20:41:36 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/quickplot -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog= ,v 1.4 2007/06/11 08:39:33 cryos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog= ,v 1.5 2008/02/29 20:41:36 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke quickplot-0.8.5.ebuild, + quickplot-0.8.13.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specifica= tion. =20 11 Jun 2007; Marcus D. Hanwell quickplot-0.8.13.ebu= ild: Marked stable on amd64. --=20 gentoo-commits@lists.gentoo.org mailing list