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 1RXqER-0004zO-NS for garchives@archives.gentoo.org; Tue, 06 Dec 2011 08:18:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A1F121C0B8; Tue, 6 Dec 2011 08:17:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 36F5821C0B8 for ; Tue, 6 Dec 2011 08:17:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9397F1B403D for ; Tue, 6 Dec 2011 08:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 09AA28004A for ; Tue, 6 Dec 2011 08:17:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Socket/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/Socket/ChangeLog perl-core/Socket/Socket-1.950.0.ebuild perl-core/Socket/metadata.xml X-VCS-Directories: perl-core/Socket/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: da01af9f8416a5c87c79131c3483fa33261d1ab3 Date: Tue, 6 Dec 2011 08:17:47 +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: 75234c28-05d9-4853-8331-c1d01d5588f1 X-Archives-Hash: adbaecc9700d816ec8766d4ca8a74f5a commit: da01af9f8416a5c87c79131c3483fa33261d1ab3 Author: Kent Fredric gmail com> AuthorDate: Tue Dec 6 02:22:28 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Dec 6 02:22:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dda01af9f [added] perl-core/Socket-1.950.0 (Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- perl-core/Socket/ChangeLog | 10 ++++++++++ perl-core/Socket/Socket-1.950.0.ebuild | 31 ++++++++++++++++++++++++++= +++++ perl-core/Socket/metadata.xml | 9 +++++++++ 3 files changed, 50 insertions(+), 0 deletions(-) diff --git a/perl-core/Socket/ChangeLog b/perl-core/Socket/ChangeLog new file mode 100644 index 0000000..4953dfd --- /dev/null +++ b/perl-core/Socket/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for perl-core/Socket +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Socket-1.950.0 (05 Dec 2011) + + 05 Dec 2011; Kent Fredric +Socket-1.950.0.ebui= ld, + +metadata.xml: + Added as is newer than core and needed + diff --git a/perl-core/Socket/Socket-1.950.0.ebuild b/perl-core/Socket/So= cket-1.950.0.ebuild new file mode 100644 index 0000000..b15a1bf --- /dev/null +++ b/perl-core/Socket/Socket-1.950.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DPEVANS +MODULE_VERSION=3D1.95 +inherit perl-module + +DESCRIPTION=3D'Socket' +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::CChecker + echo dev-perl/ExtUtils-CChecker + # ExtUtils::Constant 0.23 ( 0.230.0 ) + echo \>=3Dvirtual/perl-ExtUtils-Constant-0.230.0 +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) +" +RDEPEND=3D" + +" +SRC_TEST=3D"do" diff --git a/perl-core/Socket/metadata.xml b/perl-core/Socket/metadata.xm= l new file mode 100644 index 0000000..ccc7e0f --- /dev/null +++ b/perl-core/Socket/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + +