dev-python/pywebkitgtk: migrate away from google code #544092
authorGöktürk Yüksek <gokturk@gentoo.org>
Thu, 22 Dec 2016 09:51:35 +0000 (04:51 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Thu, 22 Dec 2016 10:44:16 +0000 (05:44 -0500)
Package-Manager: portage-2.3.0

dev-python/pywebkitgtk/metadata.xml
dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild

index 465bf15e3632810bc487ee03136fd139b56db148..dd2a7ca7243d20eccb3858bee5ac49f3b31886b1 100644 (file)
@@ -13,7 +13,4 @@
                <email>proxy-maint@gentoo.org</email>
                <name>Proxy Maintainers</name>
        </maintainer>
-       <upstream>
-               <remote-id type="google-code">pywebkitgtk</remote-id>
-       </upstream>
 </pkgmetadata>
index 34809a0d0e81f440202787199e3845c6f4fca3da..b406cca5a043a0c6ba9b39c015b9e3387d72df80 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools-utils python-r1 virtualx
 
 DESCRIPTION="Python bindings for the WebKit GTK+ port"
-HOMEPAGE="https://code.google.com/p/pywebkitgtk/"
-SRC_URI="https://pywebkitgtk.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/jmalonzo/pywebkitgtk"
+SRC_URI="https://github.com/jmalonzo/${PN}/archive/${PN^^}_${PV//./_}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"