diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-04-08 08:53:46 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-04-08 08:53:46 +0000 |
commit | fd21430dedaba4bb00e152f7ec1fe976f43f93bb (patch) | |
tree | 9fbc45d96e1cdbbf31fd8bec56a8b9eebc14d4ce /sci-visualization/qtiplot | |
parent | Initial import (and bump) to the main tree from the science overlay (diff) | |
download | historical-fd21430dedaba4bb00e152f7ec1fe976f43f93bb.tar.gz historical-fd21430dedaba4bb00e152f7ec1fe976f43f93bb.tar.bz2 historical-fd21430dedaba4bb00e152f7ec1fe976f43f93bb.zip |
Removed old versions
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization/qtiplot')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.8.5.ebuild | 44 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild | 132 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.7.3.ebuild | 136 |
4 files changed, 5 insertions, 313 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 5d7eed5877af..4eef78b07a22 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.40 2009/04/06 15:20:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.41 2009/04/08 08:53:46 bicatali Exp $ + + 08 Apr 2009; SĂ©bastien Fabbro <bicatali@gentoo.org> + -qtiplot-0.8.5.ebuild, -qtiplot-0.9.7.2.ebuild, -qtiplot-0.9.7.3.ebuild: + Removed old versions 06 Apr 2009; Brent Baude <ranger@gentoo.org> qtiplot-0.9.7.4.ebuild: Marking qtiplot-0.9.7.4 ~ppc for bug 215830 diff --git a/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild b/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild deleted file mode 100644 index 0d6ef5faba8b..000000000000 --- a/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild,v 1.4 2008/07/27 22:23:40 carlo Exp $ - -EAPI=1 - -inherit eutils multilib qt3 - -DESCRIPTION="Qt based clone of the Origin plotting package" -HOMEPAGE="http://soft.proindependent.com/qtiplot.html" -SRC_URI="http://soft.proindependent.com/src/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="bindist" - -DEPEND="x11-libs/qt:3 - =x11-libs/qwt-4* - <x11-libs/qwtplot3d-0.2.7 - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 ) - >=sys-libs/zlib-1.2.3" - -S=${WORKDIR}/${P}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - mv "${PN}.pro" "${PN}.pro.orig" - tr -d '\r' < "${PN}.pro.orig" | sed -e '/^win32:/d' -e 's/^unix://' > "${PN}.pro" - epatch "${FILESDIR}/${P}-qmake.patch" - sed -i -e "s|_LIBDIR_|/usr/$(get_libdir)|" ${PN}.pro || die "sed failed." -} - -src_compile() { - ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake ${PN}.pro || die 'qmake failed.' - emake || die 'emake failed.' -} - -src_install() { - make_desktop_entry qtiplot qtiplot qtiplot Graphics - dobin qtiplot || die 'Binary installation failed.' -} diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild deleted file mode 100644 index e56849d98f00..000000000000 --- a/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.3 2008/10/13 22:26:32 bicatali Exp $ - -EAPI="1" -inherit eutils multilib qt4 fdo-mime python - -DESCRIPTION="Qt based clone of the Origin plotting package" -HOMEPAGE="http://soft.proindependent.com/qtiplot.html" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2 - doc? ( mirror://gentoo/${PN}-0.9.7-manual-en.tar.bz2 )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="python doc bindist" - -LANGS="de es fr ja ru sv" -for l in ${LANGS}; do - IUSE="${IUSE} linguas_${l}" -done - -CDEPEND=">=x11-libs/qwt-5.1 - >=x11-libs/qwtplot3d-0.2.7 - x11-libs/qt-gui:4 - x11-libs/qt-qt3support:4 - x11-libs/qt-assistant:4 - >=dev-cpp/muParser-1.28 - >=dev-libs/boost-1.35.0 - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 )" - -DEPEND="${CDEPEND} - dev-util/pkgconfig - python? ( >=dev-python/sip-4.5.2 )" - -RDEPEND="${CDEPEND} - python? ( >=dev-lang/python-2.5 - dev-python/PyQt4 - dev-python/pygsl - sci-libs/scipy )" - -QT4_BUILT_WITH_USE_CHECK="qt3support" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-pro.patch - epatch "${FILESDIR}"/${PN}-0.9.6.2-fitplugins.patch - epatch "${FILESDIR}"/${PN}-0.9.7-gcc4.3.patch - epatch "${FILESDIR}"/${P}-liborigin-gcc4.3.patch - - sed -i \ - -e '/manual/d'\ - -e '/3rd/d' \ - qtiplot.pro || die "sed qtiplot.pro failed" - - python_version - - sed -i \ - -e '/manual/d' \ - -e "s:doc/${PN}:doc/${PF}:" \ - -e "s:local/${PN}:$(get_libdir)/python${PYVER}/site-packages:" \ - qtiplot/qtiplot.pro || die " sed for qtiplot/qtiplot.pro failed" - - if ! use python; then - sed -i \ - -e '/^SCRIPTING_LANGS += Python/d' \ - -e '/sipcmd/d' \ - qtiplot/qtiplot.pro || die "sed for python option failed" - fi - - # the lib$$suff did not work in the fitRational*.pro files - sed -i \ - -e "s|/usr/lib\$\${libsuff}|/usr/$(get_libdir)|g" \ - fitPlugins/fit*/fitRational*.pro \ - || die "sed fitRational* failed" - - for l in ${LANGS}; do - if ! use linguas_${l}; then - sed -i \ - -e "s:translations/qtiplot_${l}.ts::" \ - -e "s:translations/qtiplot_${l}.qm::" \ - qtiplot/qtiplot.pro || die - fi - done -} - -src_compile() { - eqmake4 || die "eqmake4 failed" - emake || die "emake failed" -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die 'emake install failed' - rm -f "${D}"/usr/share/${PN}/translations/*.ts - use python && chmod -x "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/qti_wordlist.txt - - newicon qtiplot_logo.png qtiplot.png - make_desktop_entry qtiplot QtiPlot qtiplot - - if use doc; then - insinto /usr/share/doc/${PF}/html - doins -r "${WORKDIR}"/qtiplot-manual/* \ - || die "install manual failed" - rm -rf "${D}"/usr/share/doc/${PF}/html/*/.svn - fi -} - -pkg_postinst() { - fdo-mime_desktop_database_update - - if use python; then - python_version - python_mod_compile \ - /usr/$(get_libdir)/python${PYVER}/site-packages/qti{plotrc,Util}.py - fi - - if use doc; then - elog "On the first start, do Help -> Choose Help Folder" - elog "and select /usr/share/doc/${PF}/html" - fi -} - -pkg_postrm() { - fdo-mime_desktop_database_update - - if use python; then - python_version - python_mod_cleanup - fi -} diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.3.ebuild deleted file mode 100644 index 07e5a5bdb096..000000000000 --- a/sci-visualization/qtiplot/qtiplot-0.9.7.3.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.3.ebuild,v 1.3 2008/12/18 22:57:38 markusle Exp $ - -EAPI="1" -inherit eutils multilib qt4 fdo-mime python - -DESCRIPTION="Qt based clone of the Origin plotting package" -HOMEPAGE="http://soft.proindependent.com/qtiplot.html" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2 - doc? ( mirror://gentoo/${PN}-0.9.7-manual-en.tar.bz2 )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="python doc bindist" - -LANGS="de es fr ja ru sv" -for l in ${LANGS}; do - IUSE="${IUSE} linguas_${l}" -done - -CDEPEND=">=x11-libs/qwt-5.1 - >=x11-libs/qwtplot3d-0.2.7 - x11-libs/qt-gui:4 - x11-libs/qt-qt3support:4 - x11-libs/qt-assistant:4 - >=dev-cpp/muParser-1.28 - >=dev-libs/boost-1.35.0 - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 )" - -DEPEND="${CDEPEND} - dev-util/pkgconfig - python? ( >=dev-python/sip-4.5.2 )" - -RDEPEND="${CDEPEND} - python? ( >=dev-lang/python-2.5 - dev-python/PyQt4 - dev-python/pygsl - sci-libs/scipy )" - -QT4_BUILT_WITH_USE_CHECK="qt3support" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-pro.patch - epatch "${FILESDIR}"/${P}-qwt3d.patch - epatch "${FILESDIR}"/${PN}-0.9.7-gcc4.3.patch - epatch "${FILESDIR}"/${PN}-0.9.7.2-liborigin-gcc4.3.patch - epatch "${FILESDIR}"/${P}-no-python.patch - epatch "${FILESDIR}"/${P}-sip.patch - - sed -i \ - -e '/manual/d'\ - -e '/3rd/d' \ - qtiplot.pro || die "sed qtiplot.pro failed" - - python_version - - sed -i \ - -e '/manual/d' \ - -e "s:doc/${PN}:doc/${PF}:" \ - -e "s:local/${PN}:$(get_libdir)/python${PYVER}/site-packages:" \ - qtiplot/qtiplot.pro || die " sed for qtiplot/qtiplot.pro failed" - - if ! use python; then - sed -i \ - -e '/^SCRIPTING_LANGS += Python/d' \ - -e '/sipcmd/d' \ - qtiplot/qtiplot.pro || die "sed for python option failed" - fi - - # the lib$$suff did not work in the fitRational*.pro files - pushd fitPlugins >& /dev/null - sed -i \ - -e "s|/usr/lib\$\${libsuff}|/usr/$(get_libdir)|g" \ - fit*/fitRational*.pro exp_saturation/*.pro explin/*.pro \ - || die "sed fitRational* failed" - popd - - for l in ${LANGS}; do - if ! use linguas_${l}; then - sed -i \ - -e "s:translations/qtiplot_${l}.ts::" \ - -e "s:translations/qtiplot_${l}.qm::" \ - qtiplot/qtiplot.pro || die - fi - done -} - -src_compile() { - eqmake4 || die "eqmake4 failed" - emake || die "emake failed" -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die 'emake install failed' - rm -f "${D}"/usr/share/${PN}/translations/*.ts - use python && chmod -x "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/qti_wordlist.txt - - newicon qtiplot_logo.png qtiplot.png - make_desktop_entry qtiplot QtiPlot qtiplot - - if use doc; then - insinto /usr/share/doc/${PF}/html - doins -r "${WORKDIR}"/qtiplot-manual/* \ - || die "install manual failed" - rm -rf "${D}"/usr/share/doc/${PF}/html/*/.svn - fi -} - -pkg_postinst() { - fdo-mime_desktop_database_update - - if use python; then - python_version - python_mod_compile \ - /usr/$(get_libdir)/python${PYVER}/site-packages/qti{plotrc,Util}.py - fi - - if use doc; then - elog "On the first start, do Help -> Choose Help Folder" - elog "and select /usr/share/doc/${PF}/html" - fi -} - -pkg_postrm() { - fdo-mime_desktop_database_update - - if use python; then - python_version - python_mod_cleanup - fi -} |