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 1Pz50P-0005bq-FC for garchives@archives.gentoo.org; Mon, 14 Mar 2011 10:28:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C91E04C2; Mon, 14 Mar 2011 10:27:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95A98E04C2 for ; Mon, 14 Mar 2011 10:27:57 +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 126061B419C for ; Mon, 14 Mar 2011 10:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7897A8006A for ; Mon, 14 Mar 2011 10:27:56 +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: <41902e2a0b9f251ab68e8a97b4e911398ffcd8e1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-electronics/player/ X-VCS-Repository: proj/sci X-VCS-Files: sci-electronics/player/ChangeLog sci-electronics/player/player-2.0.4.ebuild X-VCS-Directories: sci-electronics/player/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 41902e2a0b9f251ab68e8a97b4e911398ffcd8e1 Date: Mon, 14 Mar 2011 10:27:56 +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: 94a0b33366877ba6bfe865da5516fd89 commit: 41902e2a0b9f251ab68e8a97b4e911398ffcd8e1 Author: Justin Lecher gentoo org> AuthorDate: Mon Mar 14 10:27:48 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Mar 14 10:27:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D41902e2a Moved media-libs/jpeg -> virtual/jpeg (Portage version: 2.2.0_alpha26/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key 70EB7916) --- sci-electronics/player/ChangeLog | 6 ++++++ sci-electronics/player/player-2.0.4.ebuild | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/sci-electronics/player/ChangeLog b/sci-electronics/player/Ch= angeLog index 75608c7..566013e 100644 --- a/sci-electronics/player/ChangeLog +++ b/sci-electronics/player/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 14 Mar 2011; Justin Lecher player-2.0.4.ebuild: + Moved media-libs/jpeg -> virtual/jpeg + + 14 Mar 2011; Justin Lecher player-2.0.4.ebuild: + Moved media-libs/jpeg -> virtual/jpeg + 07 Mar 2011; Justin Lecher player-2.0.4.ebuild: QA things =20 diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics= /player/player-2.0.4.ebuild index bbd75b7..1407002 100644 --- a/sci-electronics/player/player-2.0.4.ebuild +++ b/sci-electronics/player/player-2.0.4.ebuild @@ -35,7 +35,7 @@ IUSE=3D"ieee1394 sphinx2 wifi v4l test imagemagick opengl glut gsl java python doc" =20 RDEPEND=3D" - media-libs/jpeg + virtual/jpeg opengl? ( virtual/opengl ) glut? ( media-libs/freeglut ) openssl? ( dev-libs/openssl )