dev-cpp/catch: Sync live ebuild

Package-Manager: Portage-2.3.20, Repoman-2.3.6
This commit is contained in:
David Seifert
2018-01-26 17:33:35 +01:00
parent 425a3370ce
commit 9168d8ebc8

View File

@@ -3,14 +3,18 @@
EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
inherit cmake-utils
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/catchorg/Catch2.git"
else
MY_P=${PN^}2-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${MY_P}
fi
DESCRIPTION="Modern C++ header-only framework for unit-tests"