Diff minicom-2.8-r4 with a minicom-2.9
/usr/portage/net-dialup/minicom/minicom-2.9.ebuild 2023-10-09 14:52:33.352368447 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Serial Communication Program" |
9 | 9 |
HOMEPAGE="https://salsa.debian.org/minicom-team/minicom" |
10 |
SRC_URI=" |
|
11 |
https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${P}.tar.gz |
|
12 |
https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2 |
|
13 |
" |
|
10 |
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${P}.tar.gz" |
|
14 | 11 | |
15 | 12 |
LICENSE="GPL-2" |
16 | 13 |
SLOT="0" |
... | ... | |
32 | 29 |
PATCHES=( |
33 | 30 |
"${FILESDIR}"/${PN}-2.8-gentoo-runscript.patch |
34 | 31 |
"${FILESDIR}"/${PN}-2.8-lockdir.patch |
35 |
"${FILESDIR}"/${PN}-2.8-enable-large-file.patch |
|
32 |
"${FILESDIR}"/${PN}-2.9-update-gettext.patch |
|
36 | 33 |
) |
37 | 34 | |
38 | 35 |
src_prepare() { |
39 | 36 |
default |
40 | ||
41 |
# 912459 |
|
42 |
# Embed the needed m4 macros if gettext is not installed |
|
43 |
mv "${WORKDIR}"/m4 . || die |
|
44 | ||
45 | 37 |
eautoreconf |
46 | 38 |
} |
47 | 39 |