commit: aebbadde48140ae66f0a2ebab537d74154df7491 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 16 19:53:58 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 16 21:49:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebbadde
sci-libs/libh2oxx: Migrate to GitHub sci-libs/libh2oxx/libh2oxx-0.2.ebuild | 6 +++--- sci-libs/libh2oxx/libh2oxx-9999.ebuild | 4 ++-- sci-libs/libh2oxx/metadata.xml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild index 5b2383ae7c4..9d629d2d6a2 100644 --- a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild +++ b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild @@ -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="C++ bindings for libh2o" -HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/libh2oxx/" +SRC_URI="https://github.com/mgorny/libh2oxx/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild index 6a80aaab934..8932ae68d34 100644 --- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild +++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild @@ -8,9 +8,9 @@ AUTOTOOLS_AUTORECONF=yes inherit autotools-utils git-r3 DESCRIPTION="C++ bindings for libh2o" -HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/" +HOMEPAGE="https://github.com/mgorny/libh2oxx/" SRC_URI="" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/libh2oxx.git" LICENSE="BSD" SLOT="0" diff --git a/sci-libs/libh2oxx/metadata.xml b/sci-libs/libh2oxx/metadata.xml index 34c84fc2814..ab8b9c0d2e6 100644 --- a/sci-libs/libh2oxx/metadata.xml +++ b/sci-libs/libh2oxx/metadata.xml @@ -10,7 +10,7 @@ <email>[email protected]</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/libh2oxx/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/libh2oxx</remote-id> + <bugs-to>https://github.com/mgorny/libh2oxx/issues/</bugs-to> + <remote-id type="github">mgorny/libh2oxx</remote-id> </upstream> </pkgmetadata>
