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 6872C138010 for ; Sat, 27 Oct 2012 08:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A24E068F; Sat, 27 Oct 2012 08:36:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5802FE0676 for ; Sat, 27 Oct 2012 08:36:25 +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 3C86B33D952 for ; Sat, 27 Oct 2012 08:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 01B1CE5452 for ; Sat, 27 Oct 2012 08:36:22 +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: <1351325886.5f800f8c9e6843d84fde7a81331f7e3e60c20d1e.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-Loader/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/DBIx-Class-Loader/ChangeLog dev-perl/DBIx-Class-Loader/DBIx-Class-Loader-0.21.ebuild X-VCS-Directories: dev-perl/DBIx-Class-Loader/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5f800f8c9e6843d84fde7a81331f7e3e60c20d1e X-VCS-Branch: master Date: Sat, 27 Oct 2012 08:36:22 +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: c49d98cf-e023-4f48-b69c-10cfeee4557b X-Archives-Hash: c8154e2dfe64dcb603f10d0a25907493 commit: 5f800f8c9e6843d84fde7a81331f7e3e60c20d1e Author: Kent Fredric gmail com> AuthorDate: Sat Oct 27 08:18:06 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Oct 27 08:18:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5f800f8c [fixdep] DBIx-Class-Loader -> DBIx-Class ( normalize ) Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/DBIx-Class-Loader/ChangeLog | 8 ++++++++ .../DBIx-Class-Loader-0.21.ebuild | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-perl/DBIx-Class-Loader/ChangeLog b/dev-perl/DBIx-Class-Loader/ChangeLog new file mode 100644 index 0000000..4bbc099 --- /dev/null +++ b/dev-perl/DBIx-Class-Loader/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/DBIx-Class-Loader +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 27 Oct 2012; Kent Fredric + DBIx-Class-Loader-0.21.ebuild: + Fix dependency on DBIx-Class ( normalize ) + diff --git a/dev-perl/DBIx-Class-Loader/DBIx-Class-Loader-0.21.ebuild b/dev-perl/DBIx-Class-Loader/DBIx-Class-Loader-0.21.ebuild index 236007e..7a6eaca 100644 --- a/dev-perl/DBIx-Class-Loader/DBIx-Class-Loader-0.21.ebuild +++ b/dev-perl/DBIx-Class-Loader/DBIx-Class-Loader-0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - >=dev-perl/DBIx-Class-0.04001 + >=dev-perl/DBIx-Class-0.40.10 >=dev-perl/DBI-1.30 dev-perl/Lingua-EN-Inflect >=dev-perl/UNIVERSAL-require-0.10"