Сравнение java-config-2.3.1-r1 с java-config-9999
/usr/portage/dev-java/java-config/java-config-9999.ebuild 2023-10-09 14:52:29.428368349 +0300 | ||
---|---|---|
9 | 9 | |
10 | 10 |
inherit distutils-r1 prefix |
11 | 11 | |
12 |
if [[ ${PV} = *9999 ]]; then |
|
13 |
inherit git-r3 |
|
14 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/java-config.git" |
|
15 |
else |
|
16 |
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
18 |
fi |
|
19 | ||
12 | 20 |
DESCRIPTION="Java environment configuration query tool" |
13 | 21 |
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java" |
14 |
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" |
|
15 | 22 | |
16 | 23 |
LICENSE="GPL-2" |
17 | 24 |
SLOT="2" |
18 |
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
19 | 25 |
IUSE="test" |
20 | 26 |
RESTRICT="!test? ( test )" |
21 | 27 |