summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-21 10:16:11 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-21 10:16:11 +0000
commit7d824bfd923f754a6bd68ea63fb187081ca99577 (patch)
treef8f8c37c16370adae7602d5d8fefeffb96f68a57 /sci-visualization
parentx86 stable wrt bug #414059 (diff)
downloadhistorical-7d824bfd923f754a6bd68ea63fb187081ca99577.tar.gz
historical-7d824bfd923f754a6bd68ea63fb187081ca99577.tar.bz2
historical-7d824bfd923f754a6bd68ea63fb187081ca99577.zip
Remove old wrt bug #311481.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/xyscan/ChangeLog6
-rw-r--r--sci-visualization/xyscan/xyscan-3.2.1.ebuild42
-rw-r--r--sci-visualization/xyscan/xyscan-3.2.2.ebuild42
-rw-r--r--sci-visualization/xyscan/xyscan-3.3.0.ebuild38
-rw-r--r--sci-visualization/zhu3d/ChangeLog5
-rw-r--r--sci-visualization/zhu3d/zhu3d-4.2.2.ebuild53
6 files changed, 9 insertions, 177 deletions
diff --git a/sci-visualization/xyscan/ChangeLog b/sci-visualization/xyscan/ChangeLog
index c955f6af9508..847d2103e684 100644
--- a/sci-visualization/xyscan/ChangeLog
+++ b/sci-visualization/xyscan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/xyscan
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.14 2012/05/21 10:05:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.15 2012/05/21 10:16:11 johu Exp $
+
+ 21 May 2012; Johannes Huber <johu@gentoo.org> -xyscan-3.2.1.ebuild,
+ -xyscan-3.2.2.ebuild, -xyscan-3.3.0.ebuild:
+ Remove old wrt bug #311481.
21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xyscan-3.3.1.ebuild:
x86 stable wrt bug #414011
diff --git a/sci-visualization/xyscan/xyscan-3.2.1.ebuild b/sci-visualization/xyscan/xyscan-3.2.1.ebuild
deleted file mode 100644
index 51f0f180db46..000000000000
--- a/sci-visualization/xyscan/xyscan-3.2.1.ebuild
+++ /dev/null
@@ -1,42 +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/xyscan/xyscan-3.2.1.ebuild,v 1.5 2010/05/22 14:09:17 pacho Exp $
-
-EAPI=2
-inherit eutils qt4 versionator
-
-MY_PV=$(replace_version_separator 2 '')
-
-DESCRIPTION="Tool for extracting data points from graphs"
-HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
-SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i \
- -e "s:qApp->applicationDirPath() + \"/../docs\":\"/usr/share/doc/${PF}/html\":" \
- xyscanWindow.cpp || die "Failed to fix docs path"
- rm -f moc_xyscanAbout.cpp moc_xyscanHelpBrowser.cpp moc_xyscanWindow.cpp
-}
-
-src_configure() {
- eqmake4 xyscan.pro
-}
-
-src_install() {
- exeinto /usr/bin
- doexe xyscan || die "Failed to install xyscan"
- insinto /usr/share/doc/${PF}/html
- doins -r docs/* || die "Failed to install docs"
- newicon images/xyscanIcon.png xyscan.png
- make_desktop_entry xyscan "xyscan data point extractor"
-}
diff --git a/sci-visualization/xyscan/xyscan-3.2.2.ebuild b/sci-visualization/xyscan/xyscan-3.2.2.ebuild
deleted file mode 100644
index a19f86d2b0fe..000000000000
--- a/sci-visualization/xyscan/xyscan-3.2.2.ebuild
+++ /dev/null
@@ -1,42 +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/xyscan/xyscan-3.2.2.ebuild,v 1.1 2010/04/12 17:10:37 bicatali Exp $
-
-EAPI=2
-inherit eutils qt4 versionator
-
-MY_PV=$(replace_version_separator 2 '')
-
-DESCRIPTION="Tool for extracting data points from graphs"
-HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
-SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${PN}-${MY_PV}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i \
- -e "s:qApp->applicationDirPath() + \"/../docs\":\"/usr/share/doc/${PF}/html\":" \
- xyscanWindow.cpp || die "Failed to fix docs path"
- rm -f moc_xyscanAbout.cpp moc_xyscanHelpBrowser.cpp moc_xyscanWindow.cpp
-}
-
-src_configure() {
- eqmake4 xyscan.pro
-}
-
-src_install() {
- exeinto /usr/bin
- doexe xyscan || die "Failed to install xyscan"
- insinto /usr/share/doc/${PF}/html
- doins -r docs/* || die "Failed to install docs"
- newicon images/xyscanIcon.png xyscan.png
- make_desktop_entry xyscan "xyscan data point extractor"
-}
diff --git a/sci-visualization/xyscan/xyscan-3.3.0.ebuild b/sci-visualization/xyscan/xyscan-3.3.0.ebuild
deleted file mode 100644
index 1c877cb303ef..000000000000
--- a/sci-visualization/xyscan/xyscan-3.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.0.ebuild,v 1.1 2011/01/15 19:52:38 bicatali Exp $
-
-EAPI=3
-inherit eutils qt4-r2 versionator
-
-MY_PV=$(replace_version_separator 2 '')
-
-DESCRIPTION="Tool for extracting data points from graphs"
-HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
-SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${PN}-${MY_PV}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i \
- -e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
- xyscanWindow.cpp || die "Failed to fix docs path"
- rm -f moc_xyscanAbout.cpp moc_xyscanHelpBrowser.cpp moc_xyscanWindow.cpp
-}
-
-src_install() {
- exeinto /usr/bin
- doexe xyscan || die "Failed to install xyscan"
- insinto /usr/share/doc/${PF}/html
- doins -r docs/* || die "Failed to install docs"
- newicon images/xyscanIcon.png xyscan.png
- make_desktop_entry xyscan "xyscan data point extractor"
-}
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"
-}