Сравнение vitamtp-2.5.9_pre20160829 с vitamtp-9999
/usr/portage/media-libs/vitamtp/vitamtp-9999.ebuild 2023-10-09 14:52:31.720368406 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit autotools vcs-snapshot udev |
|
7 | ||
8 |
GIT_COMMIT="7ab537a4f45e34984cbeb9cf1b1af543a75a3dc0" |
|
6 |
inherit autotools git-r3 udev |
|
9 | 7 | |
10 | 8 |
DESCRIPTION="Library to interact with PS Vita's USB MTP protocol" |
11 | 9 |
HOMEPAGE="https://github.com/codestation/vitamtp" |
12 |
SRC_URI="https://github.com/codestation/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
13 | ||
14 | 10 |
LICENSE="GPL-3" |
15 | 11 |
SLOT="0" |
16 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
12 |
EGIT_REPO_URI="https://github.com/codestation/vitamtp" |
|
17 | 13 | |
18 | 14 |
DEPEND=" |
19 | 15 |
virtual/libusb:1 |
20 |
dev-libs/libxml2 |
|
16 |
dev-libs/libxml2:2 |
|
21 | 17 |
" |
22 | 18 |
RDEPEND="${DEPEND}" |
23 | 19 |