From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-506488-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 5FA59138010
	for <garchives@archives.gentoo.org>; Mon, 17 Sep 2012 10:33:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BCB24E06B5;
	Mon, 17 Sep 2012 10:30:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 8929AE06B7
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Sep 2012 10:30:38 +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 CE7D333D107
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Sep 2012 10:30:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id D21AAE5449
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Sep 2012 10:30:35 +0000 (UTC)
From: "Kent Fredric" <kentfredric@gmail.com>
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" <kentfredric@gmail.com>
Message-ID: <1347870747.d03bcbe48666105235bf71fd677febff78c9905c.kent@gentoo>
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IP-Minimal/
X-VCS-Repository: proj/perl-overlay
X-VCS-Files: dev-perl/Net-IP-Minimal/ChangeLog dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
X-VCS-Directories: dev-perl/Net-IP-Minimal/
X-VCS-Committer: kent
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: d03bcbe48666105235bf71fd677febff78c9905c
X-VCS-Branch: master
Date: Mon, 17 Sep 2012 10:30:35 +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: 3aa89c95-32f2-4d4c-b4c4-dbcf5c9e7e6b
X-Archives-Hash: a20338c81c02b5a21611d814c15676fd

commit:     d03bcbe48666105235bf71fd677febff78c9905c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 08:32:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 08:32:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d03bcbe4

[newversion] Net-IP-Minimal-0.40.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Net-IP-Minimal/ChangeLog                  |    6 ++++
 .../Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild    |   29 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Net-IP-Minimal/ChangeLog b/dev-perl/Net-IP-Minimal/ChangeLog
index 45fba6e..402e0a7 100644
--- a/dev-perl/Net-IP-Minimal/ChangeLog
+++ b/dev-perl/Net-IP-Minimal/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Net-IP-Minimal-0.40.0 (17 Sep 2012)
+
+  17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  +Net-IP-Minimal-0.40.0.ebuild:
+  Version Bump
+
 *Net-IP-Minimal-0.20.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
new file mode 100644
index 0000000..008c9e7
--- /dev/null
+++ b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION='Minimal functions from Net::IP'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"