diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-27 16:39:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-27 17:13:31 +0100 |
commit | 87b2e40da0525fd89e85597d3b0f54e6c2256843 (patch) | |
tree | 4c21b5364e47eefed69c44c32c89369b9379de47 /media-gfx | |
parent | media-video/tsmuxer: EAPI 6 (diff) | |
download | gentoo-87b2e40da0525fd89e85597d3b0f54e6c2256843.tar.gz gentoo-87b2e40da0525fd89e85597d3b0f54e6c2256843.tar.bz2 gentoo-87b2e40da0525fd89e85597d3b0f54e6c2256843.zip |
media-gfx/mandelbulber: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/mandelbulber/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/mandelbulber/files/mandelbulber-1.21.1-qa.patch | 30 | ||||
-rw-r--r-- | media-gfx/mandelbulber/mandelbulber-1.21.1.ebuild | 47 |
3 files changed, 0 insertions, 78 deletions
diff --git a/media-gfx/mandelbulber/Manifest b/media-gfx/mandelbulber/Manifest index c9e2536bcb06..eca3ca3f3ade 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 6fea9525cfe1..000000000000 --- 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 070f34fc6d42..000000000000 --- 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 -} |