From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3A0B138200 for ; Sat, 27 Oct 2012 08:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A1E4E0686; Sat, 27 Oct 2012 08:36:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C770821C02F for ; Sat, 27 Oct 2012 08:36:26 +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 1293533D952 for ; Sat, 27 Oct 2012 08:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D8ACE5457 for ; Sat, 27 Oct 2012 08:36:23 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1351326310.2819d3496a7f673d4c07baaaebfb5b4a1bd94e02.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Handel/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Handel/ChangeLog dev-perl/Handel/Handel-1.0.130.ebuild X-VCS-Directories: dev-perl/Handel/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2819d3496a7f673d4c07baaaebfb5b4a1bd94e02 X-VCS-Branch: master Date: Sat, 27 Oct 2012 08:36:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b061b68e-97e4-45b7-acf3-3a5d3fc1f98a X-Archives-Hash: 20fc68d103a6c4306500702ac37378c3 commit: 2819d3496a7f673d4c07baaaebfb5b4a1bd94e02 Author: Kent Fredric gmail com> AuthorDate: Sat Oct 27 08:24:33 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Oct 27 08:25:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2819d349 [fixdep] Handel -> DBIx-Class ( normalize ) Package-Manager: portage-2.2.0_alpha141 RepoMan-Options: --force Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Handel/ChangeLog | 3 +++ dev-perl/Handel/Handel-1.0.130.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dev-perl/Handel/ChangeLog b/dev-perl/Handel/ChangeLog index 9ae2285..bf93ba8 100644 --- a/dev-perl/Handel/ChangeLog +++ b/dev-perl/Handel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Oct 2012; Kent Fredric Handel-1.0.130.ebuild: + Fix dependency on DBIx-Class ( normalize ) + 15 Sep 2012; Kent Fredric Handel-1.0.130.ebuild, Handel-1.0.140.ebuild: Fixdep on DBD-SQLite ( normalise ) diff --git a/dev-perl/Handel/Handel-1.0.130.ebuild b/dev-perl/Handel/Handel-1.0.130.ebuild index f9ff492..745a3bb 100644 --- a/dev-perl/Handel/Handel-1.0.130.ebuild +++ b/dev-perl/Handel/Handel-1.0.130.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="catalystframework" DEPEND=" - >=dev-perl/DBIx-Class-0.08123 + >=dev-perl/DBIx-Class-0.81.230 >=dev-perl/DBIx-Class-UUIDColumns-0.20.50 >=dev-perl/DBIx-Class-Validation-0.20.50 >=dev-perl/Data-Currency-0.40.20