mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST TeXmacs-2.1-src.tar.gz 35851289 BLAKE2B e29cf78d4c0f8b9d8bf89fd448775979efceaecd409c407bf66622cfa0e0aa166fe9a0abc146a282d71d989cdf03b21a8e17545a93196b868190ecb5fff3e993 SHA512 9e33bfb0a74ca6f6947cfa632adc162776083ae5e5ab46bc85fc8dac5e531457a2f888da5e552d6da39db16e543849a7b86f0fc6918b62e911d35ff725e47a2b
|
||||
@@ -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>sci@gentoo.org</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>
|
||||
@@ -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...
|
||||
}
|
||||
@@ -193,13 +193,6 @@ app-misc/vzstats
|
||||
# Removal on 2025-08-27.
|
||||
dev-debug/edb-debugger
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (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 <graaff@gentoo.org> (2025-07-28)
|
||||
# Obsolete slots of cucumber components. These slots are no longer used
|
||||
# by dev-util/cucumber. Removal on 2025-08-28.
|
||||
|
||||
Reference in New Issue
Block a user