|
@@ -1,13 +1,15 @@
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
-EAPI=6
|
|
|
+EAPI=7
|
|
|
inherit cmake-utils eutils flag-o-matic multilib-minimal toolchain-funcs
|
|
|
|
|
|
+MYVER=4.4
|
|
|
+
|
|
|
DESCRIPTION="C Unit Test Framework from Belledonne Comminications"
|
|
|
-STABLE_REV=fe7c9c5bd32b72542dd96d772b9b5f70adc53117
|
|
|
-SRC_URI="https://github.com/BelledonneCommunications/bcunit/archive/${STABLE_REV}.tar.gz -> ${P}.tar.gz"
|
|
|
-HOMEPAGE="https://github.com/BelledonneCommunications/bcunit"
|
|
|
+HOMEPAGE="https://gitlab.linphone.org/BC/public/bcunit"
|
|
|
+# It's untagged version. So beta?
|
|
|
+SRC_URI="https://gitlab.linphone.org/BC/public/bcunit/-/archive/release/${MYVER}/bcunit-release-${MYVER}.tar.bz2"
|
|
|
|
|
|
LICENSE="LGPL-2"
|
|
|
SLOT="0"
|
|
@@ -17,9 +19,9 @@ IUSE="ncurses static-libs"
|
|
|
RDEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )"
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
-S=${WORKDIR}/${PN}-${STABLE_REV}
|
|
|
+DOCS=( AUTHORS NEWS README.md ChangeLog )
|
|
|
|
|
|
-DOCS=( AUTHORS NEWS README ChangeLog )
|
|
|
+S="${WORKDIR}/${PN}-release-${MYVER}"
|
|
|
|
|
|
multilib_src_configure() {
|
|
|
local mycmakeargs=( "-DENABLE_CURSES=$(usex ncurses)" )
|