Diff robotfindskitten-2.7182818.701-r1 with a robotfindskitten-2.8284271.702
/usr/portage/games-misc/robotfindskitten/robotfindskitten-2.8284271.702.ebuild 2025-07-29 16:22:14.280455118 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2025 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 autotools |
7 | 7 | |
... | ... | |
12 | 12 |
LICENSE="GPL-2+" |
13 | 13 |
SLOT="0" |
14 | 14 |
KEYWORDS="~amd64 ~x86" |
15 |
IUSE="" |
|
16 | 15 | |
17 | 16 |
DEPEND="sys-libs/ncurses:0=" |
18 | 17 |
RDEPEND="${DEPEND}" |
... | ... | |
29 | 28 |
} |
30 | 29 | |
31 | 30 |
src_install() { |
32 |
DOCS="AUTHORS BUGS ChangeLog NEWS" \ |
|
33 |
default |
|
31 |
default |
|
34 | 32 |
insinto /usr/share/${PN} |
35 | 33 |
doins nki/vanilla.nki |
36 | 34 |
} |