dilfridge 15/06/21 15:35:49
Modified: libixion-9999.ebuild libixion-0.9.1.ebuild
ChangeLog
Log:
Version bump; make python support optional
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0B08240A96F66571)
Revision Changes Path
1.14 dev-libs/libixion/libixion-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-9999.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-9999.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-9999.ebuild?r1=1.13&r2=1.14
Index: libixion-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libixion-9999.ebuild 6 Apr 2015 11:42:50 -0000 1.13
+++ libixion-9999.ebuild 21 Jun 2015 15:35:49 -0000 1.14
@@ -1,12 +1,12 @@
# 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-9999.ebuild,v
1.13 2015/04/06 11:42:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-9999.ebuild,v
1.14 2015/06/21 15:35:49 dilfridge Exp $
EAPI=5
EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python{3_3,3_4} )
[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
inherit eutils python-single-r1 ${GITECLASS}
@@ -17,19 +17,20 @@
[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
LICENSE="MIT"
-SLOT="0/0.10"
+SLOT="0/0.12"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="static-libs"
+IUSE="python static-libs"
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
dev-libs/boost:=
+ python? ( ${PYTHON_DEPS} )
"
DEPEND="${RDEPEND}
>=dev-util/mdds-0.12.0:=
"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
src_prepare() {
[[ ${PV} == 9999 ]] && eautoreconf
@@ -37,6 +38,7 @@
src_configure() {
econf \
+ $(use_enable python) \
$(use_enable static-libs static)
}
1.2 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.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild?r1=1.1&r2=1.2
Index: libixion-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libixion-0.9.1.ebuild 22 May 2015 23:03:55 -0000 1.1
+++ libixion-0.9.1.ebuild 21 Jun 2015 15:35:49 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v
1.2 2015/06/21 15:35:49 dilfridge Exp $
EAPI=5
@@ -8,8 +8,8 @@
PYTHON_COMPAT=( python2_7 )
-[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
-inherit eutils python-single-r1 ${GITECLASS}
+[[ ${PV} == 9999 ]] && GITECLASS="git-r3"
+inherit autotools eutils python-single-r1 ${GITECLASS}
unset GITECLASS
DESCRIPTION="General purpose formula parser & interpreter"
@@ -20,23 +20,27 @@
SLOT="0/0.10"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="static-libs"
+IUSE="python static-libs"
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
dev-libs/boost:=
+ python? ( ${PYTHON_DEPS} )
"
DEPEND="${RDEPEND}
>=dev-util/mdds-0.12.0:=
"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
src_prepare() {
- [[ ${PV} == 9999 ]] && eautoreconf
+ epatch "${FILESDIR}/${PN}-0.9.1-typo.patch"
+ epatch "${FILESDIR}/${PN}-0.9.1-python-optional.patch"
+ eautoreconf
}
src_configure() {
econf \
+ $(use_enable python) \
$(use_enable static-libs static)
}
1.23 dev-libs/libixion/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/ChangeLog?rev=1.23&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/ChangeLog?rev=1.23&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 27 May 2015 10:58:51 -0000 1.22
+++ ChangeLog 21 Jun 2015 15:35:49 -0000 1.23
@@ -1,6 +1,11 @@
# 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.22
2015/05/27 10:58:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.23
2015/06/21 15:35:49 dilfridge Exp $
+
+ 21 Jun 2015; Andreas K. Huettel <[email protected]>
+ +files/libixion-0.9.1-python-optional.patch,
+files/libixion-0.9.1-typo.patch,
+ libixion-0.9.1.ebuild, libixion-9999.ebuild:
+ Version bump; make python support optional
27 May 2015; Agostino Sarubbo <[email protected]> libixion-0.9.0.ebuild:
Stable for x86, wrt bug #547900