diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-22 17:41:32 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-22 17:41:32 +0000 |
commit | 8845752c864bb36e5a2fca16b0a9a6b718aa1b83 (patch) | |
tree | 0988a650dc33631ef0abe0ba4c44692b2d27c913 /sci-visualization/zhu3d | |
parent | stable sparc, bug 293502 (diff) | |
download | gentoo-2-8845752c864bb36e5a2fca16b0a9a6b718aa1b83.tar.gz gentoo-2-8845752c864bb36e5a2fca16b0a9a6b718aa1b83.tar.bz2 gentoo-2-8845752c864bb36e5a2fca16b0a9a6b718aa1b83.zip |
Removed old
(Portage version: 2.2_rc50/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.0.ebuild | 51 |
2 files changed, 4 insertions, 52 deletions
diff --git a/sci-visualization/zhu3d/ChangeLog b/sci-visualization/zhu3d/ChangeLog index d0ceaa249fd6..771d7fac65fb 100644 --- a/sci-visualization/zhu3d/ChangeLog +++ b/sci-visualization/zhu3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/zhu3d # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/ChangeLog,v 1.13 2009/10/06 17:49:26 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/ChangeLog,v 1.14 2009/11/22 17:41:32 bicatali Exp $ + + 22 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> -zhu3d-4.2.0.ebuild: + Removed old 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> zhu3d-4.2.0.ebuild, zhu3d-4.2.2.ebuild: diff --git a/sci-visualization/zhu3d/zhu3d-4.2.0.ebuild b/sci-visualization/zhu3d/zhu3d-4.2.0.ebuild deleted file mode 100644 index de73c3f752ac..000000000000 --- a/sci-visualization/zhu3d/zhu3d-4.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/zhu3d/zhu3d-4.2.0.ebuild,v 1.2 2009/10/06 17:49:26 ayoy 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}.tar.gz" - -IUSE="" - -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - virtual/glu" -DEPEND="${RDEPEND}" - -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" -} - -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" -} |