diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-21 10:11:30 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-21 10:11:30 +0000 |
commit | cba48a57d10ba5d7e4bb1e6754b683ed03821f20 (patch) | |
tree | 177d398fcd85e427e96ccb98572f1a22a466b6c4 /sci-visualization/zhu3d | |
parent | x86 stable wrt bug #415065 (diff) | |
download | gentoo-2-cba48a57d10ba5d7e4bb1e6754b683ed03821f20.tar.gz gentoo-2-cba48a57d10ba5d7e4bb1e6754b683ed03821f20.tar.bz2 gentoo-2-cba48a57d10ba5d7e4bb1e6754b683ed03821f20.zip |
Remove old wrt bug #311481.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/zhu3d')
-rw-r--r-- | sci-visualization/zhu3d/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/zhu3d/zhu3d-4.2.2.ebuild | 53 |
2 files changed, 4 insertions, 54 deletions
diff --git a/sci-visualization/zhu3d/ChangeLog b/sci-visualization/zhu3d/ChangeLog index f8bcc846f541..9d03ab081248 100644 --- a/sci-visualization/zhu3d/ChangeLog +++ b/sci-visualization/zhu3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/zhu3d # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/ChangeLog,v 1.21 2012/05/21 10:05:04 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/ChangeLog,v 1.22 2012/05/21 10:11:30 johu Exp $ + + 21 May 2012; Johannes Huber <johu@gentoo.org> -zhu3d-4.2.2.ebuild: + Remove old wrt bug #311481. 21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> zhu3d-4.2.4.ebuild: x86 stable wrt bug #414009 diff --git a/sci-visualization/zhu3d/zhu3d-4.2.2.ebuild b/sci-visualization/zhu3d/zhu3d-4.2.2.ebuild deleted file mode 100644 index a50836ae1c06..000000000000 --- a/sci-visualization/zhu3d/zhu3d-4.2.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/zhu3d-4.2.2.ebuild,v 1.6 2010/09/16 18:18:35 scarabeus Exp $ - -EAPI=2 - -inherit eutils qt4 - -DESCRIPTION="Interactive 3D mathematical function viewer" -HOMEPAGE="http://sourceforge.net/projects/zhu3d" -LICENSE="GPL-2" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -IUSE="" - -KEYWORDS="amd64 x86" -SLOT="0" - -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - virtual/opengl" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_prepare() { - local datadir=/usr/share/${PN} - sed -i \ - -e "s:^SYSDIR=:SYSDIR=${datadir}/system:" \ - -e "s:^TEXDIR=:TEXDIR=${datadir}/textures:" \ - -e "s:^WORKDIR=:WORKDIR=${datadir}/work:" \ - -e "s:^DOCDIR=:WORKDIR=/usr/share/doc/${PF}/html:" \ - ${PN}.pri || die "sed zhu3d.pri failed" - sed -i -e "/# Optimisation/,/# Include/d" zhu3d.pro || die -} - -src_configure() { - eqmake4 -} - -src_install() { - # not working: emake install INSTALL_ROOT="${D}" || die - dobin zhu3d || die - - dodoc {readme,src/changelog}.txt || die - dohtml doc/* || die - - insinto /usr/share/${PN} - rm -f system/languages/*.ts - doins -r work system || die - - doicon system/icons/${PN}.png || die - make_desktop_entry ${PN} "Zhu3D Function Viewer" ${PN} "Education;Science;Math;Qt" -} |