commit: 53df249924268d80cccc2dcc710deace1c393a16 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 26 20:36:29 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 26 20:42:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53df2499
app-office/texmacs: treeclean Closes: https://bugs.gentoo.org/565034 (pkgremoved) Closes: https://bugs.gentoo.org/579396 (pkgremoved) Closes: https://bugs.gentoo.org/590002 (pkgremoved) Closes: https://bugs.gentoo.org/683464 (pkgremoved) Closes: https://bugs.gentoo.org/701988 (pkgremoved) Closes: https://bugs.gentoo.org/953380 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/texmacs/Manifest | 1 - app-office/texmacs/metadata.xml | 14 ------- app-office/texmacs/texmacs-2.1-r100.ebuild | 62 ------------------------------ profiles/package.mask | 7 ---- 4 files changed, 84 deletions(-) diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest deleted file mode 100644 index 837b2711ad27..000000000000 --- a/app-office/texmacs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST TeXmacs-2.1-src.tar.gz 35851289 BLAKE2B e29cf78d4c0f8b9d8bf89fd448775979efceaecd409c407bf66622cfa0e0aa166fe9a0abc146a282d71d989cdf03b21a8e17545a93196b868190ecb5fff3e993 SHA512 9e33bfb0a74ca6f6947cfa632adc162776083ae5e5ab46bc85fc8dac5e531457a2f888da5e552d6da39db16e543849a7b86f0fc6918b62e911d35ff725e47a2b diff --git a/app-office/texmacs/metadata.xml b/app-office/texmacs/metadata.xml deleted file mode 100644 index 6eebe1666e4b..000000000000 --- a/app-office/texmacs/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <use> - <flag name="netpbm">Add support for <pkg>media-libs/netpbm</pkg></flag> - </use> - <upstream> - <remote-id type="github">texmacs/texmacs</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-office/texmacs/texmacs-2.1-r100.ebuild b/app-office/texmacs/texmacs-2.1-r100.ebuild deleted file mode 100644 index d8397a0264ab..000000000000 --- a/app-office/texmacs/texmacs-2.1-r100.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -GUILE_COMPAT=( 1-8 ) -GUILE_REQ_USE="debug?,deprecated" -inherit cmake xdg guile-single - -MY_P=${P/tex/TeX}-src - -DESCRIPTION="Wysiwyg text processor with high-quality maths" -HOMEPAGE="https://www.texmacs.org/" -SRC_URI="https://www.texmacs.org/Download/ftp/tmftp/source/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug jpeg netpbm sqlite svg spell" -REQUIRED_USE="${GUILE_REQUIRED_USE}" - -RDEPEND=" - ${GUILE_DEPS} - app-text/ghostscript-gpl - media-libs/freetype - x11-apps/xmodmap - x11-libs/libXext - virtual/latex-base - >=dev-qt/qtcore-5.9.1:5 - >=dev-qt/qtgui-5.9.1:5 - >=dev-qt/qtwidgets-5.9.1:5 - >=dev-qt/qtprintsupport-5.9.1:5 - sqlite? ( dev-db/sqlite ) - jpeg? ( virtual/imagemagick-tools[jpeg] ) - netpbm? ( media-libs/netpbm ) - spell? ( app-text/aspell ) - svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) ) -" -DEPEND="${RDEPEND}" -BDEPEND="x11-base/xorg-proto" - -src_prepare() { - cmake_src_prepare - guile_bump_sources -} - -src_configure() { - local mycmakeargs=( - -DUSE_SQLITE3=$(usex sqlite 1 0) - -DDEBUG_ASSERT=$(usex debug 1 0) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - - # guile-single_src_install not needed, Guile 1.8 does not have .go - # files... -} diff --git a/profiles/package.mask b/profiles/package.mask index b4110268174d..0b499449999f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -193,13 +193,6 @@ app-misc/vzstats # Removal on 2025-08-27. dev-debug/edb-debugger -# Andreas Sturmlechner <[email protected]> (2025-07-28) -# Current package is 4 years old and outdated compared to upstream. -# Still Qt5-based with unclear upstream status. Needs real care. -# Many bugs: #953380, #701988, #683464, #590002, #565034, #579396 -# Removal on 2025-08-27. -app-office/texmacs - # Hans de Graaff <[email protected]> (2025-07-28) # Obsolete slots of cucumber components. These slots are no longer used # by dev-util/cucumber. Removal on 2025-08-28.
