summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-02-06 11:22:37 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-02-22 18:04:51 +0100
commit84ece025f04c7811c7febdfeb193aacedfda80f5 (patch)
treef23395f563f4df87a385195f6d9d0c1e6124d3ef /app-text/libetonyek/libetonyek-9999.ebuild
parentapp-text/libetonyek: Check for GCC >= 4.8, bug 557348 (diff)
downloadgentoo-84ece025f04c7811c7febdfeb193aacedfda80f5.tar.gz
gentoo-84ece025f04c7811c7febdfeb193aacedfda80f5.tar.bz2
gentoo-84ece025f04c7811c7febdfeb193aacedfda80f5.zip
app-text/libetonyek: 0.1.6 version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-text/libetonyek/libetonyek-9999.ebuild')
-rw-r--r--app-text/libetonyek/libetonyek-9999.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild
index 210690067492..71de2347d2ef 100644
--- a/app-text/libetonyek/libetonyek-9999.ebuild
+++ b/app-text/libetonyek/libetonyek-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library parsing Apple Keynote presentations"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
@@ -19,13 +19,14 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc static-libs test"
RDEPEND="
+ app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
"
DEPEND="${RDEPEND}
- >=dev-libs/boost-1.46
- >=dev-util/mdds-0.12.1
+ dev-libs/boost
+ dev-util/mdds:1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -43,8 +44,8 @@ pkg_pretend() {
}
src_prepare() {
+ eapply_user
[[ -d m4 ]] || mkdir "m4"
- base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}