commit: d3f64d4c154b4e4cffd64f7e27c3f9915f55d18c Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Aug 1 15:03:54 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 15:11:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f64d4c
gnome-extra/tecla: drop 46.0 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/tecla/Manifest | 1 - gnome-extra/tecla/tecla-46.0.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/gnome-extra/tecla/Manifest b/gnome-extra/tecla/Manifest index 59a7d67e274e..2c0842e6da55 100644 --- a/gnome-extra/tecla/Manifest +++ b/gnome-extra/tecla/Manifest @@ -1,3 +1,2 @@ -DIST tecla-46.0.tar.xz 35108 BLAKE2B df092709db310df2721bfff97243f1d3ec7f3391a224f6b8d00cfeac5423c98fb045bc3c698e4fcf5437a59c20dce0100747f13ff46fd998bf42fdfe81d5f078 SHA512 140b9e47a850d9764bd810d2f2f283923f5818d11a62fb6739c150f23b36c4e8c63af28c1fbb171466c97d233e36b66732b60c758489515b123b5704e2c5a6a9 DIST tecla-47.0.tar.xz 38072 BLAKE2B 985152715114cad638e96f1986b7607f724ff82de9212036ca27a1c668652c46143ad7bb6dfbc37acc938dd8316a477d13e9cde9d2b3ec27d8bc7696e7281410 SHA512 82c29b7672d78d0cdb1dccd95c159ba4fbbe2cda36b5b491b0dde530985fa718d382a0d0c78dffacad50e5d817db1874447069f383de8e2895f6d6216cefb8fc DIST tecla-48.0.2.tar.xz 41048 BLAKE2B 15d87d29566851d9b6f4eabc0d014032ceb2a4d23463845cfbfea45e468fad33a5d60105c16067f4d8936e85d4aa6f801f4abdb88a5ded75bc0121c9a649f74e SHA512 8284f54d2fdf7320ae3fa38d69995cd5b69751efb4d8aad2508c77f1719c2c7aac196868cfc1442ba653fd39ff56689f841d9d39a96b546f265c19406fb49b46 diff --git a/gnome-extra/tecla/tecla-46.0.ebuild b/gnome-extra/tecla/tecla-46.0.ebuild deleted file mode 100644 index dd7aa164e9f4..000000000000 --- a/gnome-extra/tecla/tecla-46.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="Tecla is a keyboard layout viewer" -HOMEPAGE="https://gitlab.gnome.org/GNOME/tecla" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" - -RDEPEND=" - gui-libs/gtk:4[introspection] - >=gui-libs/libadwaita-1.4_alpha:1 - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/glib - sys-devel/gettext - virtual/pkgconfig -" - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}
