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 471A559CA9 for ; Sun, 27 Mar 2016 20:56:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C750021C01A; Sun, 27 Mar 2016 20:56:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E72D321C006 for ; Sun, 27 Mar 2016 20:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04E58340A9F for ; Sun, 27 Mar 2016 20:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E99386E for ; Sun, 27 Mar 2016 20:56:32 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1459112181.1087678e5c585f80f7dd3a1cb797819b87b75c47.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild dev-perl/HTTP-Server-Simple-PSGI/Manifest dev-perl/HTTP-Server-Simple-PSGI/metadata.xml X-VCS-Directories: dev-perl/HTTP-Server-Simple-PSGI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 1087678e5c585f80f7dd3a1cb797819b87b75c47 X-VCS-Branch: master Date: Sun, 27 Mar 2016 20:56:32 +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: df761eaf-77e1-4a0e-a57c-994967018b6f X-Archives-Hash: 10f1baf2d16cdfa36cd5cdd7dbcd5d4a commit: 1087678e5c585f80f7dd3a1cb797819b87b75c47 Author: Kent Fredric gmail com> AuthorDate: Tue Mar 22 06:40:39 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Mar 27 20:56:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1087678e dev-perl/HTTP-Server-Simple-PSGI: Added to tree at 0.160.0 Used for testing dev-perl/Plack Previously maintained in ::perl-experiemental Since March 2011 by Kent Fredric and Torsten Veller Package-Manager: portage-2.2.28 .../HTTP-Server-Simple-PSGI-0.160.0.ebuild | 25 ++++++++++++++++++++++ dev-perl/HTTP-Server-Simple-PSGI/Manifest | 1 + dev-perl/HTTP-Server-Simple-PSGI/metadata.xml | 12 +++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild new file mode 100644 index 0000000..ab4e84a --- /dev/null +++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.16 +inherit perl-module + +DESCRIPTION="PSGI handler for HTTP::Server::Simple" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/HTTP-Server-Simple-0.420.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 +" +src_test() { + perl_rm_files "t/release-pod-syntax.t" + perl-module_src_test +} diff --git a/dev-perl/HTTP-Server-Simple-PSGI/Manifest b/dev-perl/HTTP-Server-Simple-PSGI/Manifest new file mode 100644 index 0000000..99faa29 --- /dev/null +++ b/dev-perl/HTTP-Server-Simple-PSGI/Manifest @@ -0,0 +1 @@ +DIST HTTP-Server-Simple-PSGI-0.16.tar.gz 11813 SHA256 5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba SHA512 514a61a7d349f02a18b44bd2ef3adbfd457cc61b6ec4eea2e74f1d8f4ffd095b42338552ddf7e9ab2b3ffa79e5c826099665e87c9ca5b08566975101e37b0177 WHIRLPOOL ca190d1d55f0f043a53b0b5cabb4c991eb0b47409b6a2a3ad24dc24dffdb7e1395c7a330669b792499dded02a940fa2b2b844b5b00cc2ce3a0dc5651e682fc1a diff --git a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml b/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml new file mode 100644 index 0000000..91bc2ec --- /dev/null +++ b/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + HTTP-Server-Simple-PSGI + HTTP::Server::Simple::PSGI + +