diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-12 09:36:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-12 10:24:12 +0100 |
commit | 019f69742651415fb339322f7d272c5cc424289c (patch) | |
tree | d20ce0509f67e15f23b38ede508601e28a9b184c /dev-cpp/catch | |
parent | 7707dd6627a8ba2df364570831f1fce1fd4a3634 (diff) | |
download | gentoo-019f69742651415fb339322f7d272c5cc424289c.tar.gz gentoo-019f69742651415fb339322f7d272c5cc424289c.tar.xz |
dev-cpp/catch: Update upstream URLs
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-1.11.0.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/catch/catch-1.9999.ebuild | 8 | ||||
-rw-r--r-- | dev-cpp/catch/catch-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/catch/metadata.xml | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/dev-cpp/catch/catch-1.11.0.ebuild b/dev-cpp/catch/catch-1.11.0.ebuild index dd8e74f2615..afc65f924e9 100644 --- a/dev-cpp/catch/catch-1.11.0.ebuild +++ b/dev-cpp/catch/catch-1.11.0.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/philsquared/Catch" -SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${P^}.tar.gz" +HOMEPAGE="https://github.com/catchorg/Catch2" +SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${P^}.tar.gz" LICENSE="Boost-1.0" SLOT="0" diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild index 4cad4e13c4b..a770fcddab5 100644 --- a/dev-cpp/catch/catch-1.9999.ebuild +++ b/dev-cpp/catch/catch-1.9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="https://github.com/philsquared/Catch.git" -EGIT_BRANCH=Catch1.x +EGIT_REPO_URI="https://github.com/catchorg/Catch2.git" +EGIT_BRANCH="Catch1.x" inherit cmake-utils git-r3 DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/philsquared/Catch" +HOMEPAGE="https://github.com/catchorg/Catch2" SRC_URI="" LICENSE="Boost-1.0" diff --git a/dev-cpp/catch/catch-2.0.1.ebuild b/dev-cpp/catch/catch-2.0.1.ebuild index 309a5dc46c3..ac2dfcb10a6 100644 --- a/dev-cpp/catch/catch-2.0.1.ebuild +++ b/dev-cpp/catch/catch-2.0.1.ebuild @@ -8,8 +8,8 @@ inherit cmake-utils MY_P=${PN^}2-${PV} DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/philsquared/Catch" -SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +HOMEPAGE="https://github.com/catchorg/Catch2" +SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="Boost-1.0" SLOT="0" diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index 5a244d42728..da181287636 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="https://github.com/philsquared/Catch.git" +EGIT_REPO_URI="https://github.com/catchorg/Catch2.git" inherit cmake-utils git-r3 DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/philsquared/Catch" +HOMEPAGE="https://github.com/catchorg/Catch2" SRC_URI="" LICENSE="Boost-1.0" diff --git a/dev-cpp/catch/metadata.xml b/dev-cpp/catch/metadata.xml index 800b18cb770..d1245fb7c81 100644 --- a/dev-cpp/catch/metadata.xml +++ b/dev-cpp/catch/metadata.xml @@ -6,6 +6,6 @@ <name>Michał Górny</name> </maintainer> <upstream> - <remote-id type="github">philsquared/Catch</remote-id> + <remote-id type="github">catchorg/Catch2</remote-id> </upstream> </pkgmetadata> |