diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-26 18:25:27 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-27 00:57:12 -0500 |
commit | 92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd (patch) | |
tree | c456f9d7992a8e0d99fb1a7a648a7acd56794974 /x11-apps | |
parent | app-portage/portage-utils: version bump to 0.64 (diff) | |
download | gentoo-92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd.tar.gz gentoo-92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd.tar.bz2 gentoo-92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd.zip |
x11-apps/whyteboard: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/whyteboard/metadata.xml | 1 | ||||
-rw-r--r-- | x11-apps/whyteboard/whyteboard-0.41.1.ebuild | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml index 952d2afedb0b..4cc81be87289 100644 --- a/x11-apps/whyteboard/metadata.xml +++ b/x11-apps/whyteboard/metadata.xml @@ -15,7 +15,6 @@ <maintainer status="active"> <name>Steven Sproat</name> </maintainer> - <remote-id type="google-code">http://whyteboard.org/</remote-id> </upstream> <use> </use> diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild index d9e024e849e4..f12376360a01 100644 --- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild +++ b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild @@ -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$ @@ -9,9 +9,9 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 multilib DESCRIPTION="A simple image, PDF and postscript file annotator" -HOMEPAGE="https://code.google.com/p/whyteboard" +HOMEPAGE="http://whyteboard.org/" SRC_URI=" - https://whyteboard.googlecode.com/files/${P}.tar.gz + mirror://sourceforge/${PN}/${P}.tar.gz https://dev.gentoo.org/~lxnay/${PN}/${PN}.png" LICENSE="ISC" |