diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-03-01 13:17:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-03-01 13:17:15 +0000 |
commit | 196b1efafdfc41cd2efdeff013ffaed455db62f1 (patch) | |
tree | bbc122c756bdea8fd4cf155e206515694ca6a1cd /sci-visualization | |
parent | using corefonts instead of ttf-bitstream-vera now, wrt bug 335782 (diff) | |
download | gentoo-2-196b1efafdfc41cd2efdeff013ffaed455db62f1.tar.gz gentoo-2-196b1efafdfc41cd2efdeff013ffaed455db62f1.tar.bz2 gentoo-2-196b1efafdfc41cd2efdeff013ffaed455db62f1.zip |
Remove old version with non-solvable deps.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/kst/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/kst/kst-2.0.6.ebuild | 57 |
2 files changed, 4 insertions, 58 deletions
diff --git a/sci-visualization/kst/ChangeLog b/sci-visualization/kst/ChangeLog index 769f53a2403c..5fbef1f65172 100644 --- a/sci-visualization/kst/ChangeLog +++ b/sci-visualization/kst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/kst # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.14 2015/02/28 18:49:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.15 2015/03/01 13:17:15 mgorny Exp $ + + 01 Mar 2015; Michał Górny <mgorny@gentoo.org> -kst-2.0.6.ebuild: + Remove old version with non-solvable deps. 28 Feb 2015; Justin Lecher <jlec@gentoo.org> kst-2.0.7.ebuild, metadata.xml: Fix broken deps diff --git a/sci-visualization/kst/kst-2.0.6.ebuild b/sci-visualization/kst/kst-2.0.6.ebuild deleted file mode 100644 index 9a408956852f..000000000000 --- a/sci-visualization/kst/kst-2.0.6.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild,v 1.5 2013/07/23 14:19:51 kensington Exp $ - -EAPI=4 - -CMAKE_USE_DIR=${S}/cmake - -inherit cmake-utils multilib - -DESCRIPTION="Fast real-time large-dataset viewing and plotting tool for KDE4" -HOMEPAGE="http://kst.kde.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug test" -RESTRICT="test" - -RDEPEND=" - sci-libs/cfitsio - sci-libs/getdata - sci-libs/gsl - sci-libs/netcdf[cxx] - dev-qt/qtcore:4 - || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 ) - dev-qt/qtopengl:4 - dev-qt/qtsvg:4 -" -DEPEND="${RDEPEND} - test? ( dev-qt/qttest:4 ) -" - -DOCS=( AUTHORS ChangeLog ) -PATCHES=( "${FILESDIR}/${PN}-2.0.4-cfitsio-includes.patch" ) - -src_prepare() { - cmake-utils_src_prepare - - # fix desktop file - sed -i -e 's/^Categories=/&Education;/' \ - -e '/^Encoding=/d' \ - src/kst/kst2.desktop || die -} - -src_configure() { - local mycmakeargs=( - -Dkst_install_libdir=$(get_libdir) - -Dkst_pch=OFF - -Dkst_release=$(use debug && echo OFF || echo ON) - -Dkst_rpath=OFF - -Dkst_svnversion=OFF - $(cmake-utils_use test kst_test) - ) - cmake-utils_src_configure -} |