app-portage/gentoopm: Migrated to GitHub

This commit is contained in:
Michał Górny
2016-11-27 23:14:54 +01:00
parent a1977b1910
commit 8192772925
3 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
HOMEPAGE="https://github.com/mgorny/gentoopm/"
SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"

View File

@@ -8,12 +8,12 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
#if LIVE
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
HOMEPAGE="https://github.com/mgorny/gentoopm.git"
inherit git-r3
#endif
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
HOMEPAGE="https://github.com/mgorny/gentoopm/"
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD-2"

View File

@@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<bugs-to>https://bitbucket.org/mgorny/gentoopm/issues/</bugs-to>
<remote-id type="bitbucket">mgorny/gentoopm</remote-id>
<bugs-to>https://github.com/mgorny/gentoopm/issues/</bugs-to>
<remote-id type="github">mgorny/gentoopm</remote-id>
</upstream>
</pkgmetadata>