radhermit 15/01/17 14:03:07
Modified: graph-tool-9999.ebuild ChangeLog
graph-tool-2.2.36.ebuild
Log:
Run eautoreconf and update git repo for live ebuild (bugs #536810 and 536826).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
4AB3E85B4F064CA3)
Revision Changes Path
1.10 dev-python/graph-tool/graph-tool-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.9&r2=1.10
Index: graph-tool-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- graph-tool-9999.ebuild 14 Jan 2015 03:43:42 -0000 1.9
+++ graph-tool-9999.ebuild 17 Jan 2015 14:03:07 -0000 1.10
@@ -1,15 +1,15 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.9
2015/01/14 03:43:42 idella4 Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.10
2015/01/17 14:03:07 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit check-reqs eutils toolchain-funcs python-r1
+inherit check-reqs toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://git.skewed.de/graph-tool"
- inherit git-2
+ EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
+ inherit autotools git-r3
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -45,19 +45,20 @@
CHECKREQS_DISK_BUILD="6G"
pkg_pretend() {
- if use openmp; then
+ if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible
compiler"
fi
check-reqs_pkg_pretend
}
src_prepare() {
+ [[ ${PV} == "9999" ]] && eautoreconf
>py-compile
python_copy_sources
}
src_configure() {
- python_parallel_foreach_impl run_in_build_dir \
+ python_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
@@ -66,11 +67,11 @@
}
src_compile() {
- python_parallel_foreach_impl run_in_build_dir default
+ python_foreach_impl run_in_build_dir default
}
src_install() {
- python_parallel_foreach_impl run_in_build_dir default
+ python_foreach_impl run_in_build_dir default
prune_libtool_files --modules
# remove unwanted extra docs
1.21 dev-python/graph-tool/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.21&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.21&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 14 Jan 2015 03:43:42 -0000 1.20
+++ ChangeLog 17 Jan 2015 14:03:07 -0000 1.21
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/graph-tool
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.20
2015/01/14 03:43:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.21
2015/01/17 14:03:07 radhermit Exp $
+
+ 17 Jan 2015; Tim Harder <[email protected]> graph-tool-2.2.36.ebuild,
+ graph-tool-9999.ebuild:
+ Run eautoreconf and update git repo for live ebuild (bugs #536810 and
+ 536826).
*graph-tool-2.2.36 (14 Jan 2015)
1.2 dev-python/graph-tool/graph-tool-2.2.36.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36.ebuild?r1=1.1&r2=1.2
Index: graph-tool-2.2.36.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graph-tool-2.2.36.ebuild 14 Jan 2015 03:43:42 -0000 1.1
+++ graph-tool-2.2.36.ebuild 17 Jan 2015 14:03:07 -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-python/graph-tool/graph-tool-2.2.36.ebuild,v 1.1
2015/01/14 03:43:42 idella4 Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36.ebuild,v 1.2
2015/01/17 14:03:07 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -8,8 +8,8 @@
inherit check-reqs toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://git.skewed.de/graph-tool"
- inherit git-2
+ EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
+ inherit autotools git-r3
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -22,7 +22,6 @@
SLOT="0"
IUSE="+cairo openmp"
-# Bug 524524
CDEPEND="${PYTHON_DEPS}
>=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}]
dev-libs/expat
@@ -46,19 +45,20 @@
CHECKREQS_DISK_BUILD="6G"
pkg_pretend() {
- if use openmp; then
+ if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible
compiler"
fi
check-reqs_pkg_pretend
}
src_prepare() {
+ [[ ${PV} == "9999" ]] && eautoreconf
>py-compile
python_copy_sources
}
src_configure() {
- python_parallel_foreach_impl run_in_build_dir \
+ python_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
@@ -67,11 +67,11 @@
}
src_compile() {
- python_parallel_foreach_impl run_in_build_dir default
+ python_foreach_impl run_in_build_dir default
}
src_install() {
- python_parallel_foreach_impl run_in_build_dir default
+ python_foreach_impl run_in_build_dir default
prune_libtool_files --modules
# remove unwanted extra docs