commit:     f69bf4c9ae6c5e915d78e312e5b40c5012203877
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 20:04:37 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 20:04:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69bf4c9

sys-apps/flatpak: drop 1.12.8, 1.14.4-r3, 1.14.6, 1.14.8

Bug: https://bugs.gentoo.org/937936
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-apps/flatpak/Manifest                 |   4 -
 sys-apps/flatpak/flatpak-1.12.8.ebuild    | 108 --------------------------
 sys-apps/flatpak/flatpak-1.14.4-r3.ebuild | 116 ----------------------------
 sys-apps/flatpak/flatpak-1.14.6.ebuild    | 121 ------------------------------
 sys-apps/flatpak/flatpak-1.14.8.ebuild    | 121 ------------------------------
 5 files changed, 470 deletions(-)

diff --git a/sys-apps/flatpak/Manifest b/sys-apps/flatpak/Manifest
index 8c8e4e92e856..e5382d6aa339 100644
--- a/sys-apps/flatpak/Manifest
+++ b/sys-apps/flatpak/Manifest
@@ -1,5 +1 @@
-DIST flatpak-1.12.8.tar.xz 1568984 BLAKE2B 
6db457eba6b5c03ae4b7037e55f0537821152a80cad8746939fe93008922a9a33ff9f08635613e56a84f2d151826130c497c1e9f7f1e41a5b2dc215882f2eb14
 SHA512 
5a37d94e12c18a746b222c1ddbd20bddfb22079af1d3a79dc819cdb25f04774c9e4b3a51f9b5ed64f210317e7ec9fb97324ae38ec3430c6a515ba4042805fc57
 DIST flatpak-1.14.10.tar.xz 1647100 BLAKE2B 
7a2f8f86c7f9f509e5ea0d45b3171b3fc74d190c1f99d466d31bc032ba2671cc9ecb0b72a3d7993c350a79b9f36bfb76eac39638e165a887214849e0aa8a1858
 SHA512 
512c8545aea310aa14450f45704a57cd6fbf1d53e9497f210335e4767ac5d8b2030af17f2ee055b33d287ee5c8b761f0cc9c5f10361faab43c2422da2b354a3d
-DIST flatpak-1.14.4.tar.xz 1637484 BLAKE2B 
cf208c581ad76d46489ba473d290c35907da0d1d473bf2b4792fb56c31e7110cd38f1c6fc4ad04aa3675868d17116ba52a84b028d7b7789c1736cfe26f3cabfe
 SHA512 
3f97096affd4f1de184ded353f1ab403d9f1813b199b9a1595596cc7c5d6b46062aa2ef184255823f50ae95ca60d0542d9b9e520f9a605f9bc51091863bf89b0
-DIST flatpak-1.14.6.tar.xz 1644056 BLAKE2B 
68bc8bdaf1d1c8a6046a06f800d41c1603e691e60a90f070c694501d50ee6fba3ad1978e222d22a9f99e2b85de9154e670149227b0f2ea6543483c2d103b5093
 SHA512 
d858682dbf539afe1b91087b6a0e0ebeea6658a0ef02c96d68259f3d8c58d1e6d02dd8b69db1b3c55f6d5df0f4d7e41c6165f668f09763dd3f9c3beb48f8bcf5
-DIST flatpak-1.14.8.tar.xz 1698728 BLAKE2B 
aecfe77371ec2479ab12f46035213d6cfb672fe9fb1882a3225ae3ee8d3bd23e96848061bc1c778265f3ff4daf369eb19e584f36f804107543b0287f774997f1
 SHA512 
a34d539f4ed0682459a22afa282de36da964a3545abd78138d3d86d9464d67cb57479f93bf84d1a9d811b80e72e0ea11f64293cb09a559fd5ec2c957be1729a1

