Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 861449 Details for
Bug 832961
dev-util/cunit: upgrade cunit to maintained fork
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cunit-3.2.7.ebuild
file_832961.txt (text/plain), 1021 bytes, created by
Sam James
on 2023-05-10 16:52:35 UTC
(
hide
)
Description:
cunit-3.2.7.ebuild
Filename:
MIME Type:
Creator:
Sam James
Created:
2023-05-10 16:52:35 UTC
Size:
1021 bytes
patch
obsolete
># Copyright 1999-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit cmake > >DESCRIPTION="CUnit is a Unit testing framework for C" >HOMEPAGE="https://gitlab.com/cunity/cunit" >SRC_URI="https://gitlab.com/cunity/cunit/-/archive/${PV}/${P}.tar.bz2" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" >IUSE="test" >RESTRICT="!test? ( test )" > >src_prepare() { > sed -i -e 's:-Werror ::' CMakeLists.txt CUnit/CMakeLists.txt || die > > # Modify the target directory to conform to expected paths > sed -i 's/CUnit\/share\/cmake/share\/CUnit\/cmake/g' CUnit/CMakeLists.txt || die > > cmake_src_prepare >} > >src_configure() { > local mycmakeargs=( > -DCUNIT_DISABLE_TESTS=$(usex !test) > -DCUNIT_DISABLE_EXAMPLES=ON > ) > > cmake_src_configure >} > >src_install() { > cmake_src_install > > #find "${ED}" -type f -name '*.a' -delete || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 832961
:
764656
| 861449