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 488B0138334 for ; Fri, 20 Jul 2018 13:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2329CE09C1; Fri, 20 Jul 2018 13:44:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD769E09C1 for ; Fri, 20 Jul 2018 13:44:38 +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 06DDA335CDD for ; Fri, 20 Jul 2018 13:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4DA37C for ; Fri, 20 Jul 2018 13:44:35 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1532094177.857e386e6ba95fc19874f978465d36f25f22dbfb.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/namazu/namazu-2.0.21.ebuild app-text/namazu/namazu-2.0.22_pre7.ebuild X-VCS-Directories: app-text/namazu/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 857e386e6ba95fc19874f978465d36f25f22dbfb X-VCS-Branch: master Date: Fri, 20 Jul 2018 13:44:35 +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: e1b9ecb2-0fe3-4751-bc30-c2c35f1ed1df X-Archives-Hash: accf68279baed315742be21b0f3c8569 commit: 857e386e6ba95fc19874f978465d36f25f22dbfb Author: Akinori Hattori gentoo org> AuthorDate: Fri Jul 20 13:42:57 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Fri Jul 20 13:42:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857e386e app-text/namazu: drop ltprune Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/namazu/namazu-2.0.21.ebuild | 9 ++++----- app-text/namazu/namazu-2.0.22_pre7.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index 92d9023d9ae..7a542c06eb9 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools elisp-common ltprune +inherit autotools elisp-common DESCRIPTION="Namazu is a full-text search engine" HOMEPAGE="http://www.namazu.org/" @@ -78,7 +78,8 @@ src_test() { } src_install () { - emake DESTDIR="${D}" install + default + find "${ED}" -name '*.la' -delete || die if use emacs; then elisp-install ${PN} lisp/*.el* @@ -87,8 +88,6 @@ src_install () { docinto lisp dodoc lisp/ChangeLog* fi - - prune_libtool_files } pkg_postinst() { diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild index 92c919dbac5..b0e98040e37 100644 --- a/app-text/namazu/namazu-2.0.22_pre7.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools elisp-common ltprune +inherit autotools elisp-common MY_P="${P/_pre/pre}" @@ -76,7 +76,8 @@ src_test() { } src_install () { - emake DESTDIR="${D}" install + default + find "${ED}" -name '*.la' -delete || die if use emacs; then elisp-install ${PN} lisp/*.el* @@ -85,8 +86,6 @@ src_install () { docinto lisp dodoc lisp/ChangeLog* fi - - prune_libtool_files } pkg_postinst() {