radhermit 15/01/31 08:28:58 Modified: graph-tool-9999.ebuild ChangeLog Log: Switch back to official upstream git repo (bug #538212). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.13 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.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.12&r2=1.13 Index: graph-tool-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- graph-tool-9999.ebuild 21 Jan 2015 16:37:51 -0000 1.12 +++ graph-tool-9999.ebuild 31 Jan 2015 08:28:58 -0000 1.13 @@ -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-9999.ebuild,v 1.12 2015/01/21 16:37:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.13 2015/01/31 08:28:58 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -8,7 +8,7 @@ inherit check-reqs toolchain-funcs python-r1 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/count0/graph-tool.git" + EGIT_REPO_URI="https://git.skewed.de/count0/graph-tool.git" inherit autotools git-r3 else SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2" 1.24 dev-python/graph-tool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 21 Jan 2015 16:37:51 -0000 1.23 +++ ChangeLog 31 Jan 2015 08:28:58 -0000 1.24 @@ -1,6 +1,9 @@ # 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.23 2015/01/21 16:37:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.24 2015/01/31 08:28:58 radhermit Exp $ + + 31 Jan 2015; Tim Harder <[email protected]> graph-tool-9999.ebuild: + Switch back to official upstream git repo (bug #538212). 21 Jan 2015; Tim Harder <[email protected]> graph-tool-2.2.36-r1.ebuild, graph-tool-9999.ebuild:
