commit:     0eb041dad18453b6da49dac399cbea824d1a9549
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 03:13:26 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 03:21:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb041da

sci-chemistry/molden: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sci-chemistry/molden/Manifest             |  2 -
 sci-chemistry/molden/molden-4.8-r2.ebuild | 76 -------------------------------
 sci-chemistry/molden/molden-5.0.ebuild    | 76 -------------------------------
 3 files changed, 154 deletions(-)

diff --git a/sci-chemistry/molden/Manifest b/sci-chemistry/molden/Manifest
index fc1e4dd520f..40b345e4497 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 f0076113039..00000000000
--- 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 52f4ccdcfed..00000000000
--- 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 *
-}

Reply via email to