app-editors/gnome-latex: drop 3.46.0-r1

Uninstallable for half a year due to uninstallable tepl.

Removing it to ease renaming.

Bug: https://bugs.gentoo.org/949068
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1269
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-06-27 18:33:23 +03:00
committed by Pacho Ramos
parent 74e7c90e91
commit 6df9d732e3
3 changed files with 0 additions and 54 deletions

View File

@@ -1,2 +1 @@
DIST enter-tex-3.49.0.tar.bz2 668833 BLAKE2B e7f7d2023680f074bbaf48357fbd0dcee01c973c417804d8c40168d089ac571ed77a3994195e8c6516f0da48c824a798d62d311874ddff1486e8c3876f1927b5 SHA512 9bb9e71aa312ccd37430ed3435ea633e59ca53bc893fba79b3340459977a9e6fc5bac9cf56b1e7736c0735d04bf3ef5186229e8a4ff50ea7b0997ff9ef7f6fe9
DIST gnome-latex-3.46.0.tar.xz 1216344 BLAKE2B 09255b263a886f3e7c50c44765e2399ddd148a807997531cdebb19c2cd4e320d970aba61dcad25413c50cfaa2cfc5c46a7bce3c768ff0ecf77d77921094bdcaa SHA512 a2c85f240bdb90633f7e0b8710095ee6db5f6f4b67ac831376bc3741e34d53ab37b76ca33dd26f8080f03eaab436040a33db30c07965cd5998b929f37c43929b

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 vala
DESCRIPTION="Integrated LaTeX environment for GNOME"
HOMEPAGE="https://gitlab.gnome.org/swilmet/gnome-latex"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
IUSE="+introspection +latexmk rubber"
DEPEND="
>=dev-libs/glib-2.70:2
>=x11-libs/gtk+-3.22:3
>=app-text/gspell-1.8:0=
>=gui-libs/libgedit-amtk-5:=
>=gui-libs/tepl-6.8:=
>=dev-libs/libgee-0.10:0.8=
gnome-base/gsettings-desktop-schemas
x11-libs/gdk-pixbuf:2
x11-libs/pango
introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
gnome-base/dconf
"
RDEPEND="${DEPEND}
virtual/latex-base
x11-themes/hicolor-icon-theme
latexmk? ( dev-tex/latexmk )
rubber? ( dev-tex/rubber )
"
BDEPEND="
$(vala_depend)
>=dev-util/gdbus-codegen-2.80.5-r1
dev-util/glib-utils
>=dev-build/gtk-doc-am-1.14
dev-util/itstool
>=sys-devel/gettext-0.19.6:0
virtual/pkgconfig
"
src_configure() {
vala_setup
gnome2_src_configure \
$(use_enable introspection) \
--enable-dconf_migration
}

View File

@@ -7,10 +7,8 @@
</maintainer>
<use>
<flag name="latexmk">Install <pkg>dev-tex/latexmk</pkg> (used by default for the build tools)</flag>
<flag name="rubber">Install <pkg>dev-tex/rubber</pkg> (can be used for the build tools)</flag>
</use>
<upstream>
<remote-id type="gnome-gitlab">swilmet/gnome-latex</remote-id>
<remote-id type="gnome-gitlab">World/gedit/enter-tex</remote-id>
</upstream>
</pkgmetadata>