mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pywebkitgtk: migrate away from google code #544092
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user