Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds/
Date: Sat, 09 Jul 2016 08:57:32
Message-Id: 1468052809.7afdf300b4a1d85f69045843b004ea28729d400f.monsieurp@gentoo
1 commit: 7afdf300b4a1d85f69045843b004ea28729d400f
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 7 17:40:00 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 08:26:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afdf300
7
8 dev-python/pyds: fix HOMEPAGE and SRC_URI.
9
10 Gentoo-Bug: https://bugs.gentoo.org/367783
11 Closes: https://github.com/gentoo/gentoo/pull/1848
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-python/pyds/pyds-0.7.3-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pyds/pyds-0.7.3-r1.ebuild b/dev-python/pyds/pyds-0.7.3-r1.ebuild
19 index 6eed122..4e93ac2 100644
20 --- a/dev-python/pyds/pyds-0.7.3-r1.ebuild
21 +++ b/dev-python/pyds/pyds-0.7.3-r1.ebuild
22 @@ -10,8 +10,8 @@ inherit distutils-r1
23 MY_P="PyDS-${PV}"
24
25 DESCRIPTION="Python Desktop Server"
26 -HOMEPAGE="http://pyds.muensterland.org/"
27 -SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz"
28 +HOMEPAGE="https://wiki.python.org/moin/PyDS"
29 +SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"