public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/
Date: Fri, 29 Apr 2022 10:21:51 +0000 (UTC)	[thread overview]
Message-ID: <1651227654.fd4488775f63fa361ad0e860c845300326e9eeec.sam@gentoo> (raw)

commit:     fd4488775f63fa361ad0e860c845300326e9eeec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 09:45:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 10:20:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd448877

media-gfx/mandelbulber: drop 2.12-r1, 2.26

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/mandelbulber/Manifest                    |  1 -
 media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild | 82 -------------------
 media-gfx/mandelbulber/mandelbulber-2.26.ebuild    | 93 ----------------------
 3 files changed, 176 deletions(-)

diff --git a/media-gfx/mandelbulber/Manifest b/media-gfx/mandelbulber/Manifest
index 5814dad8fe2d..31dfa04ea113 100644
--- a/media-gfx/mandelbulber/Manifest
+++ b/media-gfx/mandelbulber/Manifest
@@ -1,2 +1 @@
-DIST mandelbulber2-2.12-1.tar.gz 47092910 BLAKE2B 1e5ca64a4819052882bc7cdc047c6d755046f2ceebcf7b26db41511fde219aa523a3c6884f0667aed1365104c4502a6e6b1b2d7d40a4a024fdb5051d5ac13cd2 SHA512 5dc8dcaa45bc8747024ed16379cc4d622535099c925abf3c2aa01c0338fe8c1f272e6113b6bf28da6a4bb087e6d6e6a4c6634feca993d2c89f12b79582ff271c
 DIST mandelbulber2-2.26.tar.gz 113563064 BLAKE2B 6fd333a42f5e4b106b950079277ff1bb6cc2395382e12ea37424df137ed11cf5fb103185b325d9615bd890404fe596133644a5cdd3911140eabb2f8c0c1d0e14 SHA512 cc547cab6e2b672a35be5d3d214ad3b292eaf1b3b06daf12cecce0f69e612fcfb4123cd837fd87003eea3103086947639fd04cae4b0ed7cd231d78e5d775e299

diff --git a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild
deleted file mode 100644
index ae92b8fde4b8..000000000000
--- a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}2-${PV}-1"
-inherit desktop qmake-utils xdg-utils
-
-DESCRIPTION="Tool to render 3D fractals"
-HOMEPAGE="https://www.mandelbulber.com"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="CC-BY-4.0 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opencl openexr sndfile tiff"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	dev-libs/lzo
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5
-	dev-qt/qttest:5
-	dev-qt/qtwidgets:5
-	media-libs/libpng:0=
-	sci-libs/gsl:=
-	opencl? ( virtual/opencl )
-	openexr? (
-		media-libs/ilmbase:=
-		media-libs/openexr:=
-	)
-	sndfile? ( media-libs/libsndfile )
-	tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${RDEPEND}
-	dev-qt/designer:5
-"
-
-src_prepare() {
-	default
-
-	# not packaged yet, but may be in the future
-	sed -i -e "s/qtHaveModule(gamepad)/false/" makefiles/common.pri || die
-
-	use openexr || sed -i -e "s/packagesExist(IlmBase)/false/" makefiles/common.pri || die
-	use sndfile || sed -i -e "s/packagesExist(sndfile)/false/" makefiles/common.pri || die
-	use tiff || sed -i -e "s/packagesExist(libtiff-4)/false/" makefiles/common.pri || die
-}
-
-src_configure() {
-	if use opencl; then
-		eqmake5 makefiles/${PN}-opencl.pro
-	else
-		eqmake5 makefiles/${PN}.pro
-	fi
-}
-
-src_install() {
-	dobin ${PN}2
-
-	dodoc README NEWS usr/share/doc/${PN}2/Mandelbulber_Manual.pdf
-
-	insinto /usr/share/${PN}2
-	doins -r usr/share/${PN}2/*
-
-	domenu ${PN}2.desktop
-
-	newicon -s 256 qt/icons/${PN}.png ${PN}2.png
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
deleted file mode 100644
index 4995aa764c60..000000000000
--- a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="${PN}2-${PV}"
-inherit desktop qmake-utils toolchain-funcs xdg-utils
-
-DESCRIPTION="Tool to render 3D fractals"
-HOMEPAGE="https://www.mandelbulber.com"
-SRC_URI="https://github.com/buddhi1980/${PN}2/releases/download/${PV}/${MY_P}.tar.gz mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="CC-BY-4.0 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="joystick opencl openexr sndfile tiff"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	dev-libs/lzo
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5
-	dev-qt/qttest:5
-	dev-qt/qtwidgets:5
-	media-libs/libpng:0=
-	sci-libs/gsl:=
-	joystick? ( dev-qt/qtgamepad:5 )
-	opencl? (
-		dev-libs/clhpp
-		virtual/opencl
-	)
-	openexr? (
-		media-libs/ilmbase:=
-		media-libs/openexr:=
-	)
-	sndfile? ( media-libs/libsndfile )
-	tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${RDEPEND}
-	dev-qt/designer:5
-"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_pretend() {
-	[[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-pkg_setup() {
-	[[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-src_prepare() {
-	default
-
-	use joystick || sed -i -e "s/qtHaveModule(gamepad)/false/" makefiles/common.pri || die
-	use openexr || sed -i -e "s/packagesExist(IlmBase)/false/" makefiles/common.pri || die
-	use sndfile || sed -i -e "s/packagesExist(sndfile)/false/" makefiles/common.pri || die
-	use tiff || sed -i -e "s/packagesExist(libtiff-4)/false/" makefiles/common.pri || die
-}
-
-src_configure() {
-	if use opencl; then
-		eqmake5 makefiles/${PN}-opencl.pro
-	else
-		eqmake5 makefiles/${PN}.pro
-	fi
-}
-
-src_install() {
-	dobin ${PN}2
-
-	dodoc README NEWS usr/share/doc/${PN}2/Mandelbulber_Manual.pdf
-
-	insinto /usr/share/${PN}2
-	doins -r usr/share/${PN}2/*
-
-	domenu ${PN}2.desktop
-
-	newicon -s 256 qt/icons/${PN}.png ${PN}2.png
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


             reply	other threads:[~2022-04-29 10:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29 10:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 18:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/ Andreas Sturmlechner
2024-12-31 18:02 Andreas Sturmlechner
2024-10-04 21:40 Andreas Sturmlechner
2024-06-30 12:41 Conrad Kostecki
2024-06-30  0:00 Conrad Kostecki
2022-07-18 13:19 Sam James
2021-10-06  3:34 Sam James
2021-10-06  3:34 Sam James
2021-10-06  3:34 Sam James
2021-10-06  3:34 Sam James
2020-05-21 19:45 Andreas Sturmlechner
2018-02-11  9:25 Michael Palimaka
2018-02-11  0:59 Michael Palimaka
2018-02-10 11:23 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=1651227654.fd4488775f63fa361ad0e860c845300326e9eeec.sam@gentoo \
    --to=sam@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