diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-20 09:09:03 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-20 09:09:03 +0000 |
commit | dea8e57787e73d800edc616eb18fda6693e225f7 (patch) | |
tree | 1b0a524f9a3be97c1f867dd6aa3632b5bfac4588 /sci-chemistry/gsim | |
parent | Fix header files mismatch between ABIs (bug #540702) (diff) | |
download | gentoo-2-dea8e57787e73d800edc616eb18fda6693e225f7.tar.gz gentoo-2-dea8e57787e73d800edc616eb18fda6693e225f7.tar.bz2 gentoo-2-dea8e57787e73d800edc616eb18fda6693e225f7.zip |
Drop old
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/gsim')
-rw-r--r-- | sci-chemistry/gsim/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/gsim/gsim-0.20.1.ebuild | 67 | ||||
-rw-r--r-- | sci-chemistry/gsim/gsim-21.0.ebuild | 67 |
3 files changed, 6 insertions, 136 deletions
diff --git a/sci-chemistry/gsim/ChangeLog b/sci-chemistry/gsim/ChangeLog index 470632c165ae..09b6c480b9d1 100644 --- a/sci-chemistry/gsim/ChangeLog +++ b/sci-chemistry/gsim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/gsim -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v 1.11 2013/11/09 11:23:26 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/ChangeLog,v 1.12 2015/02/20 09:09:03 jlec Exp $ + + 20 Feb 2015; Justin Lecher <jlec@gentoo.org> -gsim-0.20.1.ebuild, + -gsim-21.0.ebuild: + Drop old *gsim-21.3 (09 Nov 2013) diff --git a/sci-chemistry/gsim/gsim-0.20.1.ebuild b/sci-chemistry/gsim/gsim-0.20.1.ebuild deleted file mode 100644 index 6d62b71789d6..000000000000 --- a/sci-chemistry/gsim/gsim-0.20.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-0.20.1.ebuild,v 1.5 2013/03/02 23:17:52 hwoarang Exp $ - -EAPI=4 - -inherit eutils qt4-r2 toolchain-funcs - -DESCRIPTION="Programm for visualisation and processing of experimental and simulated NMR spectra" -HOMEPAGE="http://sourceforge.net/projects/gsim/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="emf opengl" - -RDEPEND=" - dev-cpp/muParser - media-libs/freetype - sci-libs/libcmatrix - sci-libs/minuit - virtual/blas - dev-qt/qtsvg:4 - emf? ( media-libs/libemf ) - opengl? ( dev-qt/qtopengl:4 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${PV}-build.conf.patch ) -DOCS="release.txt README_GSIM.* quickstart.* changes.log programming.*" - -src_prepare() { - edos2unix ${PN}.pro - - qt4-r2_src_prepare - - cat >> build.conf <<- EOF - INCLUDEPATH += "${EPREFIX}/usr/include/libcmatrixR3/" \ - "${EPREFIX}/usr/include/Minuit2" \ - "${EPREFIX}/usr/include" - LIBS += -lcmatrix -lMinuit2 -lmuparser $($(tc-getPKG_CONFIG) --libs cblas) - EOF - - use opengl && echo "CONFIG+=use_opengl" >> build.conf - - if use emf; then - cat >> build.conf <<- EOF - CONFIG+=use_emf - DEFINES+=USE_EMF_OUTPUT - LIBS += -L\"${EPREFIX}/usr/include/libEMF\" -lEMF - EOF - fi - sed \ - -e "s:quickstart.pdf:../share/doc/${PF}/quickstart.pdf:g" \ - -e "s:README_GSIM.pdf:../share/doc/${PF}/README_GSIM.pdf:g" \ - -i mainform.h || die -} - -src_install() { - qt4-r2_src_install - dobin ${PN} - insinto /usr/share/${PN} - doins -r images ${PN}.ico - insinto /usr/share/${PN}/ui - doins *.ui -} diff --git a/sci-chemistry/gsim/gsim-21.0.ebuild b/sci-chemistry/gsim/gsim-21.0.ebuild deleted file mode 100644 index b7b56bf05b39..000000000000 --- a/sci-chemistry/gsim/gsim-21.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gsim/gsim-21.0.ebuild,v 1.1 2013/03/06 14:26:39 jlec Exp $ - -EAPI=5 - -inherit eutils qt4-r2 toolchain-funcs - -DESCRIPTION="Programm for visualisation and processing of experimental and simulated NMR spectra" -HOMEPAGE="http://sourceforge.net/projects/gsim/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="emf opengl" - -RDEPEND=" - dev-cpp/muParser - media-libs/freetype - sci-libs/libcmatrix - sci-libs/minuit - virtual/blas - dev-qt/qtsvg:4 - emf? ( media-libs/libemf ) - opengl? ( dev-qt/qtopengl:4 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-build.conf.patch ) -DOCS="release.txt README_GSIM.* quickstart.* changes.log programming.*" - -src_prepare() { - edos2unix ${PN}.pro - - qt4-r2_src_prepare - - cat >> build.conf <<- EOF - INCLUDEPATH += "${EPREFIX}/usr/include/libcmatrixR3/" \ - "${EPREFIX}/usr/include/Minuit2" \ - "${EPREFIX}/usr/include" - LIBS += -lcmatrix -lMinuit2 -lmuparser $($(tc-getPKG_CONFIG) --libs cblas) - EOF - - use opengl && echo "CONFIG+=use_opengl" >> build.conf - - if use emf; then - cat >> build.conf <<- EOF - CONFIG+=use_emf - DEFINES+=USE_EMF_OUTPUT - LIBS += -L\"${EPREFIX}/usr/include/libEMF\" -lEMF - EOF - fi - sed \ - -e "s:quickstart.pdf:../share/doc/${PF}/quickstart.pdf:g" \ - -e "s:README_GSIM.pdf:../share/doc/${PF}/README_GSIM.pdf:g" \ - -i mainform.h || die -} - -src_install() { - qt4-r2_src_install - dobin ${PN} - insinto /usr/share/${PN} - doins -r images ${PN}.ico - insinto /usr/share/${PN}/ui - doins *.ui -} |