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 7B96A139694 for ; Tue, 28 Mar 2017 19:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1B721C0B9; Tue, 28 Mar 2017 19:07:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 903DA21C0B9 for ; Tue, 28 Mar 2017 19:07:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 636AB341659 for ; Tue, 28 Mar 2017 19:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E61E73E2 for ; Tue, 28 Mar 2017 19:07:20 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1490728030.c552a1007ec7fdfe206001e67f997d6a2891642c.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/axiom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/axiom/axiom-0.6.0-r1.ebuild dev-python/axiom/axiom-0.7.2.ebuild dev-python/axiom/axiom-0.7.3.ebuild dev-python/axiom/axiom-0.7.5.ebuild X-VCS-Directories: dev-python/axiom/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c552a1007ec7fdfe206001e67f997d6a2891642c X-VCS-Branch: master Date: Tue, 28 Mar 2017 19:07:20 +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: e0580c7a-d699-4b5a-8c7c-72373b72cda4 X-Archives-Hash: db76cec8a6e4904ba64d9d2e75b2f45a commit: c552a1007ec7fdfe206001e67f997d6a2891642c Author: Brian Dolbec gentoo org> AuthorDate: Tue Mar 28 18:43:04 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Mar 28 19:07:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c552a100 dev-python/axiom: Update HOMEPAGE Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 dev-python/axiom/axiom-0.6.0-r1.ebuild | 4 ++-- dev-python/axiom/axiom-0.7.2.ebuild | 4 ++-- dev-python/axiom/axiom-0.7.3.ebuild | 4 ++-- dev-python/axiom/axiom-0.7.5.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/axiom/axiom-0.6.0-r1.ebuild b/dev-python/axiom/axiom-0.6.0-r1.ebuild index 97f31028ab6..4b0c7cc23ae 100644 --- a/dev-python/axiom/axiom-0.6.0-r1.ebuild +++ b/dev-python/axiom/axiom-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" inherit twisted-r1 DESCRIPTION="Object database implemented on top of SQLite" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom https://pypi.python.org/pypi/Axiom" +HOMEPAGE="https://github.com/twisted/axiom https://pypi.python.org/pypi/Axiom" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/axiom/axiom-0.7.2.ebuild b/dev-python/axiom/axiom-0.7.2.ebuild index 641a1dca938..4acc9f2a7e4 100644 --- a/dev-python/axiom/axiom-0.7.2.ebuild +++ b/dev-python/axiom/axiom-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" inherit twisted-r1 DESCRIPTION="Object database implemented on top of SQLite" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom https://pypi.python.org/pypi/Axiom" +HOMEPAGE="https://github.com/twisted/axiom https://pypi.python.org/pypi/Axiom" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/axiom/axiom-0.7.3.ebuild b/dev-python/axiom/axiom-0.7.3.ebuild index 3166a933f26..20407431efe 100644 --- a/dev-python/axiom/axiom-0.7.3.ebuild +++ b/dev-python/axiom/axiom-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" inherit twisted-r1 DESCRIPTION="Object database implemented on top of SQLite" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom https://pypi.python.org/pypi/Axiom" +HOMEPAGE="https://github.com/twisted/axiom https://pypi.python.org/pypi/Axiom" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/axiom/axiom-0.7.5.ebuild b/dev-python/axiom/axiom-0.7.5.ebuild index 37bbe738c1c..65bc7c38689 100644 --- a/dev-python/axiom/axiom-0.7.5.ebuild +++ b/dev-python/axiom/axiom-0.7.5.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" inherit twisted-r1 DESCRIPTION="Object database implemented on top of SQLite" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom https://pypi.python.org/pypi/Axiom" +HOMEPAGE="https://github.com/twisted/axiom https://pypi.python.org/pypi/Axiom" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT"