Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Sat, 01 Oct 2016 22:08:48
Message-Id: 1475359714.27dd01e371adb4e689b203def9e1df9a3a72ce57.dilfridge@gentoo
1 commit: 27dd01e371adb4e689b203def9e1df9a3a72ce57
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 24 19:15:26 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 22:08:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dd01e3
7
8 dev-libs/libixion: Version bump to 0.12.1
9
10 Adding USE=debug,threads, dropping boost[threads] build dep
11
12 Package-Manager: portage-2.3.0
13
14 dev-libs/libixion/Manifest | 1 +
15 .../{libixion-9999.ebuild => libixion-0.12.1.ebuild} | 17 ++++++++++-------
16 dev-libs/libixion/libixion-9999.ebuild | 14 ++++++++------
17 dev-libs/libixion/metadata.xml | 3 +++
18 4 files changed, 22 insertions(+), 13 deletions(-)
19
20 diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
21 index 04eb638..d6e85a3 100644
22 --- a/dev-libs/libixion/Manifest
23 +++ b/dev-libs/libixion/Manifest
24 @@ -1,3 +1,4 @@
25 DIST libixion-0.11.1.tar.xz 366660 SHA256 c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a6ffff3c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858 WHIRLPOOL aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
26 +DIST libixion-0.12.1.tar.xz 406300 SHA256 000820ba51109ec21cbdb7ea83c1fdb0acbcfeb55b4a6a80fe02b71d45c587c2 SHA512 b3ba4c09f3f12df7fe9e6ef19d35e618d0effce2cf0866acdb23c72754ac7168c24cc979d6a49c756cf70b1e4a79e58b33ec6a05b8155b43a1682375eea9d022 WHIRLPOOL 14ae7725312894aca74a8df0a7dcfa6e9800526024d35259cfcf7a6e2cae9aa3564dfe9605ce61ce88972d1436f36e71343c2980c17253c12d603974f26e2249
27 DIST libixion-0.9.0.tar.xz 351388 SHA256 2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 SHA512 da6ca9e79841f1f529328e39a2977d95a261ddaaf4a254bfc46de004d52d4b1e8fc0c8c1cbeb3e8ee18e9a5663b046cf1d3f232f31bdd83db75a766be654f49b WHIRLPOOL f35087fce0a0e53650b988b36ecde8378aa75d2a4b769f6046dce544b9fe89a0025c82a6ab2564b5a12c813e0726875c088d5cc37cfcad055d79d2c5563d53af
28 DIST libixion-0.9.1.tar.xz 356500 SHA256 77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1 SHA512 074318c6db01ec13f6cbdfb8d7d04aede9f20cac4c23476b570a37638b0e68170aabf977520b94dfc2dce079314109c2e70d64376f9f314890d4d60854458c03 WHIRLPOOL ed79f0ed5705f8f8c5a24603fa4386b8822b477a21896d13eaf5fbe52d0f12fbf451f68de49314d8736160f82895047ba4d387431f989683553316d523bb0ce4
29
30 diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-0.12.1.ebuild
31 similarity index 75%
32 copy from dev-libs/libixion/libixion-9999.ebuild
33 copy to dev-libs/libixion/libixion-0.12.1.ebuild
34 index 62cd380..2089381 100644
35 --- a/dev-libs/libixion/libixion-9999.ebuild
36 +++ b/dev-libs/libixion/libixion-0.12.1.ebuild
37 @@ -6,7 +6,7 @@ EAPI=6
38
39 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
40
41 -PYTHON_COMPAT=( python{3_3,3_4,3_5} )
42 +PYTHON_COMPAT=( python3_{4,5} )
43
44 [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
45 inherit eutils python-single-r1 ${GITECLASS}
46 @@ -17,13 +17,14 @@ HOMEPAGE="https://gitlab.com/ixion/ixion"
47 [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
48
49 LICENSE="MIT"
50 -SLOT="0/0.11" # based on SONAME of libixion.so
51 +SLOT="0/0.12" # based on SONAME of libixion.so
52 [[ ${PV} == 9999 ]] || \
53 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
54 -IUSE="python static-libs"
55 +KEYWORDS=""
56 +#KEYWORDS="~amd64 ~arm ~ppc ~x86"
57 +IUSE="debug python static-libs +threads"
58
59 RDEPEND="
60 - dev-libs/boost:=[threads]
61 + dev-libs/boost:=
62 python? ( ${PYTHON_DEPS} )
63 "
64 DEPEND="${RDEPEND}
65 @@ -37,14 +38,16 @@ pkg_setup() {
66 }
67
68 src_prepare() {
69 - eapply_user
70 + default
71 [[ ${PV} == 9999 ]] && eautoreconf
72 }
73
74 src_configure() {
75 econf \
76 + $(use_enable debug) \
77 $(use_enable python) \
78 - $(use_enable static-libs static)
79 + $(use_enable static-libs static) \
80 + $(use_enable threads)
81 }
82
83 src_install() {
84
85 diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild
86 index 62cd380..9fd4730 100644
87 --- a/dev-libs/libixion/libixion-9999.ebuild
88 +++ b/dev-libs/libixion/libixion-9999.ebuild
89 @@ -6,7 +6,7 @@ EAPI=6
90
91 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
92
93 -PYTHON_COMPAT=( python{3_3,3_4,3_5} )
94 +PYTHON_COMPAT=( python3_{4,5} )
95
96 [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
97 inherit eutils python-single-r1 ${GITECLASS}
98 @@ -17,13 +17,13 @@ HOMEPAGE="https://gitlab.com/ixion/ixion"
99 [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
100
101 LICENSE="MIT"
102 -SLOT="0/0.11" # based on SONAME of libixion.so
103 +SLOT="0/0.12" # based on SONAME of libixion.so
104 [[ ${PV} == 9999 ]] || \
105 KEYWORDS="~amd64 ~arm ~ppc ~x86"
106 -IUSE="python static-libs"
107 +IUSE="debug python static-libs +threads"
108
109 RDEPEND="
110 - dev-libs/boost:=[threads]
111 + dev-libs/boost:=
112 python? ( ${PYTHON_DEPS} )
113 "
114 DEPEND="${RDEPEND}
115 @@ -37,14 +37,16 @@ pkg_setup() {
116 }
117
118 src_prepare() {
119 - eapply_user
120 + default
121 [[ ${PV} == 9999 ]] && eautoreconf
122 }
123
124 src_configure() {
125 econf \
126 + $(use_enable debug) \
127 $(use_enable python) \
128 - $(use_enable static-libs static)
129 + $(use_enable static-libs static) \
130 + $(use_enable threads)
131 }
132
133 src_install() {
134
135 diff --git a/dev-libs/libixion/metadata.xml b/dev-libs/libixion/metadata.xml
136 index 4fc2ac0..07e60cc 100644
137 --- a/dev-libs/libixion/metadata.xml
138 +++ b/dev-libs/libixion/metadata.xml
139 @@ -5,6 +5,9 @@
140 <email>office@g.o</email>
141 <name>Gentoo Office project</name>
142 </maintainer>
143 + <slots>
144 + <subslots>libixion soname version</subslots>
145 + </slots>
146 <upstream>
147 <remote-id type="gitlab">ixion/ixion</remote-id>
148 </upstream>