public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/, x11-misc/fraqtive/files/
Date: Fri, 20 Sep 2024 11:17:44 +0000 (UTC)	[thread overview]
Message-ID: <1726831017.8adf3555fd2c2e1f3b71f43f50240291ac297fe8.arkamar@gentoo> (raw)

commit:     8adf3555fd2c2e1f3b71f43f50240291ac297fe8
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 11:16:57 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 11:16:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adf3555

x11-misc/fraqtive: drop 0.4.8-r2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 x11-misc/fraqtive/Manifest                         |  1 -
 .../fraqtive/files/fraqtive-0.4.8-qt-5.15.patch    | 39 ---------------
 .../files/fraqtive-0.4.8-qt-includes.patch         | 24 ----------
 x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild         | 55 ----------------------
 4 files changed, 119 deletions(-)

diff --git a/x11-misc/fraqtive/Manifest b/x11-misc/fraqtive/Manifest
index ae656c25fbcf..c9fd887003ba 100644
--- a/x11-misc/fraqtive/Manifest
+++ b/x11-misc/fraqtive/Manifest
@@ -1,2 +1 @@
 DIST fraqtive-0.4.8.1.tar.gz 291381 BLAKE2B a5f93d42767c35ff7e27c87e89133a1c9d045acbb8b59c87799c5b838361aaba47af6ef001914f29eb27e2830ec3bdebe36111c1ae65e1f18a219367d168397c SHA512 d08659305dcc698a1fd0a81a833e4ffb8bc6496f7a95d7908d9f64ba1b51f9585be9b51ff44a15ca3a051d478ba0e04803f16cfd9abc56f426c8aa2f3e094c80
-DIST fraqtive-0.4.8.tar.bz2 260484 BLAKE2B 0bbbd983af324c38fb73db043e808de6cbf8e3e39073163b748215a2a3a374e53e4118b7fb0993685d3eef4ef6b65afcc51c5a7d23f4ab91ffc2dfd41305171d SHA512 8b4be81dd14fe086dbcffda123395ccb30a197e7762e590bc3ab7dc1d0aafb44dc45e1445e2f83198a0c1f4b9ea0d54a7de1989c3b85c0f2e5f474a67255d942

diff --git a/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch b/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch
deleted file mode 100644
index 63c281757096..000000000000
--- a/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 34963f986f64d98b6ef82757ca07159a6a059763 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sun, 21 Jun 2020 13:21:15 +0200
-Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include)
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- src/datafunctions.cpp | 2 ++
- src/shadewidget.cpp   | 1 +
- 2 files changed, 3 insertions(+)
-
-diff --git a/src/datafunctions.cpp b/src/datafunctions.cpp
-index 3ec1af9..9369299 100644
---- a/src/datafunctions.cpp
-+++ b/src/datafunctions.cpp
-@@ -19,6 +19,8 @@
- #include "datafunctions.h"
- #include "fractaldata.h"
- 
-+#include <QPainterPath>
-+
- namespace DataFunctions
- {
- 
-diff --git a/src/shadewidget.cpp b/src/shadewidget.cpp
-index 1494b37..3da5c05 100644
---- a/src/shadewidget.cpp
-+++ b/src/shadewidget.cpp
-@@ -19,6 +19,7 @@
- #include "shadewidget.h"
- 
- #include <QPainter>
-+#include <QPainterPath>
- #include <QPaintEvent>
- #include <QToolTip>
- 
--- 
-2.27.0
-

diff --git a/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-includes.patch b/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-includes.patch
deleted file mode 100644
index de31d9c37ec2..000000000000
--- a/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-includes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Add missing Qt includes.
-
-Bug: https://bugs.gentoo.org/563574
-
---- a/src/configurationdata.cpp
-+++ b/src/configurationdata.cpp
-@@ -25,6 +25,7 @@
- #include <shlobj.h>
- #endif
- 
-+#include <QDataStream>
- #include <QDir>
- #include <cstdlib>
- 
---- a/src/fractalgenerator.h
-+++ b/src/fractalgenerator.h
-@@ -21,6 +21,7 @@
- 
- #include <QEvent>
- #include <QMutex>
-+#include <QObject>
- #include <QWaitCondition>
- 
- #include "abstractjobprovider.h"

diff --git a/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
deleted file mode 100644
index afb5f4538267..000000000000
--- a/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-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}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-qt-includes.patch"
-	"${FILESDIR}/${P}-qt-5.15.patch"
-)
-
-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
-	echo "PREFIX = ${EPREFIX}/usr" >> config.pri
-	# Don't strip wrt #252096
-	echo "QMAKE_STRIP =" >> config.pri
-
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}


             reply	other threads:[~2024-09-20 11:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-20 11:17 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-24  6:13 [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/, x11-misc/fraqtive/files/ Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1726831017.8adf3555fd2c2e1f3b71f43f50240291ac297fe8.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox