From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- dev-cpp/aixlog/aixlog-9999.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-cpp/aixlog/aixlog-9999.ebuild (limited to 'dev-cpp/aixlog/aixlog-9999.ebuild') diff --git a/dev-cpp/aixlog/aixlog-9999.ebuild b/dev-cpp/aixlog/aixlog-9999.ebuild new file mode 100644 index 000000000000..1246304bfa01 --- /dev/null +++ b/dev-cpp/aixlog/aixlog-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Header-only C++ logging library" +HOMEPAGE="https://github.com/badaix/aixlog" + +if [[ ${PV} == *9999 ]] ; then + inherit cmake-utils 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" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +src_configure() { + local mycmakeargs=( -DBUILD_EXAMPLE=OFF ) + + cmake-utils_src_configure +} -- cgit v1.2.3