sci-libs/libh2o: Migrate to GitHub

This commit is contained in:
Michał Górny
2018-05-16 21:45:29 +02:00
parent 3db94a2f53
commit 3c7d334f13
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,8 +6,8 @@ EAPI=4
inherit autotools-utils
DESCRIPTION="Library of routines for IF97 water & steam properties"
HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
HOMEPAGE="https://github.com/mgorny/libh2o/"
SRC_URI="https://github.com/mgorny/libh2o/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"

View File

@@ -8,9 +8,9 @@ AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils git-r3
DESCRIPTION="Library of routines for IF97 water & steam properties"
HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
HOMEPAGE="https://github.com/mgorny/libh2o/"
SRC_URI=""
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
EGIT_REPO_URI="https://github.com/mgorny/libh2o.git"
LICENSE="BSD"
SLOT="0"

View File

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