From f8ee324d07103d205a13351fb230ce903002d598 Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Sun, 29 Jan 2023 11:02:36 +0100 Subject: gnome-extra/krb5-auth-dialog: add missing USE to dep Closes: https://bugs.gentoo.org/890290 Signed-off-by: Henning Schild Closes: https://github.com/gentoo/gentoo/pull/29328 Signed-off-by: Viorel Munteanu --- .../krb5-auth-dialog-43.0-r1.ebuild | 29 ++++++++++++++++++++++ .../krb5-auth-dialog/krb5-auth-dialog-43.0.ebuild | 29 ---------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0-r1.ebuild delete mode 100644 gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0.ebuild (limited to 'gnome-extra') diff --git a/gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0-r1.ebuild b/gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0-r1.ebuild new file mode 100644 index 000000000000..226a94e02bf7 --- /dev/null +++ b/gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2 meson + +DESCRIPTION="An application to acquire and list Kerberos tickets." +HOMEPAGE="https://gitlab.gnome.org/GNOME/krb5-auth-dialog/" +SRC_URI="https://download.gnome.org/sources/${PN}/$(ver_cut 1)/${P}.tar.xz" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-crypt/gcr:0=[gtk] + dev-libs/glib:2 + sys-libs/pam + x11-libs/gtk+:3 + || ( + app-crypt/heimdal + app-crypt/mit-krb5 + ) +" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/itstool" + +PATCHES=( "${FILESDIR}"/${P}-remove-postinstall-script.patch ) diff --git a/gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0.ebuild b/gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0.ebuild deleted file mode 100644 index 1fff5268fc34..000000000000 --- a/gnome-extra/krb5-auth-dialog/krb5-auth-dialog-43.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 meson - -DESCRIPTION="An application to acquire and list Kerberos tickets." -HOMEPAGE="https://gitlab.gnome.org/GNOME/krb5-auth-dialog/" -SRC_URI="https://download.gnome.org/sources/${PN}/$(ver_cut 1)/${P}.tar.xz" - -LICENSE="GPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-crypt/gcr:= - dev-libs/glib:2 - sys-libs/pam - x11-libs/gtk+:3 - || ( - app-crypt/heimdal - app-crypt/mit-krb5 - ) -" -DEPEND="${RDEPEND}" -BDEPEND="dev-util/itstool" - -PATCHES=( "${FILESDIR}"/${P}-remove-postinstall-script.patch ) -- cgit v1.2.3-65-gdbad