public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias Klausmann" <klausman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
Date: Tue,  1 Sep 2015 20:06:37 +0000 (UTC)	[thread overview]
Message-ID: <1441137910.a68be0e0a4e8cb8769326b1af8b27026f52ca144.klausman@gentoo> (raw)

commit:     a68be0e0a4e8cb8769326b1af8b27026f52ca144
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 20:05:10 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 20:05:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68be0e0

www-apache/mod_wsgi: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 www-apache/mod_wsgi/mod_wsgi-3.5.ebuild    | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild  | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild  | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
index 7f3ce77..8109c06 100644
--- a/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
index b15c042..0c7788a 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
index 36d8333..f934d33 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
index 36d8333..f934d33 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
index b15c042..0c7788a 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"


             reply	other threads:[~2015-09-01 20:07 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01 20:06 Tobias Klausmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-19 13:32 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/ Dirkjan Ochtman
2015-09-19 13:34 Dirkjan Ochtman
2015-12-28 21:26 Dirkjan Ochtman
2015-12-28 21:26 Dirkjan Ochtman
2016-02-08  9:04 Dirkjan Ochtman
2016-02-13 15:33 Agostino Sarubbo
2016-05-13 10:23 Dirkjan Ochtman
2016-05-13 10:27 Dirkjan Ochtman
2016-11-03 10:03 Dirkjan Ochtman
2016-12-27 15:51 Dirkjan Ochtman
2017-01-20 21:31 Dirkjan Ochtman
2017-01-20 21:31 Dirkjan Ochtman
2017-01-21 17:16 Agostino Sarubbo
2017-04-05 13:45 Michael Weber
2017-04-21  7:33 David Seifert
2017-06-14 13:55 Pacho Ramos
2017-06-30  5:31 Alexis Ballier
2017-07-18  8:05 Dirkjan Ochtman
2017-07-19 18:06 Tobias Klausmann
2017-08-05  9:38 Michael Palimaka
2017-09-12 23:02 Matt Turner
2017-11-19 19:50 Dirkjan Ochtman
2017-11-19 19:50 Dirkjan Ochtman
2019-03-20 19:51 Dirkjan Ochtman
2019-07-21  8:31 Sergei Trofimovich
2020-02-01 20:31 Dirkjan Ochtman
2020-02-01 20:45 Dirkjan Ochtman
2020-05-08 17:11 Agostino Sarubbo
2020-05-09  7:40 Agostino Sarubbo
2020-05-09  7:48 Agostino Sarubbo
2020-08-02 12:03 Michał Górny
2020-09-03 12:11 Lars Wendler
2020-09-03 12:11 Lars Wendler
2020-12-02  3:06 Thomas Deutschmann
2020-12-02 14:27 Mikle Kolyada
2020-12-02 14:27 Mikle Kolyada
2021-02-08 13:45 Dirkjan Ochtman
2021-04-05 19:02 Dirkjan Ochtman
2021-06-01  6:32 Agostino Sarubbo
2021-06-01  6:59 Agostino Sarubbo
2021-06-10 18:28 Sam James
2022-01-01 20:14 Dirkjan Ochtman
2022-04-29  4:49 Sam James
2022-04-29  8:27 Sam James
2022-04-29  8:29 Jakov Smolić
2022-04-29 10:21 Sam James
2022-12-07 13:35 Arthur Zamarin
2023-04-09  7:00 Sam James
2023-04-19  9:43 Sam James
2023-04-19 10:16 Arthur Zamarin
2023-04-19 11:07 Sam James
2024-06-07  8:54 Hanno Böck
2024-07-17 11:26 Arthur Zamarin
2024-07-17 11:27 Arthur Zamarin
2024-09-18 18:15 Petr Vaněk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441137910.a68be0e0a4e8cb8769326b1af8b27026f52ca144.klausman@gentoo \
    --to=klausman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox