From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4896B138335 for ; Sat, 21 Jul 2018 11:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBCF9E086C; Sat, 21 Jul 2018 11:16:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84659E086C for ; Sat, 21 Jul 2018 11:16:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5209335D10 for ; Sat, 21 Jul 2018 11:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 011E137F for ; Sat, 21 Jul 2018 11:16:09 +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: <1532171741.c7d8c44b25c96df37733c0c446870550f111b864.kentnl@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: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c7d8c44b25c96df37733c0c446870550f111b864 X-VCS-Branch: master Date: Sat, 21 Jul 2018 11:16:09 +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: d504c1bf-63e5-4692-9840-e5ddd44130e6 X-Archives-Hash: 087627dc59f3b96c1d426d2812de9e37 commit: c7d8c44b25c96df37733c0c446870550f111b864 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 10:46:17 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 11:15:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d8c44b dev-perl/POSIX-strftime-Compiler: Cleanup old version 0.410.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/POSIX-strftime-Compiler/Manifest | 1 - .../POSIX-strftime-Compiler-0.410.0.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest index 9741757ad06..f6f78009342 100644 --- a/dev-perl/POSIX-strftime-Compiler/Manifest +++ b/dev-perl/POSIX-strftime-Compiler/Manifest @@ -1,2 +1 @@ -DIST POSIX-strftime-Compiler-0.41.tar.gz 17187 BLAKE2B 541618ba973dceb9431b0c231590310b5cc26743e79fbee12068cef02b8eee959545b2cbe9e7b7affa6da02fb7022d9474025cff25cf8a63d7ead80024b7eddf SHA512 b613de3fb332313318cca8a6c8912b64e9dac702d5681d252dc8eb919c7b102354ad25f60b537cdfa66203e01826b34a5a349a2fac856a6affb40d5f160725fe DIST POSIX-strftime-Compiler-0.42.tar.gz 17294 BLAKE2B 3c96c8226b4dd06f449a2a6e56785862e98014e8fb8371709fcc6872ec115cff58fc6aa8c98dd5032488917478448b2137749aa3621d7b446a08c923e99de81e SHA512 0c07f1b8589b067533c65a023dd634a29640cb8992aae8047aa1063affe6b30b95930479829982a30a13b87bc7c9ebf82ca4837726bd29658d85d718164e3c76 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 deleted file mode 100644 index 38819807cc2..00000000000 --- a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.410.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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 -}