dev-cpp/aixlog: sync live

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-09-06 20:27:12 +02:00
committed by Joonas Niilola
parent a712908b71
commit 95f28daeb7

View File

@@ -1,21 +1,20 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit cmake
DESCRIPTION="Header-only C++ logging library"
HOMEPAGE="https://github.com/badaix/aixlog"
if [[ ${PV} == *9999 ]] ; then
inherit cmake-utils git-r3
inherit git-r3
EGIT_REPO_URI="https://github.com/badaix/aixlog.git"
EGIT_BRANCH="develop"
else
inherit cmake-utils
SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -25,5 +24,5 @@ SLOT="0"
src_configure() {
local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
cmake-utils_src_configure
cmake_src_configure
}