dilfridge 15/05/22 23:03:55 Modified: ChangeLog Added: libixion-0.9.1.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.20 dev-libs/libixion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 6 Apr 2015 11:42:50 -0000 1.19 +++ ChangeLog 22 May 2015 23:03:55 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libixion # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.19 2015/04/06 11:42:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.20 2015/05/22 23:03:55 dilfridge Exp $ + +*libixion-0.9.1 (22 May 2015) + + 22 May 2015; Andreas K. Huettel <[email protected]> + +libixion-0.9.1.ebuild: + Version bump 06 Apr 2015; Andreas K. Huettel <[email protected]> libixion-0.9.0.ebuild, libixion-9999.ebuild: 1.1 dev-libs/libixion/libixion-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild?rev=1.1&content-type=text/plain Index: libixion-0.9.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v 1.1 2015/05/22 23:03:55 dilfridge Exp $ EAPI=5 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" PYTHON_COMPAT=( python2_7 ) [[ ${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.10" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="static-libs" RDEPEND="${PYTHON_DEPS} dev-libs/boost:= " DEPEND="${RDEPEND} >=dev-util/mdds-0.12.0:= " REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { econf \ $(use_enable static-libs static) } src_install() { default prune_libtool_files --all }
