diff options
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" |