diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-23 15:08:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-23 15:52:06 +0200 |
commit | f1bd53c34aa2c929c00faacc849b2ec5817d61b8 (patch) | |
tree | c971b21276d3dc82e75fb94e72f3e4868d0baf09 /dev-python/docutils-glep | |
parent | net-mail/vpopmail: limit upgrade warnings to affected versions (diff) | |
download | gentoo-f1bd53c34aa2c929c00faacc849b2ec5817d61b8.tar.gz gentoo-f1bd53c34aa2c929c00faacc849b2ec5817d61b8.tar.bz2 gentoo-f1bd53c34aa2c929c00faacc849b2ec5817d61b8.zip |
dev-python/docutils-glep: Repo transferred to my account
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docutils-glep')
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/docutils-glep/docutils-glep-1.1.ebuild b/dev-python/docutils-glep/docutils-glep-1.1.ebuild index 6866628462d9..01ae57043fa4 100644 --- a/dev-python/docutils-glep/docutils-glep-1.1.ebuild +++ b/dev-python/docutils-glep/docutils-glep-1.1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN=${PN/-/_} MY_P=${MY_PN}-${PV} DESCRIPTION="Gentoo GLEP support for docutils" -HOMEPAGE="https://github.com/gentoo/docutils-glep/" +HOMEPAGE="https://github.com/mgorny/docutils-glep/" SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="public-domain" diff --git a/dev-python/docutils-glep/docutils-glep-1.2.ebuild b/dev-python/docutils-glep/docutils-glep-1.2.ebuild index 6866628462d9..01ae57043fa4 100644 --- a/dev-python/docutils-glep/docutils-glep-1.2.ebuild +++ b/dev-python/docutils-glep/docutils-glep-1.2.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN=${PN/-/_} MY_P=${MY_PN}-${PV} DESCRIPTION="Gentoo GLEP support for docutils" -HOMEPAGE="https://github.com/gentoo/docutils-glep/" +HOMEPAGE="https://github.com/mgorny/docutils-glep/" SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="public-domain" diff --git a/dev-python/docutils-glep/docutils-glep-9999.ebuild b/dev-python/docutils-glep/docutils-glep-9999.ebuild index 63cb59128bb4..bbc620a682be 100644 --- a/dev-python/docutils-glep/docutils-glep-9999.ebuild +++ b/dev-python/docutils-glep/docutils-glep-9999.ebuild @@ -4,12 +4,12 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) -EGIT_REPO_URI="https://github.com/gentoo/docutils-glep.git" +EGIT_REPO_URI="https://github.com/mgorny/docutils-glep.git" inherit distutils-r1 git-r3 DESCRIPTION="Gentoo GLEP support for docutils" -HOMEPAGE="https://github.com/gentoo/docutils-glep/" +HOMEPAGE="https://github.com/mgorny/docutils-glep/" SRC_URI="" LICENSE="public-domain" |