mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-libs/properties-cpp: Dropped test USE flag since it breaks
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman <gjdijkman@gjdwebserver.nl>
This commit is contained in:
36
dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
Normal file
36
dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
URELEASE="groovy"
|
||||
inherit cmake
|
||||
|
||||
# Handle version strings here so as not to use 'ubuntu-versionator' eclass #
|
||||
MY_PV="${PV:0:5}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
UVER="-${PVR_PL_MINOR}"
|
||||
|
||||
DESCRIPTION="Simple convenience library for handling properties and signals in C++11"
|
||||
HOMEPAGE="https://launchpad.net/properties-cpp"
|
||||
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="doc"
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/boost
|
||||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
MAKEOPTS="${MAKEOPTS} -j1"
|
||||
|
||||
src_prepare() {
|
||||
use !doc && truncate -s0 doc/CMakeLists.txt
|
||||
use !test && truncate -s0 tests/CMakeLists.txt
|
||||
cmake_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user