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 1Rmx0X-0006Oy-LA for garchives@archives.gentoo.org; Tue, 17 Jan 2012 00:34:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39CB5E0757; Tue, 17 Jan 2012 00:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 012AAE072B for ; Tue, 17 Jan 2012 00:34:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7F491B4018 for ; Tue, 17 Jan 2012 00:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 46A788004C for ; Tue, 17 Jan 2012 00:34:28 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gbrowse/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/gbrowse/ChangeLog sci-biology/gbrowse/gbrowse-2.39.ebuild X-VCS-Directories: sci-biology/gbrowse/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: f3b9b727f7abb6450e1dd6fbc9bd1d8aeb2ade00 Date: Tue, 17 Jan 2012 00:34:28 +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: b04284bf-36f3-4b2c-97a0-4ffcf4e31295 X-Archives-Hash: 27f30acef00fb15d1f4a0ebcd00383ed commit: f3b9b727f7abb6450e1dd6fbc9bd1d8aeb2ade00 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Tue Jan 17 00:34:09 2012 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Jan 17 00:34:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Df3b9b727 sci-biology/gbrowse: added dev-perl/TermReadKey to dependencies (Portage version: 2.1.10.43/git/Linux i686, unsigned Manifest commit) --- sci-biology/gbrowse/ChangeLog | 6 +++++- sci-biology/gbrowse/gbrowse-2.39.ebuild | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-biology/gbrowse/ChangeLog b/sci-biology/gbrowse/ChangeLo= g index b64e880..c63914a 100644 --- a/sci-biology/gbrowse/ChangeLog +++ b/sci-biology/gbrowse/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/gbrowse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/generic-genome-browser/Ch= angeLog,v 1.10 2007/07/29 17:07:38 phreak Exp $ =20 + 17 Jan 2012; Martin Mokrejs + gbrowse-2.39.ebuild: + added dev-perl/TermReadKey to dependencies + 30 Jul 2011; Martin Mokrejs gbrowse-2.39.ebuild, +files/disable-gbrowse_metadb_config.pl.patch, +files/gbrowse_metadb_config.pl.patch, +files/symlink.patch: diff --git a/sci-biology/gbrowse/gbrowse-2.39.ebuild b/sci-biology/gbrows= e/gbrowse-2.39.ebuild index d4cee63..7f8ab9b 100644 --- a/sci-biology/gbrowse/gbrowse-2.39.ebuild +++ b/sci-biology/gbrowse/gbrowse-2.39.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D"2" @@ -46,6 +46,7 @@ DEPEND=3D" dev-perl/Statistics-Descriptive >=3Ddev-perl/Bio-Graphics-1.97 >=3Ddev-perl/JSON-2.510.0 + dev-perl/TermReadKey dev-perl/libwww-perl svg? ( dev-perl/GD-SVG ) pdf? ( media-gfx/inkscape )