diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:13:26 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:21:44 -0500 |
commit | 0eb041dad18453b6da49dac399cbea824d1a9549 (patch) | |
tree | 5b762a1ae0760e3b926c9a45bf55db9ce69ba540 /sci-chemistry | |
parent | sci-chemistry/ksdssp: drop old (diff) | |
download | gentoo-0eb041dad18453b6da49dac399cbea824d1a9549.tar.gz gentoo-0eb041dad18453b6da49dac399cbea824d1a9549.tar.bz2 gentoo-0eb041dad18453b6da49dac399cbea824d1a9549.zip |
sci-chemistry/molden: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/molden/Manifest | 2 | ||||
-rw-r--r-- | sci-chemistry/molden/molden-4.8-r2.ebuild | 76 | ||||
-rw-r--r-- | sci-chemistry/molden/molden-5.0.ebuild | 76 |
3 files changed, 0 insertions, 154 deletions
diff --git a/sci-chemistry/molden/Manifest b/sci-chemistry/molden/Manifest index fc1e4dd520f6..40b345e4497e 100644 --- a/sci-chemistry/molden/Manifest +++ b/sci-chemistry/molden/Manifest @@ -1,3 +1 @@ -DIST molden4.8.tar.gz 2969701 BLAKE2B 943bfd7bd8dde2da8e171f4a0f5e570ec1a064ef92e6ae4f6cbc48289e42c4660e021965670c132328e575d2ca388fccf7f8ae77d4f7342b55fe5522f2f63c6e SHA512 11f2406e54a077d044369b5eee4a8a1c1b10f052188d33d4162af0151a1e76a1d5274d8788bbc3610905ff271b0bd2100990b77540a0290ad608bd5c29b839e3 -DIST molden5.0.tar.gz 3063244 BLAKE2B 857f3276e45d05f92f291b0189cdcb7aeacd9ede0eeaf1ebe6b6942d397bbdd83812b4a5c8163be75a5a3c7bd0b29c9304d29ae596e04ba9bfbb30960e899326 SHA512 bf45849bf4efb67bc552767c28a6df6e5106a7d8ac2d73db2c7218412fb6cd2f2785c2be83a8589a5664ba9c0ca052cef5eb155c665ee1f3d6c7fe208f806a6b DIST molden5.5.tar.gz 4934764 BLAKE2B 6ce71f928ed9aacf8fe9830c4c36a675f81d63e97d08e96519ff74d172540ae0a9af25ca966d6c02cdcbbc43633a0ef80be9d31ef98a80d59a8e1a13374c2f51 SHA512 45269d2c7a52b3b2bf4fdb5f4ca3912637b3414ff9dfcd0d4f23815b3dcf7a53ffee717420d4fbf286b71c972539e756a440f5e37b7b7325ab312c25fc6c47b0 diff --git a/sci-chemistry/molden/molden-4.8-r2.ebuild b/sci-chemistry/molden/molden-4.8-r2.ebuild deleted file mode 100644 index f00761130395..000000000000 --- a/sci-chemistry/molden/molden-4.8-r2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils fortran-2 flag-o-matic toolchain-funcs - -MY_P="${PN}${PV}" - -DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac" -HOMEPAGE="http://www.cmbi.ru.nl/molden/" -SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molgraph/${PN}/${MY_P}.tar.gz" - -LICENSE="MOLDEN" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="opengl" - -RDEPEND=" - x11-libs/libXmu - virtual/glu - opengl? ( - media-libs/freeglut - virtual/opengl )" -DEPEND="${RDEPEND} - x11-misc/gccmakedep - app-editors/vim" - # vim provides ex, which the build system uses (surf/Makefile, at least) - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-ambfor.patch \ - "${FILESDIR}"/${P}-overflow.patch \ - "${FILESDIR}"/${P}-ldflags.patch \ - "${FILESDIR}"/${PN}-4.7-implicit-dec.patch - sed \ - -e 's:makedepend:gccmakedep:g' \ - -e "s:/usr/include/sgidefs.h::g" \ - -i surf/Makefile || die - sed 's:shell g77:shell $(FC):g' -i makefile || die -} - -src_compile() { - # Use -mieee on alpha, according to the Makefile - use alpha && append-flags -mieee - - # Honor CC, CFLAGS, FC, and FFLAGS from environment; - # unfortunately a bash bug prevents us from doing typeset and - # assignment on the same line. - typeset -a args - args=( - CC="$(tc-getCC) ${CFLAGS}" \ - FC="$(tc-getFC)" \ - LDR="$(tc-getFC)" \ - FFLAGS="${FFLAGS}" ) - - einfo "Building Molden..." - emake -j1 "${args[@]}" - if use opengl ; then - einfo "Building Molden OpenGL helper..." - emake -j1 "${args[@]}" moldenogl - fi -} - -src_install() { - dobin ${PN} g${PN} - if use opengl ; then - dobin ${PN}ogl - fi - - dodoc HISTORY README REGISTER - cd doc - uncompress * && dodoc * -} diff --git a/sci-chemistry/molden/molden-5.0.ebuild b/sci-chemistry/molden/molden-5.0.ebuild deleted file mode 100644 index 52f4ccdcfed0..000000000000 --- a/sci-chemistry/molden/molden-5.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils fortran-2 flag-o-matic toolchain-funcs - -MY_P="${PN}${PV}" - -DESCRIPTION="Display molecular density from GAMESS-UK, GAMESS-US, GAUSSIAN and Mopac/Ampac" -HOMEPAGE="http://www.cmbi.ru.nl/molden/" -SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molgraph/${PN}/${MY_P}.tar.gz" - -LICENSE="MOLDEN" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="opengl" - -RDEPEND=" - x11-libs/libXmu - virtual/glu - opengl? ( - media-libs/freeglut - virtual/opengl )" -DEPEND="${RDEPEND} - x11-misc/gccmakedep - app-editors/vim" - # vim provides ex, which the build system uses (surf/Makefile, at least) - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-ambfor.patch \ - "${FILESDIR}"/${P}-overflow.patch \ - "${FILESDIR}"/${PN}-4.8-ldflags.patch \ - "${FILESDIR}"/${PN}-4.7-implicit-dec.patch - sed \ - -e 's:makedepend:gccmakedep:g' \ - -e "s:/usr/include/sgidefs.h::g" \ - -i surf/Makefile || die - sed 's:shell g77:shell $(FC):g' -i makefile || die -} - -src_compile() { - # Use -mieee on alpha, according to the Makefile - use alpha && append-flags -mieee - - # Honor CC, CFLAGS, FC, and FFLAGS from environment; - # unfortunately a bash bug prevents us from doing typeset and - # assignment on the same line. - typeset -a args - args=( - CC="$(tc-getCC) ${CFLAGS}" \ - FC="$(tc-getFC)" \ - LDR="$(tc-getFC)" \ - FFLAGS="${FFLAGS}" ) - - einfo "Building Molden..." - emake -j1 "${args[@]}" - if use opengl ; then - einfo "Building Molden OpenGL helper..." - emake -j1 "${args[@]}" moldenogl - fi -} - -src_install() { - dobin ${PN} g${PN} - if use opengl ; then - dobin ${PN}ogl - fi - - dodoc HISTORY README REGISTER - cd doc - uncompress * && dodoc * -} |