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 3D03659CAF for ; Thu, 7 Apr 2016 23:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C9421C049; Thu, 7 Apr 2016 23:08:03 +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 9189821C049 for ; Thu, 7 Apr 2016 23:08:02 +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 7B3F4340DCE for ; Thu, 7 Apr 2016 23:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A18822 for ; Thu, 7 Apr 2016 23:07:59 +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: <1460070461.a08c30f2224154ef33a7b395e75874e93df5876d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/POSIX-strftime-Compiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/POSIX-strftime-Compiler/Manifest dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild X-VCS-Directories: dev-perl/POSIX-strftime-Compiler/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a08c30f2224154ef33a7b395e75874e93df5876d X-VCS-Branch: master Date: Thu, 7 Apr 2016 23:07:59 +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: 8ec5fff5-5794-450b-aaf1-aa2679669f45 X-Archives-Hash: 14ff2802cb69806baf4ecfe744b38278 commit: a08c30f2224154ef33a7b395e75874e93df5876d Author: Kent Fredric gmail com> AuthorDate: Tue Apr 5 16:58:37 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Apr 7 23:07:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08c30f2 dev-perl/POSIX-strftime-Compiler: Bump to version 0.410.0 - EAPI6 - Added optional dep by default for performance - Added USE="examples" Upstream: - Documentaion and packaging fixes Package-Manager: portage-2.2.28 dev-perl/POSIX-strftime-Compiler/Manifest | 1 + .../POSIX-strftime-Compiler-0.410.0.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest index 9f7e50e..5edcc9d 100644 --- a/dev-perl/POSIX-strftime-Compiler/Manifest +++ b/dev-perl/POSIX-strftime-Compiler/Manifest @@ -1 +1,2 @@ DIST POSIX-strftime-Compiler-0.40.tar.gz 17242 SHA256 7b4abbe793acc920b10ed14f9e430c69ef778e28fd59e4046d6c35d1c24b6c99 SHA512 f646636cc03faac5b14c6b0c2f49292bb85c05d4d244f1d0c8e123885780a14ac2b1a12903883b8c41d056315b0a4928a2d3901dcde585a2bbde72bd61538204 WHIRLPOOL a9cb667a611b105f8e47cef863d15c52177b3a62819ecad91d6f49bd3d1157eca5f41926990be341a1d2e1fbd9a9f5ba2026420a8b0dcb879a68c1b4f0eebdf7 +DIST POSIX-strftime-Compiler-0.41.tar.gz 17187 SHA256 670b89e11500f3808c9e21b1c300089622f68906ff12b1cbfba8e30d3a1c3739 SHA512 b613de3fb332313318cca8a6c8912b64e9dac702d5681d252dc8eb919c7b102354ad25f60b537cdfa66203e01826b34a5a349a2fac856a6affb40d5f160725fe WHIRLPOOL acd4a6cc2829fae3adff94afd07965db665fcea92d3558a10bf29e4b2da5f1bdce37e7893eb6c25fbd9d7925df2445f95b17e3d31fb8c4916054b9a2a217afbe diff --git a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild new file mode 100644 index 0000000..a578842 --- /dev/null +++ b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=KAZEBURO +DIST_VERSION=0.41 + +inherit perl-module + +DESCRIPTION="GNU C library compatible strftime for loggers and servers" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal examples" + +# POSIX -> perl +RDEPEND=" + !minimal? ( dev-perl/Time-TZOffset ) + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Time-Local +" + +# CPAN::Meta::Prereqs -> perl-CPAN-Meta +DEPEND=" + >=dev-perl/Module-Build-0.380.0 + virtual/perl-CPAN-Meta + ${RDEPEND} + test? ( >=virtual/perl-Test-Simple-0.980.0 ) +" + +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + docinto examples + dodoc -r eg/* + fi +}