Diff fossil-2.21 with a fossil-2.22
| /usr/portage/dev-vcs/fossil/fossil-2.22.ebuild 2025-11-06 18:18:08.191504962 +0300 | ||
|---|---|---|
| 5 | 5 | |
| 6 | 6 |
inherit toolchain-funcs |
| 7 | 7 | |
| 8 |
MY_TAG="f9aa474081f0618c76f4c2f4d6f0277a3fd480aa185d7da0b8b61b00fad1aa78" |
|
| 8 |
MY_TAG="66ee0beb9b47d827bde533fe6a1fb2ead4ceb1936468881b4fb621bd6bdfd862" |
|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="Simple, high-reliability, source control management, and more" |
| 11 | 11 |
HOMEPAGE="https://www.fossil-scm.org/home" |
| ... | ... | |
| 13 | 13 | |
| 14 | 14 |
LICENSE="BSD-2" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86" |
|
| 16 |
KEYWORDS="amd64 arm ppc ppc64 ~riscv x86" |
|
| 17 | 17 |
IUSE="debug fusefs json system-sqlite +ssl static tcl tcl-stubs |
| 18 |
tcl-private-stubs th1-docs th1-hooks" |
|
| 18 |
tcl-private-stubs test th1-docs th1-hooks" |
|
| 19 |
RESTRICT="!test? ( test )" |
|
| 19 | 20 | |
| 20 | 21 |
# Please check sqlite minimum version on every release. This can be done with: |
| 21 | 22 |
# ./configure --print-minimum-sqlite-version |
| ... | ... | |
| 40 | 41 |
) |
| 41 | 42 |
" |
| 42 | 43 | |
| 43 |
# Tests can't be run from the build directory |
|
| 44 |
RESTRICT="test" |
|
| 44 |
BDEPEND="test? ( dev-lang/tcl )" |
|
| 45 | 45 | |
| 46 | 46 |
PATCHES=( |
| 47 | 47 |
# fossil-2.10-check-lib64-for-tcl.patch: Bug 690828 |
| ... | ... | |
| 72 | 72 |
CC_FOR_BUILD=${CC} ./configure ${myconf} || die
|
| 73 | 73 |
} |
| 74 | 74 | |
| 75 |
src_test() {
|
|
| 76 |
emake test |
|
| 77 |
} |
|
| 78 | ||
| 75 | 79 |
src_install() {
|
| 76 | 80 |
dobin fossil |
| 77 | 81 |
} |