Update URLs from einstein to tremily.
[wtk-overlay.git] / dev-python / curses-check-for-keypress / curses-check-for-keypress-9999.ebuild
index 1f433cba65d803d661ea78bacd55b0098610fe27..e65db12b63d052c4efd5cf9b4a0e0899d3ea2a02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,14 +13,14 @@ MY_PN="curses_check_for_keypress" #${PN/-/_}"
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-2
-       EGIT_REPO_URI="http://www.physics.drexel.edu/~wking/code/git/${MY_PN}.git"
+       EGIT_REPO_URI="git://tremily.us/${MY_PN}.git"
        SRC_URI=""
 else
-       SRC_URI="http://www.physics.drexel.edu/~wking/code/got/gitweb.cgi?p=${MY_PN}.git;a=snapshot;h=v${PV};sf=tgz"
+       SRC_URI="http://git.tremily.us/?p=${MY_PN}.git;a=snapshot;h=v${PV};sf=tgz"
 fi
 
 DESCRIPTION="Split **kwargs arguments among several functions."
-HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${MY_PN}/"
+HOMEPAGE="http://blog.tremily.us/posts/${MY_PN}/"
 
 LICENSE="public-domain"
 SLOT="0"