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 2B5B613829C for ; Sat, 4 Jun 2016 20:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E05254020; Sat, 4 Jun 2016 20:29:20 +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 2FEAE254020 for ; Sat, 4 Jun 2016 20:29:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4AC93340BE6 for ; Sat, 4 Jun 2016 20:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD12617B4 for ; Sat, 4 Jun 2016 20:29:16 +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: <1465072139.79200f6117c91894337de6446a73b9b750337e98.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.24.0-r1.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 79200f6117c91894337de6446a73b9b750337e98 X-VCS-Branch: master Date: Sat, 4 Jun 2016 20:29:16 +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: 688f96b0-54ac-4b56-8a7a-fd0ba7168ac6 X-Archives-Hash: 265477c860481ea68d96fba6e6e37d41 commit: 79200f6117c91894337de6446a73b9b750337e98 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 4 20:28:36 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jun 4 20:28:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79200f61 dev-lang/perl: Install Perl's .packlist as well Package-Manager: portage-2.3.0_rc1 dev-lang/perl/perl-5.24.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-lang/perl/perl-5.24.0-r1.ebuild b/dev-lang/perl/perl-5.24.0-r1.ebuild index 6b8e575..38f9771 100644 --- a/dev-lang/perl/perl-5.24.0-r1.ebuild +++ b/dev-lang/perl/perl-5.24.0-r1.ebuild @@ -443,8 +443,6 @@ src_install() { sed -i -e "s:${D}::" "${i}" || die "Sed failed" done - find "${ED}" -type f -name .packlist -delete || die - dodoc Changes* README AUTHORS if use doc ; then