Сравнение pms-8_p20210613-r1 с pms-9999
/usr/portage/app-doc/pms/pms-9999.ebuild 2023-10-09 14:52:28.272368319 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
DESCRIPTION="Gentoo Package Manager Specification" |
|
6 |
inherit git-r3 |
|
7 | ||
8 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git" |
|
9 |
EGIT_BRANCH="master" |
|
10 |
DESCRIPTION="Gentoo Package Manager Specification (draft)" |
|
7 | 11 |
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification" |
8 |
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" |
|
9 | 12 | |
10 | 13 |
LICENSE="CC-BY-SA-4.0" |
11 |
SLOT="0" |
|
12 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
SLOT="live" |
|
13 | 15 |
IUSE="html twoside" |
14 | 16 | |
15 | 17 |
# texlive-bibtexextra for unsrturl.bst |