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 D02BF1395E2 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 041B2E0A69; Sun, 27 Nov 2016 06:01:36 +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 B7DA5E09FF 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 702E634123F 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 B92EE49A 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: <1480226232.92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/whyteboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/whyteboard/metadata.xml x11-apps/whyteboard/whyteboard-0.41.1.ebuild X-VCS-Directories: x11-apps/whyteboard/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd 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: a2f91a93-a754-44ca-aa32-caa6dbc6a81d X-Archives-Hash: 0c3daabfc5b2b8734be1e1fb231d9774 commit: 92ac3db19ef1ba34f93b1ca9c393e57a4f4412bd Author: Göktürk Yüksek gentoo org> AuthorDate: Sat Nov 26 23:25:27 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Nov 27 05:57:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ac3db1 x11-apps/whyteboard: migrate away from google code #544092 Package-Manager: portage-2.3.0 x11-apps/whyteboard/metadata.xml | 1 - 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 952d2af..4cc81be 100644 --- a/x11-apps/whyteboard/metadata.xml +++ b/x11-apps/whyteboard/metadata.xml @@ -15,7 +15,6 @@ Steven Sproat - http://whyteboard.org/ diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild index d9e024e..f123763 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"