commit:     093ceba1be749758dc331980ee337e18ab13a172
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 16:03:17 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 20:51:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093ceba1

x11-misc/fraqtive: treeclean

Closes: https://bugs.gentoo.org/953263 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                     |  5 ----
 x11-misc/fraqtive/Manifest                |  1 -
 x11-misc/fraqtive/fraqtive-0.4.8.1.ebuild | 50 -------------------------------
 x11-misc/fraqtive/metadata.xml            |  9 ------
 4 files changed, 65 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6f0ef4a14c9f..8a2176b63cac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -251,11 +251,6 @@ media-gfx/meshlab
 # Removal on 2025-12-27.
 app-i18n/tagainijisho
 
-# Andreas Sturmlechner <[email protected]> (2025-11-27)
-# Unmaintained upstream, depends on Qt5. Bug #953263
-# Removal on 2025-12-27.
-x11-misc/fraqtive
-
 # Sam James <[email protected]> (2025-11-25)
 # Generates session keys with weak (no) randomness. Please re-encrypt
 # any data/messages using this librnp version. <0.18 is fine as is >=0.18.1.

diff --git a/x11-misc/fraqtive/Manifest b/x11-misc/fraqtive/Manifest
deleted file mode 100644
index c9fd887003ba..000000000000
--- a/x11-misc/fraqtive/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fraqtive-0.4.8.1.tar.gz 291381 BLAKE2B 
a5f93d42767c35ff7e27c87e89133a1c9d045acbb8b59c87799c5b838361aaba47af6ef001914f29eb27e2830ec3bdebe36111c1ae65e1f18a219367d168397c
 SHA512 
d08659305dcc698a1fd0a81a833e4ffb8bc6496f7a95d7908d9f64ba1b51f9585be9b51ff44a15ca3a051d478ba0e04803f16cfd9abc56f426c8aa2f3e094c80

diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.1.ebuild 
b/x11-misc/fraqtive/fraqtive-0.4.8.1.ebuild
deleted file mode 100644
index 94004917cc29..000000000000
--- a/x11-misc/fraqtive/fraqtive-0.4.8.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils toolchain-funcs xdg
-
-DESCRIPTION="Open source, multi-platform generator of the Mandelbrot family 
fractals"
-HOMEPAGE="https://fraqtive.mimec.org/ https://github.com/mimecorg/fraqtive";
-SRC_URI="https://github.com/mimecorg/fraqtive/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_x86_sse2"
-
-BDEPEND="
-       virtual/pkgconfig
-"
-DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtopengl:5
-       dev-qt/qtxml:5
-       virtual/glu
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       tc-export PKG_CONFIG
-       sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die
-       local conf="release"
-
-       if use cpu_flags_x86_sse2; then
-               conf="$conf sse2"
-       else
-               conf="$conf no-sse2"
-       fi
-
-       echo "CONFIG += $conf" > config.pri || die
-       echo "PREFIX = ${EPREFIX}/usr" >> config.pri || die
-       # Don't strip wrt #252096
-       echo "QMAKE_STRIP =" >> config.pri || die
-
-       eqmake5
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-}

diff --git a/x11-misc/fraqtive/metadata.xml b/x11-misc/fraqtive/metadata.xml
deleted file mode 100644
index ee82dad00b2a..000000000000
--- a/x11-misc/fraqtive/metadata.xml
+++ /dev/null
@@ -1,9 +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">fraqtive</remote-id>
-               <remote-id type="github">mimecorg/fraqtive</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to