diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2018-05-27 15:12:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-07 10:16:43 +0200 |
commit | 25a2ef5c3427e8611c2b3b54736ac71a0ab999f0 (patch) | |
tree | 2cdd8a1f813ac19311160b65c59c2341ec68bee4 /dev-python/whisper | |
parent | dev-python/txAMQP: bump to 0.8.2 which supports Python 3 (diff) | |
download | gentoo-25a2ef5c3427e8611c2b3b54736ac71a0ab999f0.tar.gz gentoo-25a2ef5c3427e8611c2b3b54736ac71a0ab999f0.tar.bz2 gentoo-25a2ef5c3427e8611c2b3b54736ac71a0ab999f0.zip |
dev-python/whisper: update HOMEPAGE and upstream info in metadata.xml
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/whisper/whisper-0.9.13.ebuild | 4 | ||||
-rw-r--r-- | 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 76c8a4700642..5088568e3bec 100644 --- a/dev-python/whisper/metadata.xml +++ b/dev-python/whisper/metadata.xml @@ -11,5 +11,7 @@ </maintainer> <upstream> <remote-id type="pypi">whisper</remote-id> + <remote-id type="github">graphite-project/whisper</remote-id> + <bugs-to>https://github.com/graphite-project/whisper/issues</bugs-to> </upstream> </pkgmetadata> diff --git a/dev-python/whisper/whisper-0.9.13.ebuild b/dev-python/whisper/whisper-0.9.13.ebuild index bc0ca2feb9c1..fa44cb14b549 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 71ce065214ce..bace960c5989 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" |