From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE21E1395E5 for ; Sun, 27 Nov 2016 06:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC336E0A41; Sun, 27 Nov 2016 06:01:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADF55E0914 for ; Sun, 27 Nov 2016 06:01:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8028E341265 for ; Sun, 27 Nov 2016 06:01:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD11191A for ; Sun, 27 Nov 2016 06:01:32 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1480226268.c20cc8e2f16826e153c92f350537931c2b35cb3a.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/spotlighter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/spotlighter/metadata.xml x11-apps/spotlighter/spotlighter-0.1.ebuild X-VCS-Directories: x11-apps/spotlighter/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: c20cc8e2f16826e153c92f350537931c2b35cb3a X-VCS-Branch: master Date: Sun, 27 Nov 2016 06:01:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f965d246-e18a-49cb-a72e-72bf17d15134 X-Archives-Hash: cd693f346ec257cc27a97e0777061b4b commit: c20cc8e2f16826e153c92f350537931c2b35cb3a Author: Göktürk Yüksek gentoo org> AuthorDate: Sat Nov 26 23:52:04 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Nov 27 05:57:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20cc8e2 x11-apps/spotlighter: migrate away from google code #544092 Package-Manager: portage-2.3.0 x11-apps/spotlighter/metadata.xml | 5 ----- 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 b2a876d..56978bf 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. - - - - ardesia - diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild index 8481b49..5829bb6 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"