summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2018-05-24 10:05:28 +0200
committerAmy Liffey <amynka@gentoo.org>2018-05-24 11:35:11 +0200
commit61b391d8ec3b65bba588f2ea645bf1f8e8ed4417 (patch)
tree705c096a50dbfdaeb316462f6d09f13c36ac2be4 /sci-geosciences/grass
parentsci-geosciences/grass: version bump 7.4.0 (diff)
downloadgentoo-61b391d8ec3b65bba588f2ea645bf1f8e8ed4417.tar.gz
gentoo-61b391d8ec3b65bba588f2ea645bf1f8e8ed4417.tar.bz2
gentoo-61b391d8ec3b65bba588f2ea645bf1f8e8ed4417.zip
sci-geosciences/grass: fdo-mime to xdg-utils eclass
- Remove epatch - Add = to zlib and fftw3 - Remove multilib eclass Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r--sci-geosciences/grass/grass-7.2.0-r1.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/sci-geosciences/grass/grass-7.2.0-r1.ebuild b/sci-geosciences/grass/grass-7.2.0-r1.ebuild
index 233823e1fa49..4c924ed16592 100644
--- a/sci-geosciences/grass/grass-7.2.0-r1.ebuild
+++ b/sci-geosciences/grass/grass-7.2.0-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" # bug 572440
WANT_AUTOCONF="2.1"
WX_GTK_VER=3.0
-inherit eutils gnome2 fdo-mime multilib python-single-r1 versionator wxwidgets autotools
+inherit autotools gnome2 python-single-r1 versionator wxwidgets xdg-utils
MY_PM=${PN}$(get_version_component_range 1-2 ${PV})
MY_PM=${MY_PM/.}
@@ -32,8 +32,8 @@ RDEPEND="${PYTHON_DEPS}
sci-libs/gdal
sys-libs/gdbm
sys-libs/ncurses:0=
- sys-libs/zlib
- fftw? ( sci-libs/fftw:3.0 )
+ sys-libs/zlib:=
+ fftw? ( sci-libs/fftw:3.0= )
geos? ( sci-libs/geos )
blas? ( virtual/blas
sci-libs/cblas-reference )
@@ -121,9 +121,7 @@ src_prepare() {
sed -e 's:\(#include <ogr_api.h>\):#ifdef HAVE_OGR\n\1\n#endif:' \
-i "${S}/vector/v.external/main.c" || die "failed to sed main.c"
- epatch "${PATCHES[@]}"
-
- eapply_user
+ default
eautoconf
ebegin "Fixing python shebangs"
@@ -254,14 +252,14 @@ src_install() {
pkg_postinst() {
if use X; then
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
fi
}
pkg_postrm() {
if use X; then
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
fi
}