mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-util/flatpak-builder: drop 1.4.4, 1.4.6-r3, 1.4.7
Bug: https://bugs.gentoo.org/973237 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
DIST flatpak-builder-1.4.10.tar.xz 630004 BLAKE2B 616a2dac4393d08f7e3898f347bd71ae9a0f624f3d8e480aacc0a239ecc7f170bd7b42c49fffa32bf2d1c9985e3f0677f1a84affb654e830f78b04b9388343a6 SHA512 7a81eaa0e9bcad407af5229992b4e7ce17a6579856e921ca90c36914f542ef5cc368d0183a46cb13df3dd9649d1ec3fb7df1482106d76a8b25b730a032f2b23f
|
||||
DIST flatpak-builder-1.4.4.tar.xz 530300 BLAKE2B ffc956cb60ddc085c478a3da78a2d0eb5f13e7add9d4246a316cb37a405a02e21e547ee3dd13a78a0cd1d90789ef6c0eeefdc7c2735c6c7147451997a2f38c70 SHA512 7ccc6c9cf464f1637063d2f7ca32464c81c148b50f5479a49c80fc364781ba82ab2e57135e4902f9e00dad25ac70000658c20c7e8c0a10a519eb1d3a86dad35a
|
||||
DIST flatpak-builder-1.4.6.tar.xz 621076 BLAKE2B 065bc01bd1fec181454d32de8280f55990c3a5a4f160c4af25722aca4d1942f38fce84f419c558e9c61a386f43ff7b8ea90058c8fb9ddafb7966b2f486e0b04e SHA512 be065fc5ccd7b6669cc852b5687d725d7b5aba40a492522c8ce4e9498310048d24cfa3f3e8ee5e24d990e73eb915becaa0cd181ced78508623d7696ea737f7a8
|
||||
DIST flatpak-builder-1.4.7.tar.xz 622452 BLAKE2B 35c7e1dea16f0f6ab592061deca4954ccf7cd5ada8ae6645fc9aedfb6d86d29fee47b66987a36bd4eeb489a03328d5c34f9178a0a2e22b02a87db609a6988080 SHA512 81b88a43102b75efcdb11cbaa60a48bcb431c42104b58765f353cd8e40799af9f1513e8212dd98ac704d78914ff6205999d4789c66ee0c54213ed5b88a2fb879
|
||||
DIST flatpak-builder-1.4.8.tar.xz 629584 BLAKE2B 29bcc578c305ad2b91770074b2e98d4f25ccb2b448916c5e28f253d2b3c87f849da22ba866106a567c43c96579ed842cc64e3ea2fbefdbd9f7f16c97bffce858 SHA512 dcc8bee51fee996dcd283077b74f20dfbdf6f814c05912eac4c49b612a663123ac82848c0f750a162f13af629866901a4f0e766a3e3b5dca1dfa40eb071ea216
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
|
||||
DESCRIPTION="Tool to build flatpaks from source"
|
||||
HOMEPAGE="http://flatpak.org/"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||
IUSE="doc +yaml"
|
||||
|
||||
RDEPEND="
|
||||
>=sys-apps/flatpak-0.99.1
|
||||
>=dev-util/ostree-2019.5:=
|
||||
>=dev-libs/elfutils-0.8.12:=
|
||||
>=dev-libs/glib-2.44:2=
|
||||
>=dev-libs/libxml2-2.4:=
|
||||
dev-libs/json-glib:=
|
||||
net-misc/curl:=
|
||||
yaml? ( dev-libs/libyaml:= )
|
||||
dev-libs/appstream[compose(-)]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.18.2
|
||||
virtual/pkgconfig
|
||||
doc? (
|
||||
app-text/xmlto
|
||||
dev-libs/libxslt
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=("${FILESDIR}/flatpak-builder-1.2.2-musl.patch")
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable doc documentation) \
|
||||
$(use_enable doc docbook-docs) \
|
||||
$(use_with yaml)
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Tool to build flatpaks from source"
|
||||
HOMEPAGE="https://flatpak.org/"
|
||||
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||
IUSE="doc +yaml"
|
||||
|
||||
# dev-util/flatpak and dev-libs/appstream are runtime dependencies of flatpak-builder
|
||||
# their binaries are actively being used by flatpak-builder as is
|
||||
# qa-vdb returns false-positive warnings
|
||||
RDEPEND="
|
||||
>=dev-util/ostree-2019.5:=
|
||||
dev-libs/appstream[compose]
|
||||
>=dev-libs/elfutils-0.8.12:=
|
||||
>=dev-libs/glib-2.44:2=
|
||||
>=dev-libs/libxml2-2.4:=
|
||||
dev-libs/json-glib:=
|
||||
net-misc/curl:=
|
||||
>=sys-apps/flatpak-0.99.1
|
||||
yaml? ( dev-libs/libyaml:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.18.2
|
||||
virtual/pkgconfig
|
||||
doc? (
|
||||
app-text/xmlto
|
||||
dev-libs/libxslt
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=("${FILESDIR}/flatpak-builder-1.2.2-musl.patch")
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable doc documentation) \
|
||||
$(use_enable doc docbook-docs) \
|
||||
$(use_with yaml)
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Tool to build flatpaks from source"
|
||||
HOMEPAGE="https://flatpak.org/"
|
||||
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||
IUSE="doc +yaml"
|
||||
|
||||
# dev-util/flatpak and dev-libs/appstream are runtime dependencies of flatpak-builder
|
||||
# their binaries are actively being used by flatpak-builder as is
|
||||
# qa-vdb returns false-positive warnings
|
||||
RDEPEND="
|
||||
>=dev-util/ostree-2019.5:=
|
||||
dev-libs/appstream[compose]
|
||||
>=dev-libs/elfutils-0.8.12:=
|
||||
>=dev-libs/glib-2.44:2=
|
||||
>=dev-libs/libxml2-2.4:=
|
||||
dev-libs/json-glib:=
|
||||
net-misc/curl:=
|
||||
>=sys-apps/flatpak-0.99.1
|
||||
yaml? ( dev-libs/libyaml:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.18.2
|
||||
virtual/pkgconfig
|
||||
doc? (
|
||||
app-text/xmlto
|
||||
dev-libs/libxslt
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=("${FILESDIR}/flatpak-builder-1.2.2-musl.patch")
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable doc documentation) \
|
||||
$(use_enable doc docbook-docs) \
|
||||
$(use_with yaml)
|
||||
}
|
||||
Reference in New Issue
Block a user