Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pastedeploy/
Date: Sat, 24 Mar 2018 11:21:11
Message-Id: 1521890462.b68c21c645666d5db03377557c9245bafa00bd47.mgorny@gentoo
1 commit: b68c21c645666d5db03377557c9245bafa00bd47
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 19:40:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 11:21:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68c21c6
7
8 dev-python/pastedeploy: remove dead HOMEPAGE
9
10 dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild | 2 +-
11 dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 4 ++--
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild
15 index 499695d5e84..91a8cd27803 100644
16 --- a/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild
17 +++ b/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild
18 @@ -10,7 +10,7 @@ MY_PN="PasteDeploy"
19 MY_P="${MY_PN}-${PV}"
20
21 DESCRIPTION="Load, configure, and compose WSGI applications and servers"
22 -HOMEPAGE="http://pythonpaste.org/deploy/ https://pypi.python.org/pypi/PasteDeploy"
23 +HOMEPAGE="https://pypi.python.org/pypi/PasteDeploy"
24 # pypi tarball does not include tests
25 SRC_URI="https://bitbucket.org/ianb/pastedeploy/get/${PV}.tar.gz -> ${P}-r1.tar.gz"
26
27
28 diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
29 index 77a24a3f527..2307b8a9045 100644
30 --- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
31 +++ b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 @@ -10,7 +10,7 @@ MY_PN="PasteDeploy"
39 MY_P="${MY_PN}-${PV}"
40
41 DESCRIPTION="Load, configure, and compose WSGI applications and servers"
42 -HOMEPAGE="http://pythonpaste.org/deploy/ https://pypi.python.org/pypi/PasteDeploy"
43 +HOMEPAGE="https://pypi.python.org/pypi/PasteDeploy"
44 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45
46 LICENSE="MIT"