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: Sun, 19 Nov 2017 23:49:43
Message-Id: 1511135359.642e188f197dce66f176e31284fda69e90489b9d.asturm@gentoo
1 commit: 642e188f197dce66f176e31284fda69e90489b9d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 23:29:03 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 23:49:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642e188f
7
8 dev-libs/libixion: Drop old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-libs/libixion/Manifest | 1 -
13 dev-libs/libixion/libixion-0.11.1.ebuild | 53 --------------------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
17 index 57f5f3df2f0..3fbe1b45828 100644
18 --- a/dev-libs/libixion/Manifest
19 +++ b/dev-libs/libixion/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libixion-0.11.1.tar.xz 366660 SHA256 c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a6ffff3c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858 WHIRLPOOL aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
22 DIST libixion-0.12.2.tar.xz 407280 SHA256 8b44008836bb4e1a3dff4d3e40afec6c73037e3518e72cc85b5cc675fbc2daae SHA512 0a85120a08c79c73a252a997c8b3df461fe1f8ce8b2334aee0e50bfd887a440a220b44922edd18fbd402b1c8ea8be629e6181493bc618eda198f35159813ddcd WHIRLPOOL 3090887ffaa1222a3f15e4d5b96932d50392684ffaa4ea1022f14aeac7fc43972ed84fe6986c58360621e4ab1ad2ca5aa31694fbf081e8014de38b9ade1a060b
23 DIST libixion-0.13.0.tar.xz 413756 SHA256 5ae360c52ba2d17c4abf5ae21fa947f75925459e085acef5972395f77333c7e5 SHA512 15784e947164d106e677c59ece53b3cd401d4f9433cc5331a35d3be8332ae4f20a469ca73b30b253433c86da4afde886dfb4ac23e46ed46376a7349e0276c3a0 WHIRLPOOL 702b8bc869273e9ccab4605426573ca514ad4ca7e898bc6f43cb442b4c55b5c129eddd524dc8a412b2fcadcb7501e6f5d70bd40b5f86525aa4c8690fa44962f2
24
25 diff --git a/dev-libs/libixion/libixion-0.11.1.ebuild b/dev-libs/libixion/libixion-0.11.1.ebuild
26 deleted file mode 100644
27 index 7ad53ecd7a7..00000000000
28 --- a/dev-libs/libixion/libixion-0.11.1.ebuild
29 +++ /dev/null
30 @@ -1,53 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
37 -
38 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
39 -
40 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
41 -inherit eutils python-single-r1 ${GITECLASS}
42 -unset GITECLASS
43 -
44 -DESCRIPTION="General purpose formula parser & interpreter"
45 -HOMEPAGE="https://gitlab.com/ixion/ixion"
46 -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0/0.11" # based on SONAME of libixion.so
50 -[[ ${PV} == 9999 ]] || \
51 -KEYWORDS="amd64 ~arm ~ppc x86"
52 -IUSE="python static-libs"
53 -
54 -RDEPEND="
55 - dev-libs/boost:=[threads]
56 - python? ( ${PYTHON_DEPS} )
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-util/mdds-1.2.0:1=
60 -"
61 -
62 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
63 -
64 -pkg_setup() {
65 - use python && python-single-r1_pkg_setup
66 -}
67 -
68 -src_prepare() {
69 - eapply_user
70 - [[ ${PV} == 9999 ]] && eautoreconf
71 -}
72 -
73 -src_configure() {
74 - econf \
75 - $(use_enable python) \
76 - $(use_enable static-libs static)
77 -}
78 -
79 -src_install() {
80 - default
81 -
82 - prune_libtool_files --all
83 -}