commit:     87b2e40da0525fd89e85597d3b0f54e6c2256843
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 15:39:00 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 16:13:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b2e40d

media-gfx/mandelbulber: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/mandelbulber/Manifest                    |  1 -
 .../files/mandelbulber-1.21.1-qa.patch             | 30 --------------
 media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild  | 47 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/media-gfx/mandelbulber/Manifest b/media-gfx/mandelbulber/Manifest
index c9e2536bcb0..eca3ca3f3ad 100644
--- a/media-gfx/mandelbulber/Manifest
+++ b/media-gfx/mandelbulber/Manifest
@@ -1,2 +1 @@
-DIST mandelbulber1.21-1.orig.tar.gz 1076836 BLAKE2B 
6cb17351d8070abb092faa48a2254c76af40cd95942e8ecb46f3fd651423b5e8be8555906c946fb5b28024f23015680abce2f92adc33a742fadea8c0e10c6fac
 SHA512 
caaa27a4aa67e83045e9cfc84593770d26d0b12d44e6f37f1f37e04eb62f7d2038c07d82541eca2ef8c64c787bae2fac9c487f69c98936310946f27c07760ce3
 DIST mandelbulber2-2.12-1.tar.gz 47092910 BLAKE2B 
1e5ca64a4819052882bc7cdc047c6d755046f2ceebcf7b26db41511fde219aa523a3c6884f0667aed1365104c4502a6e6b1b2d7d40a4a024fdb5051d5ac13cd2
 SHA512 
5dc8dcaa45bc8747024ed16379cc4d622535099c925abf3c2aa01c0338fe8c1f272e6113b6bf28da6a4bb087e6d6e6a4c6634feca993d2c89f12b79582ff271c

diff --git a/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch 
b/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch
deleted file mode 100644
index 6fea9525cfe..00000000000
--- a/media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- mandelbulber1.21-1.orig/makefiles/makefile
-+++ mandelbulber1.21-1.orig/makefiles/makefile
-@@ -5,6 +5,7 @@
- -include ../makefile.init
- 
- RM := rm -rf
-+CXX ?= g++
- 
- # All of the sources participating in the build are defined here
- -include sources.mk
-@@ -44,7 +45,7 @@
- mandelbulber: $(OBJS) $(USER_OBJS)
-       @echo 'Building target: $@'
-       @echo 'Invoking: GCC C++ Linker'
--      g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(CXXFLAGS) 
$(CPPFLAGS) $(LDFLAGS) $(OBJS) $(USER_OBJS) $(LIBS)
-+      $(CXX) -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(CXXFLAGS) 
$(CPPFLAGS) $(LDFLAGS) $(OBJS) $(USER_OBJS) $(LIBS)
-       @echo 'Finished building target: $@'
-       @echo ' '
- 
---- mandelbulber1.21-1.orig/makefiles/src/subdir.mk
-+++ mandelbulber1.21-1.orig/makefiles/src/subdir.mk
-@@ -71,7 +71,7 @@
- src/%.o: ../src/%.cpp
-       @echo 'Building file: $<'
-       @echo 'Invoking: GCC C++ Compiler'
--      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"$@" "$<"
-+      $(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"$@" "$<"
-       @echo 'Finished building: $<'
-       @echo ' '
- 

diff --git a/media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild 
b/media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild
deleted file mode 100644
index 070f34fc6d4..00000000000
--- a/media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs versionator
-
-MY_P=${PN}$(replace_version_separator 2 '-' ).orig
-
-DESCRIPTION="Tool to render 3D fractals"
-HOMEPAGE="https://sites.google.com/site/mandelbulber/home";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-       dev-libs/glib:2
-       >=media-libs/libpng-1.4:0=
-       virtual/jpeg"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-qa.patch
-}
-
-src_compile() {
-       emake CXX="$(tc-getCXX)" -C makefiles all
-}
-
-src_install() {
-       dobin makefiles/${PN}
-       dodoc README NEWS
-       insinto /usr/share/${PN}
-       doins -r usr/share/*
-       domenu ${PN}.desktop
-}
-
-pkg_postinst() {
-       if [[ -z "${REPLACING_VERSIONS}" ]]; then
-               elog "Before you run ${PN} please copy /usr/share/${PN}/* to 
\${HOME}/.${PN}"
-       fi
-}

Reply via email to