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 1RvRTK-000382-AL for garchives@archives.gentoo.org; Thu, 09 Feb 2012 10:43:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DCEEE058F; Thu, 9 Feb 2012 10:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 730C9E058F for ; Thu, 9 Feb 2012 10:43:19 +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 AC3E81B4038 for ; Thu, 9 Feb 2012 10:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5F320E53FF for ; Thu, 9 Feb 2012 10:43:17 +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: <1774327450d582c0b214933cfcbefef96e316d07.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-DB-Das-Chado/ X-VCS-Repository: proj/sci X-VCS-Files: dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild dev-perl/Bio-DB-Das-Chado/ChangeLog X-VCS-Directories: dev-perl/Bio-DB-Das-Chado/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 1774327450d582c0b214933cfcbefef96e316d07 Date: Thu, 9 Feb 2012 10:43:17 +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: 991d9783-4d0b-4d57-9d29-3ff4a8e6f08d X-Archives-Hash: 227dea43202839ad9e8418222f307457 commit: 1774327450d582c0b214933cfcbefef96e316d07 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Thu Feb 9 10:43:08 2012 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Feb 9 10:43:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D17743274 dev-perl/Bio-DB-Das-Chado-0.32: added the LICENSE line and require DBD-Pg= to be installed before compiling this packge (Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit) --- .../Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild | 7 ++++--- dev-perl/Bio-DB-Das-Chado/ChangeLog | 7 ++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild b/dev= -perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild index 0735845..e51a921 100644 --- a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild +++ b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.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: $ =20 @@ -9,13 +9,14 @@ inherit perl-module =20 DESCRIPTION=3D"A Chado database interface for Gbrowse-2" =20 -#LICENSE=3D"|| ( Artistic GPL-1 GPL-2 GPL-3 )" +LICENSE=3D"|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 -RDEPEND=3D"dev-perl/DBD-Pg" +RDEPEND=3D"" DEPEND=3D"${RDEPEND} + dev-perl/DBD-Pg virtual/perl-Module-Build" =20 SRC_TEST=3D"do" diff --git a/dev-perl/Bio-DB-Das-Chado/ChangeLog b/dev-perl/Bio-DB-Das-Ch= ado/ChangeLog index 993e189..4db1760 100644 --- a/dev-perl/Bio-DB-Das-Chado/ChangeLog +++ b/dev-perl/Bio-DB-Das-Chado/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Bio-DB-Das-Chado -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 09 Feb 2012; Martin Mokrejs + Bio-DB-Das-Chado-0.32.ebuild: + added the LICENSE line and require DBD-Pg to be installed before compi= ling + this packge + *Bio-DB-Das-Chado-0.32 (30 Jul 2011) =20 30 Jul 2011; Martin Mokrejs