diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/spotlighter/metadata.xml | 5 | ||||
-rw-r--r-- | x11-apps/spotlighter/spotlighter-0.1.ebuild | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/x11-apps/spotlighter/metadata.xml b/x11-apps/spotlighter/metadata.xml index b2a876d6845d..56978bfe6586 100644 --- a/x11-apps/spotlighter/metadata.xml +++ b/x11-apps/spotlighter/metadata.xml @@ -14,9 +14,4 @@ on the desktop screen. You can use this to hide and show objects on the desktop. This program has been implemented for educational purposes.</longdescription> - <use> - </use> - <upstream> - <remote-id type="google-code">ardesia</remote-id> - </upstream> </pkgmetadata> diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild index 8481b49aa6ed..5829bb66b999 100644 --- a/x11-apps/spotlighter/spotlighter-0.1.ebuild +++ b/x11-apps/spotlighter/spotlighter-0.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=3 -SRC_URI="https://ardesia.googlecode.com/files/${P}.tar.gz" +SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" DESCRIPTION="Shows a movable and resizable spotlight on the screen" -HOMEPAGE="https://code.google.com/p/ardesia/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="GPL-3" SLOT="0" |