Сравнение libetonyek-0.1.10-r1 с libetonyek-9999
/usr/portage/app-text/libetonyek/libetonyek-9999.ebuild 2023-10-09 14:52:28.884368335 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
if [[ ${PV} == *9999 ]]; then |
|
7 |
MDDS_VER="9999" |
|
6 |
MDDS_VER="2.1" |
|
7 | ||
8 |
if [[ ${PV} == *9999* ]]; then |
|
8 | 9 |
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" |
9 | 10 |
inherit autotools git-r3 |
10 | 11 |
else |
11 |
MDDS_VER="2.0" |
|
12 | 12 |
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" |
13 |
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" |
|
13 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
14 | 14 |
fi |
15 | ||
15 | 16 |
DESCRIPTION="Library parsing Apple Keynote presentations" |
16 | 17 |
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" |
17 | 18 | |
... | ... | |
20 | 21 |
IUSE="doc static-libs test" |
21 | 22 |
RESTRICT="!test? ( test )" |
22 | 23 | |
23 |
BDEPEND=" |
|
24 |
virtual/pkgconfig |
|
25 |
doc? ( app-doc/doxygen ) |
|
26 |
" |
|
27 | 24 |
RDEPEND=" |
28 | 25 |
app-text/liblangtag |
29 | 26 |
dev-libs/librevenge |
30 | 27 |
dev-libs/libxml2 |
31 |
>=dev-util/mdds-${MDDS_VER}:1= |
|
28 |
dev-util/mdds:1/${MDDS_VER} |
|
32 | 29 |
sys-libs/zlib |
33 | 30 |
" |
34 | 31 |
DEPEND="${RDEPEND} |
... | ... | |
37 | 34 |
sys-devel/libtool |
38 | 35 |
test? ( dev-util/cppunit ) |
39 | 36 |
" |
37 |
BDEPEND=" |
|
38 |
virtual/pkgconfig |
|
39 |
doc? ( app-doc/doxygen ) |
|
40 |
" |
|
40 | 41 | |
41 | 42 |
src_prepare() { |
42 | 43 |
default |
43 | 44 |
[[ -d m4 ]] || mkdir "m4" |
44 |
[[ ${PV} == *9999 ]] && eautoreconf |
|
45 |
[[ ${PV} == *9999* ]] && eautoreconf |
|
45 | 46 |
} |
46 | 47 | |
47 | 48 |
src_configure() { |