Skip to content

Commit

Permalink
dev-cpp/aixlog: sync live
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Jakov Smolic authored and juippis committed Sep 28, 2020
1 parent a712908 commit 95f28da
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions dev-cpp/aixlog/aixlog-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -25,5 +24,5 @@ SLOT="0"
src_configure() {
local mycmakeargs=( -DBUILD_EXAMPLE=OFF )

cmake-utils_src_configure
cmake_src_configure
}

0 comments on commit 95f28da

Please sign in to comment.