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 1SDCql-0007FE-Ol for garchives@archives.gentoo.org; Thu, 29 Mar 2012 10:45:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E93E0B53; Thu, 29 Mar 2012 10:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD34CE0B53 for ; Thu, 29 Mar 2012 10:44:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C5011B400F for ; Thu, 29 Mar 2012 10:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 12B0DE5402 for ; Thu, 29 Mar 2012 10:44:50 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1333017740.ddeb680212e470d0c6e927aeb5c96b3e9689cb46.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol/ChangeLog sci-chemistry/pymol/pymol-9999.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ddeb680212e470d0c6e927aeb5c96b3e9689cb46 X-VCS-Branch: master Date: Thu, 29 Mar 2012 10:44:50 +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: 85190176-6ed8-459f-9c1a-f403900aa757 X-Archives-Hash: 400b4906c3b778f011d5ac93d44bb347 commit: ddeb680212e470d0c6e927aeb5c96b3e9689cb46 Author: Justin Lecher gentoo org> AuthorDate: Thu Mar 29 10:42:20 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Mar 29 10:42:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dddeb6802 Add new icon files provided by Ramiro T=C3=A9llez Sanz (Portage version: 2.2.0_alpha96/git/Linux x86_64, unsigned Manifest commi= t) --- sci-chemistry/pymol/ChangeLog | 3 +++ sci-chemistry/pymol/pymol-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLo= g index 78f20cb..d8f7712 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 29 Mar 2012; Justin Lecher pymol-9999.ebuild: + Add new icon files provided by Ramiro T=C3=A9llez Sanz + 29 Mar 2012; Justin Lecher files/pymol-9999-data-path.patch: Import tree changes diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/= pymol-9999.ebuild index 8e83dda..ed432fe 100644 --- a/sci-chemistry/pymol/pymol-9999.ebuild +++ b/sci-chemistry/pymol/pymol-9999.ebuild @@ -105,7 +105,7 @@ src_install() { =20 dodoc DEVELOPERS README =20 - doicon "${WORKDIR}"/${PN}.xpm + doicon "${WORKDIR}"/${PN}.{xpm,png} make_desktop_entry pymol PyMol ${PN} "Graphics;Science;Chemistry" } =20