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 2BDF9139087 for ; Sat, 14 Jan 2017 06:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E542E0DFA; Sat, 14 Jan 2017 06:33:00 +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 3C543E0DFA for ; Sat, 14 Jan 2017 06:33:00 +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 E83A0341832 for ; Sat, 14 Jan 2017 06:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F61D267F for ; Sat, 14 Jan 2017 06:32:57 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1484375530.6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/updatedd/updatedd-2.6-r3.ebuild net-dns/updatedd/updatedd-2.6-r4.ebuild X-VCS-Directories: net-dns/updatedd/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f X-VCS-Branch: master Date: Sat, 14 Jan 2017 06:32:57 +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: d58700f6-6625-46db-afca-cdd042488ded X-Archives-Hash: 2878a0f066743941c1c4746e0e95cea3 commit: 6fa5eeb2e0e5535700c3964f18de4e3de4b23d7f Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 14 06:31:50 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 06:32:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa5eeb2 net-dns/updatedd: new revision restoring the .la plugins. The fix for bug 577248 broke the plugin discovery of updatedd. It's not clear if the ".la" extension can simply be replaced by ".so", so I've restored the ".la" files for now (by eliminating a call to prune_libtool_files). Gentoo-Bug: 605622 Reported-By: Maciej S. Szmigiero Package-Manager: portage-2.3.0 net-dns/updatedd/{updatedd-2.6-r3.ebuild => updatedd-2.6-r4.ebuild} | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-dns/updatedd/updatedd-2.6-r3.ebuild b/net-dns/updatedd/updatedd-2.6-r4.ebuild similarity index 90% rename from net-dns/updatedd/updatedd-2.6-r3.ebuild rename to net-dns/updatedd/updatedd-2.6-r4.ebuild index fbbc113..64e13b4 100644 --- a/net-dns/updatedd/updatedd-2.6-r3.ebuild +++ b/net-dns/updatedd/updatedd-2.6-r4.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI=6 -inherit eutils DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services" HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/" @@ -26,8 +25,3 @@ PATCHES=( src_configure() { econf --disable-static --docdir="/usr/share/doc/${PF}" } - -src_install() { - default - prune_libtool_files -}