diff --git a/sys-apps/flatpak/flatpak-1.12.8.ebuild 
b/sys-apps/flatpak/flatpak-1.12.8.ebuild
deleted file mode 100644
index 6bc1f0bd87d5..000000000000
--- a/sys-apps/flatpak/flatpak-1.12.8.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10,11} )
-
-inherit linux-info python-any-r1
-
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
-DESCRIPTION="Linux application sandboxing and distribution framework"
-HOMEPAGE="https://flatpak.org/";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="doc introspection policykit seccomp systemd X"
-RESTRICT="test"
-
-RDEPEND="
-       acct-group/flatpak
-       acct-user/flatpak
-       >=app-arch/libarchive-2.8:=
-       app-arch/zstd:=
-       >=app-crypt/gpgme-1.1.8:=
-       >=dev-libs/appstream-glib-0.5.10:=
-       >=dev-libs/glib-2.56:2=
-       >=dev-libs/libxml2-2.4:=
-       dev-libs/json-glib:=
-       dev-libs/libassuan:=
-       >=dev-util/ostree-2020.8:=[gpg(+)]
-       || (
-               dev-util/ostree[curl]
-               dev-util/ostree[soup]
-       )
-       >=gnome-base/dconf-0.26:=
-       gnome-base/gsettings-desktop-schemas
-       >=net-libs/libsoup-2.4:2.4=
-       >=sys-apps/bubblewrap-0.5.0
-       sys-apps/dbus
-       >=sys-fs/fuse-2.9.9:0=
-       sys-apps/xdg-dbus-proxy
-       X? (
-               x11-apps/xauth
-               x11-libs/libXau:=
-       )
-       x11-libs/gdk-pixbuf:2=
-       policykit? ( >=sys-auth/polkit-0.98:= )
-       seccomp? ( sys-libs/libseccomp:= )
-       systemd? ( sys-apps/systemd:= )
-"
-
-DEPEND="${RDEPEND}"
-# pyparsing version pinned for https://bugs.gentoo.org/825230
-BDEPEND="
-       >=dev-build/automake-1.13.4
-       >=sys-devel/gettext-0.18.2
-       virtual/pkgconfig
-       dev-util/gdbus-codegen
-       app-alternatives/yacc
-       introspection? ( >=dev-libs/gobject-introspection-1.40 )
-       doc? (
-               >=dev-util/gtk-doc-1.20
-               dev-libs/libxslt
-       )
-       $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
-"
-
-PDEPEND="sys-apps/xdg-desktop-portal"
-
-python_check_deps() {
-       has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       local CONFIG_CHECK="~USER_NS"
-       linux-info_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-       # This line fails because locales are in /usr/lib/locale/locale-archive.
-       sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
-}
-
-src_configure() {
-       local myeconfargs=(
-               --enable-sandboxed-triggers
-               --localstatedir="${EPREFIX}"/var
-               --with-system-bubblewrap
-               --with-system-dbus-proxy
-               $(use_enable X xauth)
-               $(use_enable doc documentation)
-               $(use_enable doc gtk-doc)
-               $(use_enable introspection)
-               $(use_enable policykit system-helper)
-               $(use_enable seccomp)
-               $(use_with systemd)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       # resolve conflict with acct-user/flatpak for #856706
-       rm -rf "${ED}/usr/lib/sysusers.d"
-}

diff --git a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild 
b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
deleted file mode 100644
index 56f002420b8c..000000000000
--- a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10,11} )
-
-inherit linux-info python-any-r1 systemd
-
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
-DESCRIPTION="Linux application sandboxing and distribution framework"
-HOMEPAGE="https://flatpak.org/";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="doc introspection policykit seccomp systemd X"
-RESTRICT="test"
-
-RDEPEND="
-       acct-group/flatpak
-       acct-user/flatpak
-       >=app-arch/libarchive-2.8:=
-       app-arch/zstd:=
-       >=app-crypt/gpgme-1.1.8:=
-       >=dev-libs/appstream-0.12:=
-       >=dev-libs/appstream-glib-0.5.10:=
-       >=dev-libs/glib-2.56:2=
-       >=dev-libs/libxml2-2.4:=
-       dev-libs/json-glib:=
-       dev-libs/libassuan:=
-       >=dev-util/ostree-2020.8:=[gpg(+)]
-       dev-util/ostree[curl]
-       >=gnome-base/dconf-0.26:=
-       gnome-base/gsettings-desktop-schemas
-       net-misc/curl:=
-       >=sys-apps/bubblewrap-0.5.0
-       sys-apps/dbus
-       >=sys-fs/fuse-3.1.1:3=
-       sys-apps/xdg-dbus-proxy
-       X? (
-               x11-apps/xauth
-               x11-libs/libXau:=
-       )
-       x11-libs/gdk-pixbuf:2=
-       policykit? ( >=sys-auth/polkit-0.98:= )
-       seccomp? ( sys-libs/libseccomp:= )
-       systemd? ( sys-apps/systemd:= )
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-       >=dev-build/automake-1.13.4
-       >=sys-devel/gettext-0.18.2
-       virtual/pkgconfig
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       app-alternatives/yacc
-       $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
-       introspection? ( >=dev-libs/gobject-introspection-1.40 )
-       doc? (
-               app-text/xmlto
-               dev-libs/libxslt
-       )
-"
-
-PDEPEND="sys-apps/xdg-desktop-portal"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.14.4-fuse-3-slotted.patch
-)
-
-python_check_deps() {
-       python_has_version "dev-python/pyparsing[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       local CONFIG_CHECK="~USER_NS"
-       linux-info_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-       # This line fails because locales are in /usr/lib/locale/locale-archive.
-       sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
-}
-
-src_configure() {
-       local myeconfargs=(
-               --enable-sandboxed-triggers
-               --localstatedir="${EPREFIX}"/var
-               --with-system-bubblewrap
-               --with-system-dbus-proxy
-               $(use_enable X xauth)
-               $(use_enable doc documentation)
-               $(use_enable doc docbook-docs)
-               $(use_enable introspection)
-               $(use_enable policykit system-helper)
-               $(use_enable seccomp)
-               $(use_with systemd)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       # 
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
-       find "${ED}" -name '*.la' -delete || die
-       # resolve conflict with acct-user/flatpak for #856706
-       rm -rf "${ED}/usr/lib/sysusers.d"
-
-       if use systemd; then
-          systemd_dounit "${FILESDIR}"/flatpak-update.{service,timer}
-       fi
-}

diff --git a/sys-apps/flatpak/flatpak-1.14.6.ebuild 
b/sys-apps/flatpak/flatpak-1.14.6.ebuild
deleted file mode 100644
index 885f0b2ae068..000000000000
--- a/sys-apps/flatpak/flatpak-1.14.6.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit linux-info python-any-r1 systemd tmpfiles
-
-DESCRIPTION="Linux application sandboxing and distribution framework"
-HOMEPAGE="https://flatpak.org/";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="doc introspection policykit seccomp systemd X"
-RESTRICT="test"
-
-RDEPEND="
-       acct-group/flatpak
-       acct-user/flatpak
-       >=app-arch/libarchive-2.8:=
-       app-arch/zstd:=
-       >=app-crypt/gpgme-1.1.8:=
-       >=dev-libs/appstream-0.12:=
-       >=dev-libs/appstream-glib-0.5.10:=
-       >=dev-libs/glib-2.56:2=
-       >=dev-libs/libxml2-2.4:=
-       dev-libs/json-glib:=
-       dev-libs/libassuan:=
-       >=dev-util/ostree-2020.8:=[gpg(+)]
-       dev-util/ostree[curl]
-       >=gnome-base/dconf-0.26:=
-       gnome-base/gsettings-desktop-schemas
-       net-misc/curl:=
-       >=sys-apps/bubblewrap-0.5.0
-       sys-apps/dbus
-       >=sys-fs/fuse-3.1.1:3=
-       sys-apps/xdg-dbus-proxy
-       X? (
-               x11-apps/xauth
-               x11-libs/libXau:=
-       )
-       x11-libs/gdk-pixbuf:2=
-       policykit? ( >=sys-auth/polkit-0.98:= )
-       seccomp? ( sys-libs/libseccomp:= )
-       systemd? ( sys-apps/systemd:= )
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-       >=dev-build/automake-1.13.4
-       >=sys-devel/gettext-0.18.2
-       virtual/pkgconfig
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       app-alternatives/yacc
-       $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
-       introspection? ( >=dev-libs/gobject-introspection-1.40 )
-       doc? (
-               app-text/xmlto
-               dev-libs/libxslt
-       )
-"
-
-PDEPEND="sys-apps/xdg-desktop-portal"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.14.4-fuse-3-slotted.patch
-)
-
-python_check_deps() {
-       python_has_version "dev-python/pyparsing[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       local CONFIG_CHECK="~USER_NS"
-       linux-info_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-       # This line fails because locales are in /usr/lib/locale/locale-archive.
-       sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
-}
-
-src_configure() {
-       local myeconfargs=(
-               --enable-sandboxed-triggers
-               --localstatedir="${EPREFIX}"/var
-               --with-system-bubblewrap
-               --with-system-dbus-proxy
-               --with-tmpfilesdir="/usr/lib/tmpfiles.d"
-               $(use_enable X xauth)
-               $(use_enable doc documentation)
-               $(use_enable doc docbook-docs)
-               $(use_enable introspection)
-               $(use_enable policykit system-helper)
-               $(use_enable seccomp)
-               $(use_with systemd)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       # 
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
-       find "${ED}" -name '*.la' -delete || die
-       # resolve conflict with acct-user/flatpak for #856706
-       rm -rf "${ED}/usr/lib/sysusers.d"
-
-       if use systemd; then
-          systemd_dounit "${FILESDIR}"/flatpak-update.{service,timer}
-       fi
-}
-
-pkg_postinst() {
-       tmpfiles_process flatpak.conf
-}

diff --git a/sys-apps/flatpak/flatpak-1.14.8.ebuild 
b/sys-apps/flatpak/flatpak-1.14.8.ebuild
deleted file mode 100644
index 71f8492997bb..000000000000
--- a/sys-apps/flatpak/flatpak-1.14.8.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit linux-info python-any-r1 systemd tmpfiles
-
-DESCRIPTION="Linux application sandboxing and distribution framework"
-HOMEPAGE="https://flatpak.org/";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="doc introspection policykit seccomp systemd X"
-RESTRICT="test"
-
-RDEPEND="
-       acct-group/flatpak
-       acct-user/flatpak
-       >=app-arch/libarchive-2.8:=
-       app-arch/zstd:=
-       >=app-crypt/gpgme-1.1.8:=
-       >=dev-libs/appstream-0.12:=
-       >=dev-libs/appstream-glib-0.5.10:=
-       >=dev-libs/glib-2.56:2=
-       >=dev-libs/libxml2-2.4:=
-       dev-libs/json-glib:=
-       dev-libs/libassuan:=
-       >=dev-util/ostree-2020.8:=[gpg(+)]
-       dev-util/ostree[curl]
-       >=gnome-base/dconf-0.26:=
-       gnome-base/gsettings-desktop-schemas
-       net-misc/curl:=
-       >=sys-apps/bubblewrap-0.5.0
-       sys-apps/dbus
-       >=sys-fs/fuse-3.1.1:3=
-       sys-apps/xdg-dbus-proxy
-       X? (
-               x11-apps/xauth
-               x11-libs/libXau:=
-       )
-       x11-libs/gdk-pixbuf:2=
-       policykit? ( >=sys-auth/polkit-0.98:= )
-       seccomp? ( sys-libs/libseccomp:= )
-       systemd? ( sys-apps/systemd:= )
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-       >=dev-build/automake-1.13.4
-       >=sys-devel/gettext-0.18.2
-       virtual/pkgconfig
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       app-alternatives/yacc
-       $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
-       introspection? ( >=dev-libs/gobject-introspection-1.40 )
-       doc? (
-               app-text/xmlto
-               dev-libs/libxslt
-       )
-"
-
-PDEPEND="sys-apps/xdg-desktop-portal"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.14.4-fuse-3-slotted.patch
-)
-
-python_check_deps() {
-       python_has_version "dev-python/pyparsing[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       local CONFIG_CHECK="~USER_NS"
-       linux-info_pkg_setup
-       python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-       # This line fails because locales are in /usr/lib/locale/locale-archive.
-       sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
-}
-
-src_configure() {
-       local myeconfargs=(
-               --enable-sandboxed-triggers
-               --localstatedir="${EPREFIX}"/var
-               --with-system-bubblewrap
-               --with-system-dbus-proxy
-               --with-tmpfilesdir="/usr/lib/tmpfiles.d"
-               $(use_enable X xauth)
-               $(use_enable doc documentation)
-               $(use_enable doc docbook-docs)
-               $(use_enable introspection)
-               $(use_enable policykit system-helper)
-               $(use_enable seccomp)
-               $(use_with systemd)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       # 
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
-       find "${ED}" -name '*.la' -delete || die
-       # resolve conflict with acct-user/flatpak for #856706
-       rm -rf "${ED}/usr/lib/sysusers.d"
-
-       if use systemd; then
-          systemd_dounit "${FILESDIR}"/flatpak-update.{service,timer}
-       fi
-}
-
-pkg_postinst() {
-       tmpfiles_process flatpak.conf
-}

Reply via email to