Сравнение libcmis-0.6.2-r2 с libcmis-0.6.3
| /usr/portage/dev-cpp/libcmis/libcmis-0.6.3.ebuild 2026-06-18 19:41:04.164387632 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=8 |
|
| 4 |
EAPI=9 |
|
| 5 | 5 | |
| 6 | 6 |
if [[ ${PV} == *9999* ]]; then
|
| 7 | 7 |
EGIT_REPO_URI="https://github.com/tdf/libcmis.git" |
| 8 | 8 |
inherit git-r3 |
| 9 | 9 |
else |
| 10 | 10 |
SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 11 |
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" |
|
| 11 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
| 12 | 12 |
fi |
| 13 | 13 |
inherit autotools flag-o-matic |
| 14 | 14 | |
| ... | ... | |
| 25 | 25 |
dev-libs/libxml2:= |
| 26 | 26 |
net-misc/curl |
| 27 | 27 |
" |
| 28 |
RDEPEND=" |
|
| 29 |
${DEPEND}
|
|
| 30 |
!dev-cpp/libcmis:0.5 |
|
| 31 |
" |
|
| 28 |
RDEPEND="${DEPEND}"
|
|
| 32 | 29 |
BDEPEND=" |
| 33 | 30 |
virtual/pkgconfig |
| 34 | 31 |
man? ( |
| 35 |
app-text/docbook2X |
|
| 32 |
app-text/xmlto |
|
| 36 | 33 |
dev-libs/libxslt |
| 37 | 34 |
) |
| 38 |
test? ( |
|
| 39 |
dev-util/cppunit |
|
| 40 |
) |
|
| 35 |
test? ( dev-util/cppunit ) |
|
| 41 | 36 |
" |
| 42 | 37 | |
| 43 |
PATCHES=( |
|
| 44 |
# https://github.com/tdf/libcmis/pull/52 |
|
| 45 |
"${FILESDIR}"/${P}-libxml2-2.12.patch # bug 917523
|
|
| 46 |
# https://github.com/tdf/libcmis/pull/68 |
|
| 47 |
"${FILESDIR}"/${P}-boost-1.86.patch
|
|
| 48 |
# https://github.com/tdf/libcmis/pull/69 |
|
| 49 |
"${FILESDIR}"/${P}-fix-sha1-test.patch
|
|
| 50 |
) |
|
| 38 |
PATCHES=( "${FILESDIR}"/${P}-buildsys.patch ) # in git master
|
|
| 51 | 39 | |
| 52 | 40 |
src_prepare() {
|
| 53 | 41 |
default |