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: Tue, 29 Nov 2016 20:27:24
Message-Id: 1480451231.3466d1bb37850fbcef7b8d8570388ea4e61b9c45.dilfridge@gentoo
1 commit: 3466d1bb37850fbcef7b8d8570388ea4e61b9c45
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:26:51 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 20:27:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3466d1bb
7
8 dev-libs/libixion: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 dev-libs/libixion/Manifest | 2 -
13 dev-libs/libixion/libixion-0.9.0.ebuild | 48 -----------------------
14 dev-libs/libixion/libixion-0.9.1-r1.ebuild | 63 ------------------------------
15 3 files changed, 113 deletions(-)
16
17 diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
18 index d6e85a3..838b1c6 100644
19 --- a/dev-libs/libixion/Manifest
20 +++ b/dev-libs/libixion/Manifest
21 @@ -1,4 +1,2 @@
22 DIST libixion-0.11.1.tar.xz 366660 SHA256 c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a6ffff3c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858 WHIRLPOOL aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
23 DIST libixion-0.12.1.tar.xz 406300 SHA256 000820ba51109ec21cbdb7ea83c1fdb0acbcfeb55b4a6a80fe02b71d45c587c2 SHA512 b3ba4c09f3f12df7fe9e6ef19d35e618d0effce2cf0866acdb23c72754ac7168c24cc979d6a49c756cf70b1e4a79e58b33ec6a05b8155b43a1682375eea9d022 WHIRLPOOL 14ae7725312894aca74a8df0a7dcfa6e9800526024d35259cfcf7a6e2cae9aa3564dfe9605ce61ce88972d1436f36e71343c2980c17253c12d603974f26e2249
24 -DIST libixion-0.9.0.tar.xz 351388 SHA256 2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 SHA512 da6ca9e79841f1f529328e39a2977d95a261ddaaf4a254bfc46de004d52d4b1e8fc0c8c1cbeb3e8ee18e9a5663b046cf1d3f232f31bdd83db75a766be654f49b WHIRLPOOL f35087fce0a0e53650b988b36ecde8378aa75d2a4b769f6046dce544b9fe89a0025c82a6ab2564b5a12c813e0726875c088d5cc37cfcad055d79d2c5563d53af
25 -DIST libixion-0.9.1.tar.xz 356500 SHA256 77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1 SHA512 074318c6db01ec13f6cbdfb8d7d04aede9f20cac4c23476b570a37638b0e68170aabf977520b94dfc2dce079314109c2e70d64376f9f314890d4d60854458c03 WHIRLPOOL ed79f0ed5705f8f8c5a24603fa4386b8822b477a21896d13eaf5fbe52d0f12fbf451f68de49314d8736160f82895047ba4d387431f989683553316d523bb0ce4
26
27 diff --git a/dev-libs/libixion/libixion-0.9.0.ebuild b/dev-libs/libixion/libixion-0.9.0.ebuild
28 deleted file mode 100644
29 index 59b8842..00000000
30 --- a/dev-libs/libixion/libixion-0.9.0.ebuild
31 +++ /dev/null
32 @@ -1,48 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
40 -
41 -PYTHON_COMPAT=( python2_7 )
42 -
43 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
44 -inherit eutils python-single-r1 ${GITECLASS}
45 -unset GITECLASS
46 -
47 -DESCRIPTION="General purpose formula parser & interpreter"
48 -HOMEPAGE="https://gitlab.com/ixion/ixion"
49 -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0/0.10"
53 -[[ ${PV} == 9999 ]] || \
54 -KEYWORDS="amd64 ~arm ~ppc x86"
55 -
56 -IUSE="static-libs"
57 -
58 -RDEPEND="${PYTHON_DEPS}
59 - dev-libs/boost:=[threads]
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-util/mdds-0.12.0:0=
63 -"
64 -
65 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 -
67 -src_prepare() {
68 - [[ ${PV} == 9999 ]] && eautoreconf
69 -}
70 -
71 -src_configure() {
72 - econf \
73 - $(use_enable static-libs static)
74 -}
75 -
76 -src_install() {
77 - default
78 -
79 - prune_libtool_files --all
80 -}
81
82 diff --git a/dev-libs/libixion/libixion-0.9.1-r1.ebuild b/dev-libs/libixion/libixion-0.9.1-r1.ebuild
83 deleted file mode 100644
84 index e829d56..00000000
85 --- a/dev-libs/libixion/libixion-0.9.1-r1.ebuild
86 +++ /dev/null
87 @@ -1,63 +0,0 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -# $Id$
91 -
92 -EAPI=6
93 -
94 -EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
95 -
96 -PYTHON_COMPAT=( python2_7 )
97 -
98 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3"
99 -inherit autotools eutils python-single-r1 ${GITECLASS}
100 -unset GITECLASS
101 -
102 -DESCRIPTION="General purpose formula parser & interpreter"
103 -HOMEPAGE="https://gitlab.com/ixion/ixion"
104 -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
105 -
106 -LICENSE="MIT"
107 -SLOT="0/0.10" # based on SONAME of libixion.so
108 -[[ ${PV} == 9999 ]] || \
109 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
110 -IUSE="python static-libs"
111 -
112 -RDEPEND="
113 - dev-libs/boost:=[threads]
114 - python? ( ${PYTHON_DEPS} )
115 -"
116 -DEPEND="${RDEPEND}
117 - >=sys-devel/boost-m4-0.4_p20160328
118 - >=dev-util/mdds-0.12.0:0=
119 -"
120 -
121 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
122 -PATCHES=(
123 - "${FILESDIR}/${PN}-0.9.1-typo.patch"
124 - "${FILESDIR}/${PN}-0.9.1-python-optional.patch"
125 -)
126 -
127 -pkg_setup() {
128 - use python && python-single-r1_pkg_setup
129 -}
130 -
131 -src_prepare() {
132 - default
133 -
134 - # fixes bug 576462, which is due to an outdated bundled boost.m4
135 - rm m4/boost.m4 || die
136 -
137 - eautoreconf
138 -}
139 -
140 -src_configure() {
141 - econf \
142 - $(use_enable python) \
143 - $(use_enable static-libs static)
144 -}
145 -
146 -src_install() {
147 - default
148 -
149 - prune_libtool_files --all
150 -}