Package-Manager: Portage-2.3.28, Repoman-2.3.9
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/_/-}
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
pkg_preinst() {
PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
MY_P=${P/_/-}
dev-util/intltool
)"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
# there actually is just some broken manpage checkup -> not bother
RESTRICT="test"
src_install() {
default
- find "${ED}" -name '*.la' -exec rm -f {} +
+ find "${ED}" -name '*.la' -delete || die
}
pkg_preinst() {
PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
MY_P=${P/_/-}
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
pkg_preinst() {
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/_/-}
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
pkg_preinst() {