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/django-evolution/
Date: Mon, 05 Feb 2018 21:54:13
Message-Id: 1517867627.b0241f75644897985dd162ea0bf989cd5afeda0b.mgorny@gentoo
1 commit: b0241f75644897985dd162ea0bf989cd5afeda0b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:13:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0241f75
7
8 dev-python/django-evolution: remove dead HOMEPAGE
9
10 dev-python/django-evolution/django-evolution-0.7.4.ebuild | 4 ++--
11 dev-python/django-evolution/django-evolution-0.7.5.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/django-evolution/django-evolution-0.7.4.ebuild b/dev-python/django-evolution/django-evolution-0.7.4.ebuild
15 index fe8128f22f4..72352a19cd9 100644
16 --- a/dev-python/django-evolution/django-evolution-0.7.4.ebuild
17 +++ b/dev-python/django-evolution/django-evolution-0.7.4.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -13,7 +13,7 @@ MY_P=${MY_PN}-${PV}
25 RELEASE="0.7"
26
27 DESCRIPTION="A Django application that will run cron jobs for other django apps"
28 -HOMEPAGE="https://code.google.com/p/django-evolution/ https://pypi.python.org/pypi/django_evolution/"
29 +HOMEPAGE="https://pypi.python.org/pypi/django_evolution/"
30 SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-python/django-evolution/django-evolution-0.7.5.ebuild b/dev-python/django-evolution/django-evolution-0.7.5.ebuild
35 index 2571729bdc5..280f18145a3 100644
36 --- a/dev-python/django-evolution/django-evolution-0.7.5.ebuild
37 +++ b/dev-python/django-evolution/django-evolution-0.7.5.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -13,7 +13,7 @@ MY_P=${MY_PN}-${PV}
45 RELEASE="0.7"
46
47 DESCRIPTION="A Django application that will run cron jobs for other django apps"
48 -HOMEPAGE="https://code.google.com/p/django-evolution/ https://pypi.python.org/pypi/django_evolution/"
49 +HOMEPAGE="https://pypi.python.org/pypi/django_evolution/"
50 SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz"
51
52 LICENSE="BSD"