commit: 8e3ac7c6c68e54c24538cb3c33184f02874af719 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 25 19:53:28 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Sep 25 19:54:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3ac7c6
x11-misc/fracplanet: treeclean Closes: https://bugs.gentoo.org/961889 (pkgremoved) Closes: https://bugs.gentoo.org/960823 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 5 --- x11-misc/fracplanet/Manifest | 1 - .../fracplanet/files/fracplanet-0.5.1-musl.patch | 12 ------ x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 48 ---------------------- x11-misc/fracplanet/metadata.xml | 8 ---- 5 files changed, 74 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index e042e6cbd342..5f95a907b416 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -209,11 +209,6 @@ app-misc/glastree # porting effort. Bugs #953885, #955828, #957574. Removal on 2025-09-26. sci-calculators/speedcrunch -# Arthur Zamarin <[email protected]> (2025-08-22) -# maintainer-needed, depends on Qt5, no upstream activity since 2017. -# Removal on 2025-09-21. Bugs #961889, #960823. -x11-misc/fracplanet - # James Le Cuirot <[email protected]> (2025-08-21) # The required Direct3D 9 feature is being dropped from Mesa. Use DXVK or # WineD3D instead. Removal on 2025-09-21. diff --git a/x11-misc/fracplanet/Manifest b/x11-misc/fracplanet/Manifest deleted file mode 100644 index d0af0f249e96..000000000000 --- a/x11-misc/fracplanet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fracplanet-0.5.1.tar.gz 111911 BLAKE2B 81f5986bdf7a0ddc1a7ef8fd08bf07fbc23ae38ac1cdc452de6696354d291205cb1183d16c3a7fa8bfb250158229d84d94f3c24dafa09d20518fb5d19b31471f SHA512 40aeb6c33c2cb3403cc85193319a63bdc90637110c8bb40d9b0f4bd816a80018ca1cf81296337fc5a13fac583d7864adfde8d22dcc3a3cd65314c34ec63b508e diff --git a/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch b/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch deleted file mode 100644 index ddd64f4a386d..000000000000 --- a/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/common.h -+++ b/common.h -@@ -44,6 +44,9 @@ - #include <boost/scoped_array.hpp> - #include <boost/scoped_ptr.hpp> - -+#ifndef __STRING -+#define __STRING(x) #x -+#endif - #define stringify(S) __STRING(S) - - typedef unsigned int uint; diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild deleted file mode 100644 index 3c2f4e2c9752..000000000000 --- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -DESCRIPTION="Fractal planet and terrain generator" -HOMEPAGE="https://sourceforge.net/projects/fracplanet/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="dev-libs/libxslt" -RDEPEND=" - dev-libs/boost:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5[-gles2-only] - dev-qt/qtwidgets:5 - virtual/glu - virtual/opengl -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.5.1-musl.patch -) - -HTML_DOCS=( fracplanet.{htm,css} ) - -src_configure() { - eqmake5 fracplanet.pro -} - -src_compile() { - xsltproc -stringparam version ${PV} -html htm_to_qml.xsl fracplanet.htm \ - | sed 's/"/\\"/g' | sed 's/^/"/g' | sed 's/$/\\n"/g'> usage_text.h || die - default -} - -src_install() { - dobin ${PN} - doman man/man1/${PN}.1 - einstalldocs -} diff --git a/x11-misc/fracplanet/metadata.xml b/x11-misc/fracplanet/metadata.xml deleted file mode 100644 index 8f0127c39cb8..000000000000 --- a/x11-misc/fracplanet/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">fracplanet</remote-id> - </upstream> -</pkgmetadata>
