Diff elfio-3.11 with a elfio-3.12
/usr/portage/dev-cpp/elfio/elfio-3.12.ebuild 2023-10-09 14:52:29.300368345 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2022 Gentoo Authors |
|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
19 | 19 |
DEPEND="test? ( dev-cpp/gtest )" |
20 | 20 | |
21 | 21 |
PATCHES=( |
22 |
"${FILESDIR}"/${PN}-3.11-system-gtest.patch |
|
22 |
"${FILESDIR}"/${PN}-3.12-gnuinstalldirs-docdir.patch |
|
23 | 23 |
) |
24 | 24 | |
25 | 25 |
src_configure() { |
... | ... | |
30 | 30 | |
31 | 31 |
cmake_src_configure |
32 | 32 |
} |
33 | ||
34 |
src_install() { |
|
35 |
cmake_src_install |
|
36 | ||
37 |
rm "${ED}"/usr/share/doc/${PF}/LICENSE.txt || die |
|
38 |
} |