From: Tim Harder Date: Fri, 28 Aug 2015 07:18:47 +0000 (-0400) Subject: dev-python/graph-tool: remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=764dc522b401750a018768826105bc923b12820a;p=gentoo.git dev-python/graph-tool: remove old --- diff --git a/dev-python/graph-tool/Manifest b/dev-python/graph-tool/Manifest index ac27f6129db9..97d3610f5169 100644 --- a/dev-python/graph-tool/Manifest +++ b/dev-python/graph-tool/Manifest @@ -1,6 +1 @@ -DIST graph-tool-2.2.36.tar.bz2 15050904 SHA256 e1e030306480393464501cbcf3f3c938c2105c95fd0d67a8fe8bb4296e0be872 SHA512 3867fed367b547f28147c3234cf391d5415e5cf4594bc495abab1e1f827ba89af44d9d2bc92ee604ed184ce48f1644076aa852a0035fa2f8cdb449157d6b32bc WHIRLPOOL 741091c5504234767ed2662f69307aeaffb344ec132f708b494288d03485ff1910a967b244c35f5e7b77bad0564b249fd7b80ddb39051928f9806310c4d7843e -DIST graph-tool-2.2.38.tar.bz2 15050391 SHA256 7b4181184acb28e02e0c013858d69f42af4d7a6ed3327521f8eccc0be538012c SHA512 d6a4299dc0df4dbf1485656f9c2bdc3c00f37d342b313af4116f00bfbf31c7d425873aa98e4361115985b87695080fcac6cc97e7930e6903d50a9d61ccf81e60 WHIRLPOOL c03f82fe6b151361c4b6f6979117dd35e2fe4913caacc1e3ca0749c38a7e8a3c6034a7dbd676294a3e23926e2b42c7ead9ab38b19f5d37b278a773971d8e1fc1 -DIST graph-tool-2.2.40.tar.bz2 15058030 SHA256 5ccf2f174663c02d0d8548254d29dbc7f652655d13c1902dafc587c9a1c156e7 SHA512 db3bcbc49d724185d2da8c636c9c7f0aaae39fcae8ca6454bbad1c893dd77ea96eca5512f338d1f06f6ea4ef181f88a8095c5b40493d63b22174fb0fde8bfe83 WHIRLPOOL eeb8eaa1fae59de3d4d1c360a465bdb5e443823e3c0b703e7edee82c81992f443a8a744fd41c83516ea025de5b72c6bf89032d5a458bb112e2e3ea34393f9e74 -DIST graph-tool-2.2.42.tar.bz2 15058831 SHA256 e975c0836a06d07aff2d4c54472de710566f061a97e9775085a7aa5741ab9888 SHA512 921f5c81a34a3ad0a83c2bc7c2c90befe220bbdfcf5ea005fa43bc1cc45dd66660b73b792ba8826f7b536ba4d446f9aeaa8ca721fcc6b7c4686e369f7b27f936 WHIRLPOOL ef598ba8751a2975cca053f89e8abf78461344c790e1b99849a1ca209af0c05e2d913d5fbd3e105422fa90eea77a874403da597689f11f17e4b37a1781871be8 -DIST graph-tool-2.2.43.tar.bz2 15041980 SHA256 c0ef941dc611fad5800c64417543e751f9edaeb511460ba06a43263c5b0efbd6 SHA512 d535fbfa3ea1dd37eebf95d5f7f051a928906a1c2d6a7763b651504dc9e3e2a6843e77c5a9bb64a2718077c270ef23398c64646377d8b735a90c64b051fa0121 WHIRLPOOL 773c7d7db03d95da056133693a882f976d0984950242b9b631818711205a9e6ad699e7a6ee777d5da16dc01446bfbe28175456b3667bef3bb63e99ce6c323696 DIST graph-tool-2.2.44.tar.bz2 15044171 SHA256 42b97c24c155ddd95c79a16b4e3cb034cb3139e912c37aed66e6493e4ff20566 SHA512 312f3baf80a3c66d75f1ad458a2eb4b51300925beeac494e724e73589c06e93ce467a64da0cb26809b706cf69b398ab8ad1750d5e2b952f92b3bc00bd2e42467 WHIRLPOOL 79e04d4b4efb28bd99f45b64eb4297c408e35f1bdf78f6d756d52f44895cc9ae35f3c9c4450ca2a6f9232ebc0c4f57bc261495db7ec4ae2b542424a15777284d diff --git a/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild b/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild deleted file mode 100644 index bc0cfc008761..000000000000 --- a/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit check-reqs toolchain-funcs python-r1 - -if [[ ${PV} == "9999" ]] ; then - 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" -fi - -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" -HOMEPAGE="http://graph-tool.skewed.de/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+cairo openmp" - -CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] - dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - >=sci-mathematics/cgal-3.5 - cairo? ( - dev-cpp/cairomm - dev-python/pycairo[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND} - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - dev-cpp/sparsehash - virtual/pkgconfig" - -# most machines don't have enough ram for parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -# bug 453544 -CHECKREQS_DISK_BUILD="6G" - -pkg_pretend() { - 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() { - local threads - has_version dev-libs/boost[threads] && threads="-mt" - - configure() { - econf \ - --disable-static \ - --disable-optimization \ - $(use_enable openmp) \ - $(use_enable cairo) \ - --with-boost-python="${EPYTHON: -3}${threads}" - } - python_foreach_impl run_in_build_dir configure -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - prune_libtool_files --modules - - # remove unwanted extra docs - rm -r "${ED}"/usr/share/doc/${PN} || die -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null - "$@" - popd > /dev/null -} diff --git a/dev-python/graph-tool/graph-tool-2.2.36.ebuild b/dev-python/graph-tool/graph-tool-2.2.36.ebuild deleted file mode 100644 index a27de3cc51cf..000000000000 --- a/dev-python/graph-tool/graph-tool-2.2.36.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit check-reqs toolchain-funcs python-r1 - -if [[ ${PV} == "9999" ]] ; then - 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" -fi - -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" -HOMEPAGE="http://graph-tool.skewed.de/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+cairo openmp" - -CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] - dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - >=sci-mathematics/cgal-3.5 - cairo? ( - dev-cpp/cairomm - dev-python/pycairo[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND} - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - dev-cpp/sparsehash - virtual/pkgconfig" - -# most machines don't have enough ram for parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -# bug 453544 -CHECKREQS_DISK_BUILD="6G" - -pkg_pretend() { - 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_foreach_impl run_in_build_dir \ - econf \ - --disable-static \ - --disable-optimization \ - $(use_enable openmp) \ - $(use_enable cairo) -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - prune_libtool_files --modules - - # remove unwanted extra docs - rm -r "${ED}"/usr/share/doc/${PN} || die -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null - "$@" - popd > /dev/null -} diff --git a/dev-python/graph-tool/graph-tool-2.2.38.ebuild b/dev-python/graph-tool/graph-tool-2.2.38.ebuild deleted file mode 100644 index 27251d5a78e7..000000000000 --- a/dev-python/graph-tool/graph-tool-2.2.38.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit check-reqs toolchain-funcs python-r1 - -if [[ ${PV} == "9999" ]] ; then - 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" -fi - -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" -HOMEPAGE="http://graph-tool.skewed.de/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+cairo openmp" - -CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] - dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - >=sci-mathematics/cgal-3.5 - cairo? ( - dev-cpp/cairomm - dev-python/pycairo[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND} - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - dev-cpp/sparsehash - virtual/pkgconfig" - -# most machines don't have enough ram for parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -# bug 453544 -CHECKREQS_DISK_BUILD="6G" - -pkg_pretend() { - 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() { - local threads - has_version dev-libs/boost[threads] && threads="-mt" - - configure() { - econf \ - --disable-static \ - --disable-optimization \ - $(use_enable openmp) \ - $(use_enable cairo) \ - --with-boost-python="${EPYTHON: -3}${threads}" - } - python_foreach_impl run_in_build_dir configure -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - prune_libtool_files --modules - - # remove unwanted extra docs - rm -r "${ED}"/usr/share/doc/${PN} || die -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null - "$@" - popd > /dev/null -} diff --git a/dev-python/graph-tool/graph-tool-2.2.40.ebuild b/dev-python/graph-tool/graph-tool-2.2.40.ebuild deleted file mode 100644 index b9081c3e818f..000000000000 --- a/dev-python/graph-tool/graph-tool-2.2.40.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit check-reqs toolchain-funcs python-r1 - -if [[ ${PV} == "9999" ]] ; then - 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" -fi - -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" -HOMEPAGE="http://graph-tool.skewed.de/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+cairo openmp" - -# Bug #536734; configure sets boostlib 1.53.0 but 1.54.0 is required -CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] - dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - >=sci-mathematics/cgal-3.5 - cairo? ( - dev-cpp/cairomm - dev-python/pycairo[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND} - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - dev-cpp/sparsehash - virtual/pkgconfig" - -# most machines don't have enough ram for parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -# bug 453544 -CHECKREQS_DISK_BUILD="6G" - -pkg_pretend() { - 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() { - local threads - has_version dev-libs/boost[threads] && threads="-mt" - - configure() { - econf \ - --disable-static \ - --disable-optimization \ - $(use_enable openmp) \ - $(use_enable cairo) \ - --with-boost-python="${EPYTHON: -3}${threads}" - } - python_foreach_impl run_in_build_dir configure -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - prune_libtool_files --modules - - # remove unwanted extra docs - rm -r "${ED}"/usr/share/doc/${PN} || die -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null - "$@" - popd > /dev/null -} diff --git a/dev-python/graph-tool/graph-tool-2.2.42.ebuild b/dev-python/graph-tool/graph-tool-2.2.42.ebuild deleted file mode 100644 index b9081c3e818f..000000000000 --- a/dev-python/graph-tool/graph-tool-2.2.42.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit check-reqs toolchain-funcs python-r1 - -if [[ ${PV} == "9999" ]] ; then - 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" -fi - -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" -HOMEPAGE="http://graph-tool.skewed.de/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+cairo openmp" - -# Bug #536734; configure sets boostlib 1.53.0 but 1.54.0 is required -CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] - dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - >=sci-mathematics/cgal-3.5 - cairo? ( - dev-cpp/cairomm - dev-python/pycairo[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND} - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - dev-cpp/sparsehash - virtual/pkgconfig" - -# most machines don't have enough ram for parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -# bug 453544 -CHECKREQS_DISK_BUILD="6G" - -pkg_pretend() { - 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() { - local threads - has_version dev-libs/boost[threads] && threads="-mt" - - configure() { - econf \ - --disable-static \ - --disable-optimization \ - $(use_enable openmp) \ - $(use_enable cairo) \ - --with-boost-python="${EPYTHON: -3}${threads}" - } - python_foreach_impl run_in_build_dir configure -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - prune_libtool_files --modules - - # remove unwanted extra docs - rm -r "${ED}"/usr/share/doc/${PN} || die -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null - "$@" - popd > /dev/null -} diff --git a/dev-python/graph-tool/graph-tool-2.2.43.ebuild b/dev-python/graph-tool/graph-tool-2.2.43.ebuild deleted file mode 100644 index b9081c3e818f..000000000000 --- a/dev-python/graph-tool/graph-tool-2.2.43.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit check-reqs toolchain-funcs python-r1 - -if [[ ${PV} == "9999" ]] ; then - 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" -fi - -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs" -HOMEPAGE="http://graph-tool.skewed.de/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="+cairo openmp" - -# Bug #536734; configure sets boostlib 1.53.0 but 1.54.0 is required -CDEPEND="${PYTHON_DEPS} - >=dev-libs/boost-1.54.0[python,${PYTHON_USEDEP}] - dev-libs/expat - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - >=sci-mathematics/cgal-3.5 - cairo? ( - dev-cpp/cairomm - dev-python/pycairo[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND} - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - dev-cpp/sparsehash - virtual/pkgconfig" - -# most machines don't have enough ram for parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -# bug 453544 -CHECKREQS_DISK_BUILD="6G" - -pkg_pretend() { - 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() { - local threads - has_version dev-libs/boost[threads] && threads="-mt" - - configure() { - econf \ - --disable-static \ - --disable-optimization \ - $(use_enable openmp) \ - $(use_enable cairo) \ - --with-boost-python="${EPYTHON: -3}${threads}" - } - python_foreach_impl run_in_build_dir configure -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - prune_libtool_files --modules - - # remove unwanted extra docs - rm -r "${ED}"/usr/share/doc/${PN} || die -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null - "$@" - popd > /dev/null -}