Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Fri, 03 Jun 2016 12:50:36
Message-Id: 1464958201.a1151dea8a35288fd727792b0fc477a118a32ad8.polynomial-c@gentoo
1 commit: a1151dea8a35288fd727792b0fc477a118a32ad8
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat May 14 08:35:18 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 12:50:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1151dea
7
8 dev-libs/libixion: Drop obsolete version
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libixion/Manifest | 1 -
14 dev-libs/libixion/libixion-0.11.0.ebuild | 55 --------------------------------
15 2 files changed, 56 deletions(-)
16
17 diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
18 index 113c970..76a8cbd 100644
19 --- a/dev-libs/libixion/Manifest
20 +++ b/dev-libs/libixion/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST libixion-0.11.0.tar.xz 365652 SHA256 97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293 SHA512 ebba456908c74d952256b7ba4b675ebbe0978e1cf39aa2fa03f0f11050fd874cfa8393f92f29cdf70d539bb6a11db94b639f81fdcbf14ee0d4de62236cd85d30 WHIRLPOOL cf0db731cdf6c70555036135eb5c22ad7abc327ff56223604922b7080abb7e31dd56cd9af8e397a4b0c7dac00f5901299a6ee0ff7044915d280b2f754667988e
23 DIST libixion-0.11.1.tar.xz 366660 SHA256 c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a6ffff3c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858 WHIRLPOOL aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
24 DIST libixion-0.7.0.tar.bz2 398089 SHA256 c9594ec93e911b40b26784ccdae47df8ea3a7d9b57bbad876733e4efcedf5581 SHA512 bda96a9cefb4bd842cd399a74c2fb5791d2a1d1d06d07106e1a121dc0bc02c00bef371b480ab1a7f922d5292c4d94fa8f7faaa2c6cd7596f2bc08b6ddfc929f5 WHIRLPOOL 0881a4b350eb6e8dc30ec166630cf46f85af07f41010b51b1b359787641d7f742ae10f1d4b1b3e438460bdb72468f43158c5baf1da95a0b70ed9d380c230f7d3
25 DIST libixion-0.9.0.tar.xz 351388 SHA256 2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 SHA512 da6ca9e79841f1f529328e39a2977d95a261ddaaf4a254bfc46de004d52d4b1e8fc0c8c1cbeb3e8ee18e9a5663b046cf1d3f232f31bdd83db75a766be654f49b WHIRLPOOL f35087fce0a0e53650b988b36ecde8378aa75d2a4b769f6046dce544b9fe89a0025c82a6ab2564b5a12c813e0726875c088d5cc37cfcad055d79d2c5563d53af
26
27 diff --git a/dev-libs/libixion/libixion-0.11.0.ebuild b/dev-libs/libixion/libixion-0.11.0.ebuild
28 deleted file mode 100644
29 index 0d63dd7..0000000
30 --- a/dev-libs/libixion/libixion-0.11.0.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -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 -
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.11" # based on SONAME of libixion.so
53 -[[ ${PV} == 9999 ]] || \
54 -KEYWORDS=""
55 -# KEYWORDS="~amd64 ~arm ~ppc ~x86"
56 -IUSE="python static-libs"
57 -
58 -RDEPEND="
59 - dev-libs/boost:=[threads]
60 - python? ( ${PYTHON_DEPS} )
61 -"
62 -DEPEND="${RDEPEND}
63 - dev-util/mdds:1=
64 -"
65 -
66 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
67 -
68 -pkg_setup() {
69 - use python && python-single-r1_pkg_setup
70 -}
71 -
72 -src_prepare() {
73 - eapply_user
74 - [[ ${PV} == 9999 ]] && eautoreconf
75 -}
76 -
77 -src_configure() {
78 - econf \
79 - $(use_enable python) \
80 - $(use_enable static-libs static)
81 -}
82 -
83 -src_install() {
84 - default
85 -
86 - prune_libtool_files --all
87 -}