dev-libs/liborcus: Add USE=spreadsheet-model,tools (bugs 571964, 571966)
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 6 Feb 2016 17:25:49 +0000 (18:25 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 22 Feb 2016 17:05:15 +0000 (18:05 +0100)
Further changes:
EAPI=6
0.7.1 and 0.9.2 - pin required mdds slot 0 and liborcus version
9999 - pin required mdds slot 1

Package-Manager: portage-2.2.27

dev-libs/liborcus/liborcus-0.7.1-r1.ebuild [new file with mode: 0644]
dev-libs/liborcus/liborcus-0.7.1.ebuild
dev-libs/liborcus/liborcus-0.9.2-r1.ebuild [moved from dev-libs/liborcus/liborcus-0.9.2.ebuild with 70% similarity]
dev-libs/liborcus/liborcus-9999.ebuild
dev-libs/liborcus/metadata.xml

diff --git a/dev-libs/liborcus/liborcus-0.7.1-r1.ebuild b/dev-libs/liborcus/liborcus-0.7.1-r1.ebuild
new file mode 100644 (file)
index 0000000..3612205
--- /dev/null
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="git://gitlab.com/orcus/orcus.git"
+
+[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
+inherit eutils ${GITECLASS}
+unset GITECLASS
+
+DESCRIPTION="Standalone file import filter library for spreadsheet documents"
+HOMEPAGE="https://gitlab.com/orcus/orcus"
+[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+IUSE="+spreadsheet-model static-libs tools"
+
+RDEPEND="
+       >=dev-libs/boost-1.51.0:=
+       sys-libs/zlib:=
+       spreadsheet-model? ( =dev-libs/libixion-0.9*:= )
+"
+DEPEND="${RDEPEND}
+       >=dev-util/mdds-0.8.1:0
+"
+
+src_prepare() {
+       eapply_user
+       [[ ${PV} == 9999 ]] && eautoreconf
+}
+
+src_configure() {
+       econf \
+               --disable-werror \
+               $(use_enable spreadsheet-model) \
+               $(use_enable static-libs static) \
+               $(use_with tools)
+}
+
+src_install() {
+       default
+
+       prune_libtool_files --all
+}
index 7c68d4c97fbef7b5e04d056a04e9271658b90f38..87cbf3624b7b1efe68cd212a5b2ba09a4ac3ee74 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,11 +23,11 @@ IUSE="static-libs"
 
 RDEPEND="
        >=dev-libs/boost-1.51.0:=
-       >=dev-libs/libixion-0.9:=
+       =dev-libs/libixion-0.9*:=
        sys-libs/zlib:=
 "
 DEPEND="${RDEPEND}
-       >=dev-util/mdds-0.8.1
+       >=dev-util/mdds-0.8.1:0
 "
 
 src_prepare() {
similarity index 70%
rename from dev-libs/liborcus/liborcus-0.9.2.ebuild
rename to dev-libs/liborcus/liborcus-0.9.2-r1.ebuild
index 6668627e36400664c6606b5596efe4feeda85ee4..8a6c9f20feb37c3d81601b6f3ec64227c2dfd267 100644 (file)
@@ -1,8 +1,8 @@
-# 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="https://gitlab.com/orcus/orcus.git"
 
@@ -15,31 +15,34 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
 [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz"
 
 LICENSE="MIT"
-SLOT="0/0.10"
+SLOT="0/0.10" # based on SONAME of liborcus.so
 
 #[[ ${PV} == 9999 ]] || \
 #KEYWORDS="~amd64 ~arm ~ppc ~x86"
 KEYWORDS=""
 
-IUSE="static-libs"
+IUSE="+spreadsheet-model static-libs tools"
 
 RDEPEND="
        >=dev-libs/boost-1.51.0:=
-       =dev-libs/libixion-0.9*:=
        sys-libs/zlib:=
+       spreadsheet-model? ( =dev-libs/libixion-0.9*:= )
 "
 DEPEND="${RDEPEND}
-       >=dev-util/mdds-0.11
+       >=dev-util/mdds-0.11:0
 "
 
 src_prepare() {
+       eapply_user
        [[ ${PV} == 9999 ]] && eautoreconf
 }
 
 src_configure() {
        econf \
                --disable-werror \
-               $(use_enable static-libs static)
+               $(use_enable spreadsheet-model) \
+               $(use_enable static-libs static) \
+               $(use_with tools)
 }
 
 src_install() {
index e87413f36da0016091d7995de3872696af1f11f2..64a4c246dcdb30d68284cca43aeb0eba9e938678 100644 (file)
@@ -20,13 +20,13 @@ LICENSE="MIT"
 SLOT="0/0.11" # based on SONAME of liborcus.so
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="python static-libs"
+IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="
        >=dev-libs/boost-1.51.0:=
-       =dev-libs/libixion-9999:=
        sys-libs/zlib:=
        python? ( ${PYTHON_DEPS} )
+       spreadsheet-model? ( =dev-libs/libixion-9999:= )
 "
 DEPEND="${RDEPEND}
        dev-util/mdds:1
@@ -47,7 +47,9 @@ src_configure() {
        econf \
                --disable-werror \
                $(use_enable python) \
-               $(use_enable static-libs static)
+               $(use_enable spreadsheet-model) \
+               $(use_enable static-libs static) \
+               $(use_with tools)
 }
 
 src_install() {
index 13ce236ee51916f6749ce295afc61cb1769b302b..76fa89e1b408790496cb05bd3c64f191ac4d96ad 100644 (file)
@@ -5,4 +5,11 @@
                <email>office@gentoo.org</email>
                <name>Gentoo Office project</name>
        </maintainer>
+       <use>
+               <flag name="spreadsheet-model">Enable the spreadsheet model implementation</flag>
+               <flag name="tools">Build miscellaneous tools</flag>
+       </use>
+       <upstream>
+               <remote-id type="gitlab">orcus/orcus</remote-id>
+       </upstream>
 </pkgmetadata>