summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-07 10:26:02 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-07 10:26:02 +0200
commit276f9661d700a97095e2d0b6009851b9e951be1c (patch)
tree678800d7571b65eecc3b8c38a8e97144d738d915 /gui-libs/tepl
parentapp-emulation/qemu: require opengl if virgl is enabled (diff)
downloadgentoo-276f9661d700a97095e2d0b6009851b9e951be1c.tar.gz
gentoo-276f9661d700a97095e2d0b6009851b9e951be1c.tar.bz2
gentoo-276f9661d700a97095e2d0b6009851b9e951be1c.zip
gui-libs/tepl: Remove old 4.4.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'gui-libs/tepl')
-rw-r--r--gui-libs/tepl/Manifest1
-rw-r--r--gui-libs/tepl/tepl-4.4.0.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/gui-libs/tepl/Manifest b/gui-libs/tepl/Manifest
index d6ceeddf244a..dee48e274835 100644
--- a/gui-libs/tepl/Manifest
+++ b/gui-libs/tepl/Manifest
@@ -1,3 +1,2 @@
-DIST tepl-4.4.0.tar.xz 466576 BLAKE2B fe9d9c625a3febe6fc71e5972b864b0d732b7f75bcc114a391d7f94b2fc242fe7c5199e61d5a69a8ceccb845fffcf830d6071adb1ecda5e223d453d029ed3398 SHA512 2050c28f9564034bea7c44d3fa27784ab87503c2db6cf35e6389c40ca78722b092fbc52df5fdfc85cc1e39a9dc3c0e30fa7993fb63411b0240f3a6ac9607c282
DIST tepl-5.0.1.tar.xz 126068 BLAKE2B 2c3038326660f6326c5030cb944f8cee885b794a481f6d8f1b5d87a8ea7121ded381d28b36246a99b57bbea5fd9e6d2d4f65f9dfc54d8154ee8aabbccd7e3cb5 SHA512 f363d182185976447d235cf1201148e5201cdabd1fa8b88d7a763a965896f87bd222a0161c11e93662afaf4e474bbd0308643d28559aadc27b9d48974f4c458d
DIST tepl-6.00.0.tar.xz 141908 BLAKE2B 200693a8cf760d18e1c53647abb8156f7e067557b4cefbd05b03c5a3ec83c3c5807ab93e0464178b68fc9f2572c3175fbf9355f4131df1fe7f79b5e2deb3961e SHA512 e36877b9f33943715a50546d82ed61e65fc07b71dca2c85ff350a305767e96eda74dc14f30b2a430e14deacd4ee8d49697fe01df1f5023afab3747e5e9c95e2e
diff --git a/gui-libs/tepl/tepl-4.4.0.ebuild b/gui-libs/tepl/tepl-4.4.0.ebuild
deleted file mode 100644
index 0a54c7473603..000000000000
--- a/gui-libs/tepl/tepl-4.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 virtualx
-
-DESCRIPTION="GtkSourceView-based text editors and IDE helper library"
-HOMEPAGE="https://wiki.gnome.org/Projects/Tepl"
-
-LICENSE="LGPL-2.1+"
-SLOT="4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.52:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- >=x11-libs/gtksourceview-4.0:4[introspection?]
- >=gui-libs/amtk-5.0:5[introspection?]
- >=dev-libs/libxml2-2.5:2
- app-i18n/uchardet
- introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.19.6
- dev-util/glib-utils
- >=dev-util/gtk-doc-am-1.25
- virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-src_prepare() {
- # requires running gvfs-metadata
- sed -e 's:\(g_test_add_func.*/file/load_save_metadata_sync.*\):/*\1*/:' \
- -e 's:\(g_test_add_func.*/file/load_save_metadata_async.*\):/*\1*/:' \
- -e 's:\(g_test_add_func.*/file/set_without_load.*\):/*\1*/:' \
- -i testsuite/test-file-metadata.c || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # valgrind checks not ran by default and require suppression files not in locations where they'd be installed by other packages
- gnome2_src_configure \
- --enable-gvfs-metadata \
- --disable-valgrind \
- $(use_enable introspection)
-}
-
-src_test() {
- virtx emake check
-}