Сравнение qelectrotech-0.80 с qelectrotech-9999
/usr/portage/sci-electronics/qelectrotech/qelectrotech-9999.ebuild 2023-10-09 14:52:35.044368490 +0300 | ||
---|---|---|
1 |
# Copyright 2001-2023 Gentoo Authors |
|
1 |
# Copyright 2001-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
14 | 14 |
else |
15 | 15 |
MY_P=qet-${PV/%0/.0} |
16 | 16 |
SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz" |
17 |
KEYWORDS="amd64 ~x86" |
|
17 |
KEYWORDS="~amd64 ~x86" |
|
18 | 18 |
S="${WORKDIR}"/${MY_P} |
19 | 19 |
fi |
20 | 20 | |
... | ... | |
45 | 45 |
DOCS=( CREDIT ChangeLog README ) |
46 | 46 | |
47 | 47 |
PATCHES=( |
48 |
"${FILESDIR}/${P}-fix-paths.patch" |
|
49 |
"${FILESDIR}/${P}-nomancompress.patch" |
|
48 |
"${FILESDIR}/${PN}-0.80-fix-paths.patch" |
|
49 |
"${FILESDIR}/${PN}-0.80-nomancompress.patch" |
|
50 | 50 |
) |
51 | 51 | |
52 | 52 |
src_prepare() { |