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 521331395E3 for ; Sat, 12 Nov 2016 14:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E989E0C34; Sat, 12 Nov 2016 14:22:00 +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 4FD61E0C35 for ; Sat, 12 Nov 2016 14:22:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 312A23413B7 for ; Sat, 12 Nov 2016 14:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA8BC24BB for ; Sat, 12 Nov 2016 14:21:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1478960476.2e87e8f3b4df768786a1d12c30bfab4e5ea1c1d7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/quickplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/quickplot/quickplot-0.10.8.ebuild X-VCS-Directories: sci-visualization/quickplot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2e87e8f3b4df768786a1d12c30bfab4e5ea1c1d7 X-VCS-Branch: master Date: Sat, 12 Nov 2016 14:21:57 +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: c41799a5-fc76-4cde-8bf4-ed983e49e507 X-Archives-Hash: f3d04392e10b483a38d7bfa5638a0afa commit: 2e87e8f3b4df768786a1d12c30bfab4e5ea1c1d7 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 12 13:41:41 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 12 14:21:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e87e8f3 sci-visualization/quickplot: Add new HOMPAGE Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-visualization/quickplot/quickplot-0.10.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/quickplot/quickplot-0.10.8.ebuild b/sci-visualization/quickplot/quickplot-0.10.8.ebuild index 8060d35..ec91eeb 100644 --- a/sci-visualization/quickplot/quickplot-0.10.8.ebuild +++ b/sci-visualization/quickplot/quickplot-0.10.8.ebuild @@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=true inherit autotools-utils eutils DESCRIPTION="A fast interactive 2D plotter" -HOMEPAGE="http://quickplot.sourceforge.net/" +HOMEPAGE="http://quickplot.sourceforge.net/ https://github.com/lanceman2/quickplot" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0"