Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/, media-gfx/mandelbulber/files/
Date: Tue, 27 Feb 2018 16:14:20
Message-Id: 1519748011.87b2e40da0525fd89e85597d3b0f54e6c2256843.asturm@gentoo
1 commit: 87b2e40da0525fd89e85597d3b0f54e6c2256843
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 15:39:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 16:13:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b2e40d
7
8 media-gfx/mandelbulber: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-gfx/mandelbulber/Manifest | 1 -
13 .../files/mandelbulber-1.21.1-qa.patch | 30 --------------
14 media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild | 47 ----------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/media-gfx/mandelbulber/Manifest b/media-gfx/mandelbulber/Manifest
18 index c9e2536bcb0..eca3ca3f3ad 100644
19 --- a/media-gfx/mandelbulber/Manifest
20 +++ b/media-gfx/mandelbulber/Manifest
21 @@ -1,2 +1 @@
22 -DIST mandelbulber1.21-1.orig.tar.gz 1076836 BLAKE2B 6cb17351d8070abb092faa48a2254c76af40cd95942e8ecb46f3fd651423b5e8be8555906c946fb5b28024f23015680abce2f92adc33a742fadea8c0e10c6fac SHA512 caaa27a4aa67e83045e9cfc84593770d26d0b12d44e6f37f1f37e04eb62f7d2038c07d82541eca2ef8c64c787bae2fac9c487f69c98936310946f27c07760ce3
23 DIST mandelbulber2-2.12-1.tar.gz 47092910 BLAKE2B 1e5ca64a4819052882bc7cdc047c6d755046f2ceebcf7b26db41511fde219aa523a3c6884f0667aed1365104c4502a6e6b1b2d7d40a4a024fdb5051d5ac13cd2 SHA512 5dc8dcaa45bc8747024ed16379cc4d622535099c925abf3c2aa01c0338fe8c1f272e6113b6bf28da6a4bb087e6d6e6a4c6634feca993d2c89f12b79582ff271c
24
25 diff --git a/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch b/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch
26 deleted file mode 100644
27 index 6fea9525cfe..00000000000
28 --- a/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 ---- mandelbulber1.21-1.orig/makefiles/makefile
32 -+++ mandelbulber1.21-1.orig/makefiles/makefile
33 -@@ -5,6 +5,7 @@
34 - -include ../makefile.init
35 -
36 - RM := rm -rf
37 -+CXX ?= g++
38 -
39 - # All of the sources participating in the build are defined here
40 - -include sources.mk
41 -@@ -44,7 +45,7 @@
42 - mandelbulber: $(OBJS) $(USER_OBJS)
43 - @echo 'Building target: $@'
44 - @echo 'Invoking: GCC C++ Linker'
45 -- g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(OBJS) $(USER_OBJS) $(LIBS)
46 -+ $(CXX) -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(OBJS) $(USER_OBJS) $(LIBS)
47 - @echo 'Finished building target: $@'
48 - @echo ' '
49 -
50 ---- mandelbulber1.21-1.orig/makefiles/src/subdir.mk
51 -+++ mandelbulber1.21-1.orig/makefiles/src/subdir.mk
52 -@@ -71,7 +71,7 @@
53 - src/%.o: ../src/%.cpp
54 - @echo 'Building file: $<'
55 - @echo 'Invoking: GCC C++ Compiler'
56 -- g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" $(CXXFLAGS) $(CPPFLAGS) -o"$@" "$<"
57 -+ $(CXX) -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" $(CXXFLAGS) $(CPPFLAGS) -o"$@" "$<"
58 - @echo 'Finished building: $<'
59 - @echo ' '
60 -
61
62 diff --git a/media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild b/media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild
63 deleted file mode 100644
64 index 070f34fc6d4..00000000000
65 --- a/media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild
66 +++ /dev/null
67 @@ -1,47 +0,0 @@
68 -# Copyright 1999-2014 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -inherit eutils toolchain-funcs versionator
73 -
74 -MY_P=${PN}$(replace_version_separator 2 '-' ).orig
75 -
76 -DESCRIPTION="Tool to render 3D fractals"
77 -HOMEPAGE="https://sites.google.com/site/mandelbulber/home"
78 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
79 -
80 -LICENSE="GPL-3"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -
85 -RDEPEND="x11-libs/gtk+:2
86 - dev-libs/glib:2
87 - >=media-libs/libpng-1.4:0=
88 - virtual/jpeg"
89 -DEPEND="${RDEPEND}
90 - virtual/pkgconfig"
91 -
92 -S=${WORKDIR}/${MY_P}
93 -
94 -src_prepare() {
95 - epatch "${FILESDIR}"/${P}-qa.patch
96 -}
97 -
98 -src_compile() {
99 - emake CXX="$(tc-getCXX)" -C makefiles all
100 -}
101 -
102 -src_install() {
103 - dobin makefiles/${PN}
104 - dodoc README NEWS
105 - insinto /usr/share/${PN}
106 - doins -r usr/share/*
107 - domenu ${PN}.desktop
108 -}
109 -
110 -pkg_postinst() {
111 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
112 - elog "Before you run ${PN} please copy /usr/share/${PN}/* to \${HOME}/.${PN}"
113 - fi
114 -}