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 729BC138010 for ; Fri, 31 Aug 2012 09:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E43E05EB; Fri, 31 Aug 2012 09:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C3511E05EB for ; Fri, 31 Aug 2012 09:15:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 089DE33D907 for ; Fri, 31 Aug 2012 09:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 03A14E544D for ; Fri, 31 Aug 2012 09:15:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1346403326.2fa36a5261820b58c61d2053bf8c7941315d1693.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/ X-VCS-Repository: dev/mgorny X-VCS-Files: net-misc/autoupnp/autoupnp-9999.ebuild X-VCS-Directories: net-misc/autoupnp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2fa36a5261820b58c61d2053bf8c7941315d1693 X-VCS-Branch: master Date: Fri, 31 Aug 2012 09:15:04 +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: 8551f872-8291-4918-9c5c-1942dd222701 X-Archives-Hash: 8b94b88d471c549bea5ff51b15922831 commit: 2fa36a5261820b58c61d2053bf8c7941315d1693 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 31 08:55:26 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 31 08:55:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=2fa36a52 net-misc/autoupnp: Remove explicit remove_libtool_files(), it is no longer necesssary. (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit) --- net-misc/autoupnp/autoupnp-9999.ebuild | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild index 2c8b51a..7cab51b 100644 --- a/net-misc/autoupnp/autoupnp-9999.ebuild +++ b/net-misc/autoupnp/autoupnp-9999.ebuild @@ -38,8 +38,3 @@ src_configure() { autotools-utils_src_configure } - -src_install() { - autotools-utils_src_install - remove_libtool_files all -}