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 1A94B138CD0 for ; Thu, 2 Jul 2015 08:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8471FE0848; Thu, 2 Jul 2015 08:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC788E083C for ; Thu, 2 Jul 2015 08:33:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1930F3409AA for ; Thu, 2 Jul 2015 08:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 025FB734 for ; Thu, 2 Jul 2015 08:33:29 +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: <1435822486.0d9fe3537e9ae07fdd59d51d4e8b672243742a35.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-Server-Syslog/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.16.ebuild X-VCS-Directories: dev-perl/POE-Component-Server-Syslog/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0d9fe3537e9ae07fdd59d51d4e8b672243742a35 X-VCS-Branch: master Date: Thu, 2 Jul 2015 08:33:29 +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: 8deb8535-9955-45e7-b7ec-13eee308c61b X-Archives-Hash: c8e93c6c89ef0b728172c384b6188f41 commit: 0d9fe3537e9ae07fdd59d51d4e8b672243742a35 Author: Daniel Westermann-Clark pobox com> AuthorDate: Tue Jul 7 16:38:55 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 07:34:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0d9fe353 [rebase-filter: dwc/POE-Component-Server-Syslog] Add remaining ebuilds from my perl-poe overlay .../POE-Component-Server-Syslog-1.16.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.16.ebuild b/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.16.ebuild new file mode 100644 index 0000000..c5aec56 --- /dev/null +++ b/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.16.ebuild @@ -0,0 +1,23 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Syslog server ability for POE" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/B/BI/BINGOS/${P}.tar.gz" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +RESTRICT="mirror" +SRC_TEST="do" + +IUSE="test" +RDEPEND=">=dev-lang/perl-5.6.1 + >=dev-perl/POE-0.24 + dev-perl/Params-Validate + dev-perl/Time-modules" +DEPEND="${RDEPEND} + test? ( >=virtual/perl-Test-Simple-0.47 )"