diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-04-07 01:21:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-08 23:58:21 +0200 |
commit | ac5f3edcd3b476551f1b83216cfc549dfef88511 (patch) | |
tree | 4f5d39bac75fda521a3a2654889677c3ad7728e5 /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | www-plugins/adobe-flash: Version bump (bug #579166). (diff) | |
download | gentoo-ac5f3edcd3b476551f1b83216cfc549dfef88511.tar.gz gentoo-ac5f3edcd3b476551f1b83216cfc549dfef88511.tar.bz2 gentoo-ac5f3edcd3b476551f1b83216cfc549dfef88511.zip |
app-office/libreoffice: 5.1.2.2 version bump, EAPI=6
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index bd1474596949..80adfc8e5172 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_REQUIRED="optional" QT_MINIMAL="4.7.4" @@ -266,8 +266,6 @@ elif [[ ${MERGE_TYPE} != binary ]] ; then fi pkg_pretend() { - local pgslot - use java || \ ewarn "If you plan to use lbase application you should enable java or you will get various crashes." @@ -285,7 +283,7 @@ pkg_pretend() { # Ensure pg version but we have to be sure the pg is installed (first # install on clean system) if use postgres && has_version dev-db/postgresql; then - pgslot=$(postgresql-config show) + local pgslot=$(postgresql-config show) if [[ ${pgslot//.} -lt 90 ]] ; then eerror "PostgreSQL slot must be set to 9.0 or higher." eerror " postgresql-config set 9.0" @@ -330,16 +328,9 @@ src_unpack() { } src_prepare() { - # patchset - if [[ -n ${PATCHSET} ]]; then - EPATCH_FORCE="yes" \ - EPATCH_SOURCE="${WORKDIR}/${PATCHSET/.tar.xz/}" \ - EPATCH_SUFFIX="patch" \ - epatch - fi - - epatch "${PATCHES[@]}" - epatch_user + [[ -n ${PATCHSET} ]] && eapply "${WORKDIR}/${PATCHSET/.tar.xz/}" + eapply "${PATCHES[@]}" + eapply_user AT_M4DIR="m4" eautoreconf # hack in the autogen.sh @@ -368,7 +359,6 @@ src_prepare() { src_configure() { local java_opts - local lo_ext local ext_opts # optimization flags |