diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-07-27 14:49:49 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-07-27 14:59:24 +0800 |
commit | b4480f333aed7f7f3bc75446a1a5010ba8df738c (patch) | |
tree | 8d584b66351519849aa4ebe26bbc91eed8b2ee96 /dev-python/pmw | |
parent | net-dns/libidn: Remove incorrect sub-SLOT. (diff) | |
download | gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.gz gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.bz2 gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.zip |
sourceforge: switch to https:// URIs
Diffstat (limited to 'dev-python/pmw')
-rw-r--r-- | dev-python/pmw/files/1.3.2-python2.5.patch | 4 | ||||
-rw-r--r-- | dev-python/pmw/pmw-1.3.3-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pmw/pmw-2.0.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pmw/pmw-2.0.1.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pmw/files/1.3.2-python2.5.patch b/dev-python/pmw/files/1.3.2-python2.5.patch index ff8cce07ddaa..cae2f9b1d7ae 100644 --- a/dev-python/pmw/files/1.3.2-python2.5.patch +++ b/dev-python/pmw/files/1.3.2-python2.5.patch @@ -14,9 +14,9 @@ so we put in a python version check to see if we need to manually delete commands. fixes the Pmw bug referred to here: -http://sourceforge.net/forum/forum.php?thread_id=3283195&forum_id=33675 +https://sourceforge.net/forum/forum.php?thread_id=3283195&forum_id=33675 and here: -http://sourceforge.net/tracker/?func=detail&aid=2795731&group_id=10743&ati +https://sourceforge.net/tracker/?func=detail&aid=2795731&group_id=10743&ati d=110743 --- a/src/Pmw/Pmw_1_3/lib/PmwOptionMenu.py diff --git a/dev-python/pmw/pmw-1.3.3-r2.ebuild b/dev-python/pmw/pmw-1.3.3-r2.ebuild index 62523454128b..312c71a84bbb 100644 --- a/dev-python/pmw/pmw-1.3.3-r2.ebuild +++ b/dev-python/pmw/pmw-1.3.3-r2.ebuild @@ -26,7 +26,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/src" DOCS="Pmw/README" -# http://sourceforge.net/p/pmw/bugs/39/ +# https://sourceforge.net/p/pmw/bugs/39/ RESTRICT="test" PATCHES=( "${FILESDIR}"/${P}-install-no-docs.patch ) diff --git a/dev-python/pmw/pmw-2.0.0-r2.ebuild b/dev-python/pmw/pmw-2.0.0-r2.ebuild index 0b91cbb7b5f6..792a1b661de3 100644 --- a/dev-python/pmw/pmw-2.0.0-r2.ebuild +++ b/dev-python/pmw/pmw-2.0.0-r2.ebuild @@ -22,7 +22,7 @@ IUSE="doc examples test" DEPEND="!dev-python/pmw:0" RDEPEND="${DEPEND}" -# http://sourceforge.net/p/pmw/bugs/39/ +# https://sourceforge.net/p/pmw/bugs/39/ RESTRICT="test" S="${WORKDIR}/src" diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild index 7aa8f53f1f9f..fa7c3bac3152 100644 --- a/dev-python/pmw/pmw-2.0.1.ebuild +++ b/dev-python/pmw/pmw-2.0.1.ebuild @@ -23,7 +23,7 @@ IUSE="doc examples test" DEPEND="!dev-python/pmw:0" RDEPEND="${DEPEND}" -# http://sourceforge.net/p/pmw/bugs/39/ +# https://sourceforge.net/p/pmw/bugs/39/ RESTRICT="test" S="${WORKDIR}/${MY_P}" |