From 317c3127361fac2cca0f3b94369d841a1aca99a4 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 6 Feb 2017 03:50:16 +0100 Subject: dev-libs/libixion: Bump to version 0.12.2. Removed old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-libs/libixion/Manifest | 2 +- dev-libs/libixion/libixion-0.12.1.ebuild | 57 -------------------------------- dev-libs/libixion/libixion-0.12.2.ebuild | 57 ++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 dev-libs/libixion/libixion-0.12.1.ebuild create mode 100644 dev-libs/libixion/libixion-0.12.2.ebuild (limited to 'dev-libs/libixion') diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest index 838b1c65d438..8c2f52de82b4 100644 --- a/dev-libs/libixion/Manifest +++ b/dev-libs/libixion/Manifest @@ -1,2 +1,2 @@ DIST libixion-0.11.1.tar.xz 366660 SHA256 c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a6ffff3c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858 WHIRLPOOL aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8 -DIST libixion-0.12.1.tar.xz 406300 SHA256 000820ba51109ec21cbdb7ea83c1fdb0acbcfeb55b4a6a80fe02b71d45c587c2 SHA512 b3ba4c09f3f12df7fe9e6ef19d35e618d0effce2cf0866acdb23c72754ac7168c24cc979d6a49c756cf70b1e4a79e58b33ec6a05b8155b43a1682375eea9d022 WHIRLPOOL 14ae7725312894aca74a8df0a7dcfa6e9800526024d35259cfcf7a6e2cae9aa3564dfe9605ce61ce88972d1436f36e71343c2980c17253c12d603974f26e2249 +DIST libixion-0.12.2.tar.xz 407280 SHA256 8b44008836bb4e1a3dff4d3e40afec6c73037e3518e72cc85b5cc675fbc2daae SHA512 0a85120a08c79c73a252a997c8b3df461fe1f8ce8b2334aee0e50bfd887a440a220b44922edd18fbd402b1c8ea8be629e6181493bc618eda198f35159813ddcd WHIRLPOOL 3090887ffaa1222a3f15e4d5b96932d50392684ffaa4ea1022f14aeac7fc43972ed84fe6986c58360621e4ab1ad2ca5aa31694fbf081e8014de38b9ade1a060b diff --git a/dev-libs/libixion/libixion-0.12.1.ebuild b/dev-libs/libixion/libixion-0.12.1.ebuild deleted file mode 100644 index 20893819f059..000000000000 --- a/dev-libs/libixion/libixion-0.12.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" - -PYTHON_COMPAT=( python3_{4,5} ) - -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" -inherit eutils python-single-r1 ${GITECLASS} -unset GITECLASS - -DESCRIPTION="General purpose formula parser & interpreter" -HOMEPAGE="https://gitlab.com/ixion/ixion" -[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0/0.12" # based on SONAME of libixion.so -[[ ${PV} == 9999 ]] || \ -KEYWORDS="" -#KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="debug python static-libs +threads" - -RDEPEND=" - dev-libs/boost:= - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND} - >=dev-util/mdds-1.2.0:1= -" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - default - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable python) \ - $(use_enable static-libs static) \ - $(use_enable threads) -} - -src_install() { - default - - prune_libtool_files --all -} diff --git a/dev-libs/libixion/libixion-0.12.2.ebuild b/dev-libs/libixion/libixion-0.12.2.ebuild new file mode 100644 index 000000000000..d4c738f3eef2 --- /dev/null +++ b/dev-libs/libixion/libixion-0.12.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" + +PYTHON_COMPAT=( python3_{4,5} ) + +[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" +inherit eutils python-single-r1 ${GITECLASS} +unset GITECLASS + +DESCRIPTION="General purpose formula parser & interpreter" +HOMEPAGE="https://gitlab.com/ixion/ixion" +[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0/0.12" # based on SONAME of libixion.so +[[ ${PV} == 9999 ]] || \ +KEYWORDS="" +#KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="debug python static-libs +threads" + +RDEPEND=" + dev-libs/boost:= + python? ( ${PYTHON_DEPS} ) +" +DEPEND="${RDEPEND} + >=dev-util/mdds-1.2.0:1= +" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + default + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + $(use_enable debug) \ + $(use_enable python) \ + $(use_enable static-libs static) \ + $(use_enable threads) +} + +src_install() { + default + + prune_libtool_files --all +} -- cgit v1.2.3-65-gdbad