mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-portage/gentoopm: Migrated to GitHub
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user