summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-07-20 22:42:57 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-07-20 22:42:57 +0900
commit857e386e6ba95fc19874f978465d36f25f22dbfb (patch)
tree70c1ac8c0ddffe5a162181429da914680e86cb29 /app-text/namazu
parentx11-terms/kterm: tidy (diff)
downloadgentoo-857e386e6ba95fc19874f978465d36f25f22dbfb.tar.gz
gentoo-857e386e6ba95fc19874f978465d36f25f22dbfb.tar.bz2
gentoo-857e386e6ba95fc19874f978465d36f25f22dbfb.zip
app-text/namazu: drop ltprune
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text/namazu')
-rw-r--r--app-text/namazu/namazu-2.0.21.ebuild9
-rw-r--r--app-text/namazu/namazu-2.0.22_pre7.ebuild9
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 92d9023d9ae1..7a542c06eb94 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 92c919dbac58..b0e98040e377 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() {