app-editors/bluefish: removal of eutils/prune_libtool_files
authorMarty E. Plummer <hanetzer@startmail.com>
Sun, 8 Apr 2018 11:10:33 +0000 (06:10 -0500)
committerAaron Bauman <bman@gentoo.org>
Sat, 14 Apr 2018 00:49:23 +0000 (20:49 -0400)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

app-editors/bluefish/bluefish-2.2.10.ebuild
app-editors/bluefish/bluefish-2.2.6.ebuild
app-editors/bluefish/bluefish-2.2.8.ebuild
app-editors/bluefish/bluefish-2.2.9.ebuild

index 83184d2f47e1bb001657477bba3a09c79b3432ce..2e9a485511dbc5ad7462ee4b74db501755170704 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils gnome2-utils python-single-r1 xdg-utils
+inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -77,7 +77,7 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files
+       find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {
index ff25f887a720df34630f2ca483d9797f5d79b309..2e47961b2f0ccf56a1f2f9924f40a30c63e274b7 100644 (file)
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
                dev-util/intltool
        )"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 # there actually is just some broken manpage checkup -> not bother
 RESTRICT="test"
@@ -60,7 +60,7 @@ src_configure() {
 
 src_install() {
        default
-       find "${ED}" -name '*.la' -exec rm -f {} +
+       find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {
index 4e07508bb106ca55b8c5846d9cbb742c06fe4f01..2ffd0fb8bb4fc3118092066d178b2d9789541e17 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -71,7 +71,7 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files
+       find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {
index 83184d2f47e1bb001657477bba3a09c79b3432ce..2e9a485511dbc5ad7462ee4b74db501755170704 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils gnome2-utils python-single-r1 xdg-utils
+inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 MY_P=${P/_/-}
 
@@ -77,7 +77,7 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files
+       find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {