From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-629101-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id BA77D138200
	for <garchives@archives.gentoo.org>; Fri, 20 Sep 2013 09:48:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D6F93E0A61;
	Fri, 20 Sep 2013 09:48:23 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 174E4E0A61
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Sep 2013 09:48:23 +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 2CA9D33EC8E
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Sep 2013 09:48:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 102CBE5468
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Sep 2013 09:48:20 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1379670411.b08815a2f577f4351f11735ece2e6908ff8d9675.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-BigFile/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-perl/Bio-BigFile/Bio-BigFile-1.06.ebuild dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild dev-perl/Bio-BigFile/ChangeLog dev-perl/Bio-BigFile/metadata.xml
X-VCS-Directories: dev-perl/Bio-BigFile/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: b08815a2f577f4351f11735ece2e6908ff8d9675
X-VCS-Branch: master
Date: Fri, 20 Sep 2013 09:48:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 946a9ea7-32b3-4b3f-bdec-303f099e4fcc
X-Archives-Hash: 0e18fa786d93aa7f8c7fa6b70f72f2ea

commit:     b08815a2f577f4351f11735ece2e6908ff8d9675
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 08:32:48 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 09:46:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b08815a2

dev-perl/Bio-BigFile: Version BUmp, fix deps

Package-Manager: portage-2.2.6

---
 .../{Bio-BigFile-1.06.ebuild => Bio-BigFile-1.07.ebuild}       |  9 ++++++---
 dev-perl/Bio-BigFile/ChangeLog                                 |  6 +++++-
 dev-perl/Bio-BigFile/metadata.xml                              | 10 +++++-----
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Bio-BigFile/Bio-BigFile-1.06.ebuild b/dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild
similarity index 77%
rename from dev-perl/Bio-BigFile/Bio-BigFile-1.06.ebuild
rename to dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild
index 7da6616..c9264ea 100644
--- a/dev-perl/Bio-BigFile/Bio-BigFile-1.06.ebuild
+++ b/dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 MODULE_AUTHOR="LDS"
 
@@ -15,7 +15,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="sci-biology/ucsc-genome-browser"
+RDEPEND="
+	dev-perl/IO-String
+	sci-biology/bioperl
+	sci-biology/ucsc-genome-browser[static-libs]"
 DEPEND="${RDEPEND}
 	virtual/perl-Module-Build"
 

diff --git a/dev-perl/Bio-BigFile/ChangeLog b/dev-perl/Bio-BigFile/ChangeLog
index d899200..3af2a56 100644
--- a/dev-perl/Bio-BigFile/ChangeLog
+++ b/dev-perl/Bio-BigFile/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Bio-BigFile
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Sep 2013; Justin Lecher <jlec@gentoo.org> -Bio-BigFile-1.06.ebuild,
+  +Bio-BigFile-1.07.ebuild, metadata.xml:
+  Version BUmp, fix deps
+
   22 May 2012; Justin Lecher <jlec@gentoo.org> Bio-BigFile-1.06.ebuild:
   Add missing eutils.eclass, bump to EAPI=4, remove unnecessary bits
 

diff --git a/dev-perl/Bio-BigFile/metadata.xml b/dev-perl/Bio-BigFile/metadata.xml
index 07b5255..2bc8930 100644
--- a/dev-perl/Bio-BigFile/metadata.xml
+++ b/dev-perl/Bio-BigFile/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-biology</herd>
-	<maintainer>
-		<email>mmokrejs@fold.natur.cuni.cz</email>
-		<name>Martin Mokrejs</name>
-	</maintainer>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
 </pkgmetadata>