Diff coinor-utils-2.11.4 with a coinor-utils-2.11.9
/usr/portage/sci-libs/coinor-utils/coinor-utils-2.11.9.ebuild 2023-10-09 14:52:35.064368491 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
... | ... | |
39 | 39 | |
40 | 40 |
S="${WORKDIR}/${MY_PN}-releases-${PV}/${MY_PN}" |
41 | 41 | |
42 |
PATCHES=( |
|
43 |
"${FILESDIR}"/${PN}-2.11.9-drop-register.patch |
|
44 |
) |
|
45 | ||
42 | 46 |
src_prepare() { |
43 | 47 |
# Needed to make the --with-coin-instdir in src_configure happy. |
44 | 48 |
dodir /usr |
... | ... | |
94 | 98 |
src_install() { |
95 | 99 |
use doc && HTML_DOC=("${BUILD_DIR}/doxydocs/html/") |
96 | 100 | |
97 |
emake DESTDIR="${D}" install |
|
101 |
emake DESTDIR="${ED}" install |
|
98 | 102 | |
99 | 103 |
# Duplicate junk, and in the wrong location. |
100 | 104 |
rm -r "${ED}/usr/share/coin/doc/${MY_PN}" || die |