dev-python/pywebkitgtk: migrate away from google code #544092

Package-Manager: portage-2.3.0
This commit is contained in:
Göktürk Yüksek
2016-12-22 04:51:35 -05:00
parent edc6cce536
commit 21e199be0b
2 changed files with 3 additions and 6 deletions

View 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>

View 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"