commit: 812258fda2b3e04303508a552c816af03159630d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 09:47:09 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 13:55:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812258fd
gui-libs/tepl: drop 5.0.1-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> gui-libs/tepl/Manifest | 1 - gui-libs/tepl/tepl-5.0.1-r1.ebuild | 44 -------------------------------------- 2 files changed, 45 deletions(-) diff --git a/gui-libs/tepl/Manifest b/gui-libs/tepl/Manifest index dde0484076e9..bf051819b84a 100644 --- a/gui-libs/tepl/Manifest +++ b/gui-libs/tepl/Manifest @@ -1,2 +1 @@ -DIST tepl-5.0.1.tar.xz 126068 BLAKE2B 2c3038326660f6326c5030cb944f8cee885b794a481f6d8f1b5d87a8ea7121ded381d28b36246a99b57bbea5fd9e6d2d4f65f9dfc54d8154ee8aabbccd7e3cb5 SHA512 f363d182185976447d235cf1201148e5201cdabd1fa8b88d7a763a965896f87bd222a0161c11e93662afaf4e474bbd0308643d28559aadc27b9d48974f4c458d DIST tepl-6.8.0.tar.xz 166092 BLAKE2B 83ff7fcf1ed3420a8c115b7eb4e160b0cc36ac1030f1da5959f07024c272c35f5b45038c6800743760baf59e1041bd6d2130b11503b9204d739bf0d28ad739ef SHA512 f988433dbee64803c6fa9b049f7e058ebbccd8c93128cf0731f46f2b19e468662c54a2cd04d68cda5e58cbfa623061935bb0cadeb58cd09aa3751422eeef5d36 diff --git a/gui-libs/tepl/tepl-5.0.1-r1.ebuild b/gui-libs/tepl/tepl-5.0.1-r1.ebuild deleted file mode 100644 index 72227016f9d2..000000000000 --- a/gui-libs/tepl/tepl-5.0.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome.org meson virtualx - -DESCRIPTION="GtkSourceView-based text editors and IDE helper library" -HOMEPAGE="https://wiki.gnome.org/Projects/Tepl" - -LICENSE="LGPL-3+" -SLOT="5" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="gtk-doc" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.64:2 - >=x11-libs/gtk+-3.22:3[introspection] - >=x11-libs/gtksourceview-4.0:4[introspection] - >=gui-libs/amtk-5.0:5[introspection] - dev-libs/icu:= - >=dev-libs/gobject-introspection-1.82.0-r2:= -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - gtk-doc? ( >=dev-util/gtk-doc-1.25 - app-text/docbook-xml-dtd:4.3 - ) - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_use gtk-doc gtk_doc) - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -}
