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 1Pz4p3-0004EU-53 for garchives@archives.gentoo.org; Mon, 14 Mar 2011 10:16:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 413F71C00A; Mon, 14 Mar 2011 10:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB9F01C008 for ; Mon, 14 Mar 2011 10:16:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D23D1B418C for ; Mon, 14 Mar 2011 10:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7DF348006E for ; Mon, 14 Mar 2011 10:16:06 +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: <657e9011a18c916dc4c67262b339ee51895b3844.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/gmsh/ChangeLog sci-libs/gmsh/gmsh-9999.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 657e9011a18c916dc4c67262b339ee51895b3844 Date: Mon, 14 Mar 2011 10:16:06 +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: 391142a632621c862e1e2ffff29eb86a commit: 657e9011a18c916dc4c67262b339ee51895b3844 Author: Justin Lecher gentoo org> AuthorDate: Mon Mar 14 10:13:50 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Mar 14 10:13:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D657e9011 Moved media-libs/jpeg -> virtual/jpeg (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/gmsh/ChangeLog | 3 +++ sci-libs/gmsh/gmsh-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-libs/gmsh/ChangeLog b/sci-libs/gmsh/ChangeLog index 7b10d58..205e74a 100644 --- a/sci-libs/gmsh/ChangeLog +++ b/sci-libs/gmsh/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 14 Mar 2011; Justin Lecher gmsh-9999.ebuild: + Moved media-libs/jpeg -> virtual/jpeg + 09 Mar 2011; Oliver Borm (boroli) gmsh-2.5.0.ebuild, metadata.xml: sci-libs/gmsh: Added sci-mathematics/petsc support diff --git a/sci-libs/gmsh/gmsh-9999.ebuild b/sci-libs/gmsh/gmsh-9999.ebu= ild index 3e28101..f50e492 100644 --- a/sci-libs/gmsh/gmsh-9999.ebuild +++ b/sci-libs/gmsh/gmsh-9999.ebuild @@ -20,7 +20,7 @@ IUSE=3D"blas chaco cgns doc examples jpeg med metis mpi= opencascade png taucs zlib RDEPEND=3D"X? ( x11-libs/fltk:1.1 ) blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 ) cgns? ( sci-libs/cgnslib ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) med? ( >=3Dsci-libs/med-2.3.4 ) mpi? ( sys-cluster/openmpi[cxx] ) opencascade? ( sci-libs/opencascade )