Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Fri, 26 May 2017 20:30:54
Message-Id: 1495830639.f5476a845f8805882b609a311f1a0a007b47ff2a.asturm@gentoo
1 commit: f5476a845f8805882b609a311f1a0a007b47ff2a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 20:27:53 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 20:30:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5476a84
7
8 dev-libs/libixion: Bump subslot, drop eutils
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-libs/libixion/libixion-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild
16 index 65a86fc5b02..cd31a4887aa 100644
17 --- a/dev-libs/libixion/libixion-9999.ebuild
18 +++ b/dev-libs/libixion/libixion-9999.ebuild
19 @@ -8,7 +8,7 @@ EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
20 PYTHON_COMPAT=( python{3_4,3_5,3_6} )
21
22 [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
23 -inherit eutils python-single-r1 ${GITECLASS}
24 +inherit python-single-r1 ${GITECLASS}
25 unset GITECLASS
26
27 DESCRIPTION="General purpose formula parser & interpreter"
28 @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/ixion/ixion"
29 [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
30
31 LICENSE="MIT"
32 -SLOT="0/0.12" # based on SONAME of libixion.so
33 +SLOT="0/0.13" # based on SONAME of libixion.so
34 [[ ${PV} == 9999 ]] || \
35 KEYWORDS="~amd64 ~arm ~ppc ~x86"
36 IUSE="debug python static-libs +threads"
37 @@ -50,6 +50,5 @@ src_configure() {
38
39 src_install() {
40 default
41 -
42 - prune_libtool_files --all
43 + find "${D}" -name '*.la' -delete || die
44 }