Diff rlwrap-0.45.2-r1 with a rlwrap-0.46
/usr/portage/app-misc/rlwrap/rlwrap-0.46.ebuild 2023-10-09 14:52:28.816368333 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit autotools |
|
7 | ||
8 | 6 |
DESCRIPTION="GNU readline wrapper" |
9 | 7 |
HOMEPAGE="https://github.com/hanslub42/rlwrap" |
10 |
SRC_URI="https://github.com/hanslub42/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
|
8 |
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/v${PV}/${P}.tar.gz" |
|
11 | 9 | |
12 | 10 |
LICENSE="GPL-2+" |
13 | 11 |
SLOT="0" |
14 |
KEYWORDS="amd64 arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
12 |
KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
15 | 13 |
IUSE="debug" |
16 | 14 | |
17 |
RDEPEND="sys-libs/ncurses:= |
|
18 |
sys-libs/readline:=" |
|
15 |
RDEPEND=" |
|
16 |
sys-libs/ncurses:= |
|
17 |
sys-libs/readline:= |
|
18 |
" |
|
19 | 19 |
DEPEND="${RDEPEND}" |
20 | 20 | |
21 |
src_prepare() { |
|
22 |
default |
|
23 | ||
24 |
eautoreconf |
|
25 |
} |
|
26 | ||
27 | 21 |
src_configure() { |
22 |
# TODO: Python, Perl? |
|
23 |
# https://github.com/hanslub42/rlwrap#filters |
|
28 | 24 |
econf $(use_enable debug) |
29 | 25 |
} |