Skip to content

Commit

Permalink
dev-libs/liborcus: Drop eutils.eclass, cleanup, improve metadata
Browse files Browse the repository at this point in the history
Gentoo-bug: 600732

Package-Manager: portage-2.3.0
  • Loading branch information
a17r authored and akhuettel committed Dec 17, 2016
1 parent dea928a commit 2a35db6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions dev-libs/liborcus/liborcus-0.11.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git"
PYTHON_COMPAT=( python{3_4,3_5} )

[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
inherit eutils python-single-r1 ${GITECLASS}
inherit python-single-r1 ${GITECLASS}
unset GITECLASS

DESCRIPTION="Standalone file import filter library for spreadsheet documents"
Expand All @@ -23,7 +23,7 @@ KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="python +spreadsheet-model static-libs tools"

RDEPEND="
>=dev-libs/boost-1.51.0:=
dev-libs/boost:=
sys-libs/zlib:=
python? ( ${PYTHON_DEPS} )
spreadsheet-model? ( >=dev-libs/libixion-0.11.1:= )
Expand All @@ -39,7 +39,7 @@ pkg_setup() {
}

src_prepare() {
eapply_user
default
[[ ${PV} == 9999 ]] && eautoreconf
}

Expand All @@ -54,6 +54,5 @@ src_configure() {

src_install() {
default

prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}
4 changes: 2 additions & 2 deletions dev-libs/liborcus/liborcus-0.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git"
PYTHON_COMPAT=( python3_{4,5} )

[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
inherit eutils python-single-r1 ${GITECLASS}
inherit python-single-r1 ${GITECLASS}
unset GITECLASS

DESCRIPTION="Standalone file import filter library for spreadsheet documents"
Expand Down Expand Up @@ -55,5 +55,5 @@ src_configure() {

src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}
4 changes: 2 additions & 2 deletions dev-libs/liborcus/liborcus-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git"
PYTHON_COMPAT=( python3_{4,5} )

[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
inherit eutils python-single-r1 ${GITECLASS}
inherit python-single-r1 ${GITECLASS}
unset GITECLASS

DESCRIPTION="Standalone file import filter library for spreadsheet documents"
Expand Down Expand Up @@ -54,5 +54,5 @@ src_configure() {

src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}
2 changes: 1 addition & 1 deletion dev-libs/liborcus/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</slots>
<use>
<flag name="spreadsheet-model">Enable the spreadsheet model implementation</flag>
<flag name="tools">Build miscellaneous tools</flag>
<flag name="tools">Build various low-level parsers</flag>
</use>
<upstream>
<remote-id type="gitlab">orcus/orcus</remote-id>
Expand Down

0 comments on commit 2a35db6

Please sign in to comment.