From b9fbe7e285813dc08786d07bd096a7ec65e98c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 May 2016 13:59:34 +0200 Subject: dev-lang/python-exec: Moved to github --- dev-lang/python-exec/metadata.xml | 2 +- dev-lang/python-exec/python-exec-2.0.1-r1.ebuild | 4 ++-- dev-lang/python-exec/python-exec-2.0.2.ebuild | 4 ++-- dev-lang/python-exec/python-exec-2.1.ebuild | 4 ++-- dev-lang/python-exec/python-exec-2.4.3.ebuild | 4 ++-- dev-lang/python-exec/python-exec-9999.ebuild | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'dev-lang/python-exec') diff --git a/dev-lang/python-exec/metadata.xml b/dev-lang/python-exec/metadata.xml index 36f1f9e8f81..edb96f5bbbf 100644 --- a/dev-lang/python-exec/metadata.xml +++ b/dev-lang/python-exec/metadata.xml @@ -10,7 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/python-exec/issues/ + https://github.com/mgorny/python-exec/issues/ mgorny/python-exec diff --git a/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild b/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild index 1e8fd442af1..9f61668c91b 100644 --- a/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild +++ b/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild @@ -11,8 +11,8 @@ PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" ) inherit autotools-utils python-r1 DESCRIPTION="Python script wrapper" -HOMEPAGE="https://bitbucket.org/mgorny/python-exec/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/python-exec/" +SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="2" diff --git a/dev-lang/python-exec/python-exec-2.0.2.ebuild b/dev-lang/python-exec/python-exec-2.0.2.ebuild index 6c17713614c..ed19eba42e1 100644 --- a/dev-lang/python-exec/python-exec-2.0.2.ebuild +++ b/dev-lang/python-exec/python-exec-2.0.2.ebuild @@ -11,8 +11,8 @@ PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" ) inherit autotools-utils python-r1 DESCRIPTION="Python script wrapper" -HOMEPAGE="https://bitbucket.org/mgorny/python-exec/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/python-exec/" +SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="2" diff --git a/dev-lang/python-exec/python-exec-2.1.ebuild b/dev-lang/python-exec/python-exec-2.1.ebuild index dbcb2ed726a..4b4d2ac2712 100644 --- a/dev-lang/python-exec/python-exec-2.1.ebuild +++ b/dev-lang/python-exec/python-exec-2.1.ebuild @@ -13,8 +13,8 @@ PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" ) inherit python-r1 DESCRIPTION="Python script wrapper" -HOMEPAGE="https://bitbucket.org/mgorny/python-exec/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/python-exec/" +SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="2" diff --git a/dev-lang/python-exec/python-exec-2.4.3.ebuild b/dev-lang/python-exec/python-exec-2.4.3.ebuild index 93ca528d489..1db43aaa112 100644 --- a/dev-lang/python-exec/python-exec-2.4.3.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.3.ebuild @@ -13,8 +13,8 @@ PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" ) inherit python-r1 DESCRIPTION="Python script wrapper" -HOMEPAGE="https://bitbucket.org/mgorny/python-exec/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/python-exec/" +SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="2" diff --git a/dev-lang/python-exec/python-exec-9999.ebuild b/dev-lang/python-exec/python-exec-9999.ebuild index 574412546bd..c130a90f541 100644 --- a/dev-lang/python-exec/python-exec-9999.ebuild +++ b/dev-lang/python-exec/python-exec-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 #if LIVE -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" inherit autotools git-r3 #endif @@ -19,8 +19,8 @@ PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" ) inherit python-r1 DESCRIPTION="Python script wrapper" -HOMEPAGE="https://bitbucket.org/mgorny/python-exec/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/python-exec/" +SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="2" -- cgit v1.2.1