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 09885138335 for ; Thu, 7 Jun 2018 08:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA3CE0928; Thu, 7 Jun 2018 08:34:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E9C5E0928 for ; Thu, 7 Jun 2018 08:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA5E2335CA8 for ; Thu, 7 Jun 2018 08:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44CF52C7 for ; Thu, 7 Jun 2018 08:34:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1528359403.25a2ef5c3427e8611c2b3b54736ac71a0ab999f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whisper/metadata.xml dev-python/whisper/whisper-0.9.13.ebuild dev-python/whisper/whisper-0.9.15.ebuild X-VCS-Directories: dev-python/whisper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25a2ef5c3427e8611c2b3b54736ac71a0ab999f0 X-VCS-Branch: master Date: Thu, 7 Jun 2018 08:34:55 +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: b54b24eb-0192-4496-bf96-df592932cae9 X-Archives-Hash: aaf7818cfd240582aa5b0ff06aa6f6b8 commit: 25a2ef5c3427e8611c2b3b54736ac71a0ab999f0 Author: Louis Sautier gmail com> AuthorDate: Sun May 27 13:12:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 7 08:16:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a2ef5c dev-python/whisper: update HOMEPAGE and upstream info in metadata.xml Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-python/whisper/metadata.xml | 2 ++ dev-python/whisper/whisper-0.9.13.ebuild | 4 ++-- dev-python/whisper/whisper-0.9.15.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/whisper/metadata.xml b/dev-python/whisper/metadata.xml index 76c8a470064..5088568e3be 100644 --- a/dev-python/whisper/metadata.xml +++ b/dev-python/whisper/metadata.xml @@ -11,5 +11,7 @@ whisper + graphite-project/whisper + https://github.com/graphite-project/whisper/issues diff --git a/dev-python/whisper/whisper-0.9.13.ebuild b/dev-python/whisper/whisper-0.9.13.ebuild index bc0ca2feb9c..fa44cb14b54 100644 --- a/dev-python/whisper/whisper-0.9.13.ebuild +++ b/dev-python/whisper/whisper-0.9.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Fixed size round-robin style database" -HOMEPAGE="http://graphite.wikidot.com/" +HOMEPAGE="https://github.com/graphite-project/whisper" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/whisper/whisper-0.9.15.ebuild b/dev-python/whisper/whisper-0.9.15.ebuild index 71ce065214c..bace960c598 100644 --- a/dev-python/whisper/whisper-0.9.15.ebuild +++ b/dev-python/whisper/whisper-0.9.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Fixed size round-robin style database" -HOMEPAGE="http://graphite.wikidot.com/" +HOMEPAGE="https://github.com/graphite-project/whisper" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"