Diff Curses-1.370.0-r1 with a Curses-1.380.0
/usr/portage/dev-perl/Curses/Curses-1.380.0.ebuild 2023-10-09 14:52:29.840368359 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2021 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 |
DIST_AUTHOR=GIRAFFED |
7 |
DIST_VERSION=1.37 |
|
8 |
DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel" "gdc") |
|
7 |
DIST_VERSION=1.38 |
|
8 |
DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel") |
|
9 | 9 |
inherit perl-module |
10 | 10 | |
11 | 11 |
DESCRIPTION="Curses interface modules for Perl" |
12 | 12 | |
13 | 13 |
SLOT="0" |
14 | 14 |
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" |
15 |
IUSE="+unicode test" |
|
16 |
RESTRICT="!test? ( test )" |
|
15 |
IUSE="+unicode" |
|
17 | 16 | |
18 | 17 |
RDEPEND=" |
19 | 18 |
sys-libs/ncurses:=[unicode(+)?] |
... | ... | |
39 | 38 |
sed -i 's:<form.h>:"/usr/include/form.h":' "${S}"/c-config.h || die |
40 | 39 |
fi |
41 | 40 |
} |
42 |
src_compile() { |
|
43 |
mymake=( |
|
44 |
"OPTIMIZE=${CFLAGS}" |
|
45 |
) |
|
46 |
perl-module_src_compile |
|
47 |
} |