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 <gentoo-commits+bounces-378129-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QzLy6-0005az-6d
	for garchives@archives.gentoo.org; Fri, 02 Sep 2011 05:07:06 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC22221C152;
	Fri,  2 Sep 2011 05:06:42 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id B152D21C0C7
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Sep 2011 05:06:42 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1B14B1B4030
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Sep 2011 05:06:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id DB6AE8004A
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Sep 2011 05:06:40 +0000 (UTC)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentfredric@gmail.com>
Message-ID: <4b393b56941c95699b944e1e15cce11f41ad9ea4.kent@gentoo>
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Imager/
X-VCS-Repository: proj/perl-overlay
X-VCS-Files: dev-perl/Imager/ChangeLog dev-perl/Imager/Imager-0.850.0.ebuild
X-VCS-Directories: dev-perl/Imager/
X-VCS-Committer: kent
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 4b393b56941c95699b944e1e15cce11f41ad9ea4
Date: Fri,  2 Sep 2011 05:06:40 +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
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 61effe4be6951521ce49b592c3ac13cb

commit:     4b393b56941c95699b944e1e15cce11f41ad9ea4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep  1 23:24:39 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep  1 23:24:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.=
git;a=3Dcommit;h=3D4b393b56

[newversion] Imager-0.850.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit =
with key BD86D695)

---
 dev-perl/Imager/ChangeLog             |    5 +++++
 dev-perl/Imager/Imager-0.850.0.ebuild |   25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Imager/ChangeLog b/dev-perl/Imager/ChangeLog
index 6912a68..ab95380 100644
--- a/dev-perl/Imager/ChangeLog
+++ b/dev-perl/Imager/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
=20
+*Imager-0.850.0 (01 Sep 2011)
+
+  01 Sep 2011; Kent Fredric <kentfredric@gmail.com> +Imager-0.850.0.ebui=
ld:
+  Version Bump
+
 *Imager-0.840.0 (15 Jul 2011)
=20
   15 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Imager-0.840.0.ebui=
ld:

diff --git a/dev-perl/Imager/Imager-0.850.0.ebuild b/dev-perl/Imager/Imag=
er-0.850.0.ebuild
new file mode 100644
index 0000000..6d9f7f4
--- /dev/null
+++ b/dev-perl/Imager/Imager-0.850.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=3D4
+MODULE_AUTHOR=3DTONYC
+MODULE_VERSION=3D0.85
+inherit perl-module
+
+DESCRIPTION=3D"Perl extension for Generating 24 bit Images"
+LICENSE=3D"|| ( Artistic GPL-2 )"
+
+SLOT=3D"0"
+#KEYWORDS=3D""
+KEYWORDS=3D"~amd64 ~x86"
+
+IUSE=3D"test"
+comment() { true;}
+RDEPEND=3D""
+DEPEND=3D"
+	test? (
+		$(comment Test::More 0.47)
+		>=3Dvirtual/perl-Test-Simple-0.47
+	)
+"
+SRC_TEST=3Ddo