mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 01:21:02 +02:00
dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 14131878418144a15ee2df8c85b0a27ea09d081d.
This commit is contained in:
parent
961c173549
commit
428a754a5f
@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then
|
|||||||
S="${WORKDIR}"/${PN}
|
S="${WORKDIR}"/${PN}
|
||||||
PROPERTIES="live"
|
PROPERTIES="live"
|
||||||
else
|
else
|
||||||
SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))"
|
printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ")
|
||||||
DOC_PV="${SRC_PV}"
|
DOC_PV="${SRC_PV}"
|
||||||
#DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))"
|
#printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
|
||||||
|
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
|
https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
|
||||||
|
@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then
|
|||||||
S="${WORKDIR}"/${PN}
|
S="${WORKDIR}"/${PN}
|
||||||
PROPERTIES="live"
|
PROPERTIES="live"
|
||||||
else
|
else
|
||||||
SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))"
|
printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ")
|
||||||
DOC_PV="${SRC_PV}"
|
DOC_PV="${SRC_PV}"
|
||||||
#DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))"
|
#printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
|
||||||
|
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
|
https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
|
||||||
@ -24,7 +24,7 @@ else
|
|||||||
"
|
"
|
||||||
S="${WORKDIR}/${PN}-src-${SRC_PV}"
|
S="${WORKDIR}/${PN}-src-${SRC_PV}"
|
||||||
|
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="public-domain"
|
LICENSE="public-domain"
|
||||||
|
@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then
|
|||||||
S="${WORKDIR}"/${PN}
|
S="${WORKDIR}"/${PN}
|
||||||
PROPERTIES="live"
|
PROPERTIES="live"
|
||||||
else
|
else
|
||||||
SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))"
|
printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ")
|
||||||
DOC_PV="${SRC_PV}"
|
DOC_PV="${SRC_PV}"
|
||||||
#DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))"
|
#printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
|
||||||
|
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://sqlite.org/2022/${PN}-src-${SRC_PV}.zip
|
https://sqlite.org/2022/${PN}-src-${SRC_PV}.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user