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 23C2113820A for ; Sat, 30 Apr 2016 16:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D6B821C02F; Sat, 30 Apr 2016 16:57:49 +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 98BAF21C02F for ; Sat, 30 Apr 2016 16:57:48 +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 AC401340D67 for ; Sat, 30 Apr 2016 16:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6716533A for ; Sat, 30 Apr 2016 16:57:44 +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: <1462035372.33853e969d66da9de441308d314ecefcd72dfd79.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-cpan/g-cpan-0.16.6.ebuild app-portage/g-cpan/g-cpan-9999.ebuild X-VCS-Directories: app-portage/g-cpan/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 33853e969d66da9de441308d314ecefcd72dfd79 X-VCS-Branch: master Date: Sat, 30 Apr 2016 16:57:44 +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: 604f0a7e-3640-4db3-965a-efdd775f0a51 X-Archives-Hash: 4416c78dd7d7e087471bffd2505d7b6d commit: 33853e969d66da9de441308d314ecefcd72dfd79 Author: Sergiy Borodych gmail com> AuthorDate: Wed Apr 27 12:03:33 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Apr 30 16:56:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33853e96 app-portage/g-cpan: remove keepdir on "/var/tmp" (#465834) there is no need for that and it might provides unexpected behaviour app-portage/g-cpan/g-cpan-0.16.6.ebuild | 1 - app-portage/g-cpan/g-cpan-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild index 6052f4a..126324e 100644 --- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild @@ -31,7 +31,6 @@ src_install() { perl-module_src_install diropts "-m0755" dodir "/var/tmp/g-cpan" - keepdir "/var/tmp/g-cpan" dodir "/var/log/g-cpan" keepdir "/var/log/g-cpan" } diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild index 2aebfdc..1d1c113 100644 --- a/app-portage/g-cpan/g-cpan-9999.ebuild +++ b/app-portage/g-cpan/g-cpan-9999.ebuild @@ -34,7 +34,6 @@ src_install() { perl-module_src_install diropts "-m0755" dodir "/var/tmp/g-cpan" - keepdir "/var/tmp/g-cpan" dodir "/var/log/g-cpan" keepdir "/var/log/g-cpan" }