Сравнение elfkickers-3.1a с elfkickers-3.2
/usr/portage/dev-util/elfkickers/elfkickers-3.2.ebuild 2023-10-09 14:52:30.964368387 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
8 | 8 |
MY_PN=${PN/elf/ELF}-${PV} |
9 |
S=${WORKDIR}/${MY_PN} |
|
10 | 9 | |
11 |
DESCRIPTION="collection of programs to manipulate ELF files: sstrip, rebind, elfls, elftoc" |
|
10 |
DESCRIPTION="Collection of programs to manipulate ELF files: sstrip, rebind, elfls, elftoc" |
|
12 | 11 |
HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html" |
13 | 12 |
SRC_URI="http://www.muppetlabs.com/~breadbox/pub/software/${MY_PN}.tar.gz" |
13 |
S="${WORKDIR}"/${MY_PN} |
|
14 | 14 | |
15 | 15 |
LICENSE="GPL-2" |
16 | 16 |
SLOT="0" |
... | ... | |
18 | 18 |
IUSE="doc" |
19 | 19 | |
20 | 20 |
DEPEND="app-misc/pax-utils" |
21 |
RDEPEND="" |
|
22 | 21 | |
23 | 22 |
PATCHES=( |
24 | 23 |
"${FILESDIR}"/${PN}-3.1-respect-CFLAGS-LDFLAGS.patch |
25 | 24 |
"${FILESDIR}"/${PN}-3.1-create-destdir-path.patch |
26 | 25 |
"${FILESDIR}"/add-freebsd-elf-defs.patch |
27 | 26 |
"${FILESDIR}"/${PN}-3.1-AR.patch |
28 |
"${FILESDIR}"/${PN}-3.1-CC.patch |
|
29 | 27 |
) |
30 | 28 | |
31 | 29 |
src_prepare() { |