diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-23 09:43:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-23 09:43:04 +0000 |
commit | 1ccb7e776c30321cf4b90b370d5b4db0eb11e8db (patch) | |
tree | 2845418dbbf43a70b22eeaae2aa60800a34ca57b /sci-libs | |
parent | Bump, port to EAPI4, install udev rules in /lib/udev, and update description.... (diff) | |
download | gentoo-2-1ccb7e776c30321cf4b90b370d5b4db0eb11e8db.tar.gz gentoo-2-1ccb7e776c30321cf4b90b370d5b4db0eb11e8db.tar.bz2 gentoo-2-1ccb7e776c30321cf4b90b370d5b4db0eb11e8db.zip |
Dropped old, removed einstall call
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libint/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libint/libint-1.1.4-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libint/libint-1.1.4.ebuild | 34 |
3 files changed, 6 insertions, 40 deletions
diff --git a/sci-libs/libint/ChangeLog b/sci-libs/libint/ChangeLog index 89754f774235..4a63faaebb92 100644 --- a/sci-libs/libint/ChangeLog +++ b/sci-libs/libint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.10 2011/06/26 10:38:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.11 2011/11/23 09:43:04 jlec Exp $ + + 23 Nov 2011; Justin Lecher <jlec@gentoo.org> -libint-1.1.4.ebuild, + libint-1.1.4-r1.ebuild: + Dropped old, removed einstall call 26 Jun 2011; Justin Lecher <jlec@gentoo.org> libint-1.1.2.ebuild, libint-1.1.4.ebuild, libint-1.1.4-r1.ebuild, metadata.xml: diff --git a/sci-libs/libint/libint-1.1.4-r1.ebuild b/sci-libs/libint/libint-1.1.4-r1.ebuild index 15403fea34a0..f247e2e8f9be 100644 --- a/sci-libs/libint/libint-1.1.4-r1.ebuild +++ b/sci-libs/libint/libint-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v 1.4 2011/06/26 10:38:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v 1.5 2011/11/23 09:43:04 jlec Exp $ EAPI=4 @@ -36,7 +36,3 @@ src_configure() { src_compile() { emake LDFLAGS="${LDFLAGS}" } - -src_install() { - einstall -} diff --git a/sci-libs/libint/libint-1.1.4.ebuild b/sci-libs/libint/libint-1.1.4.ebuild deleted file mode 100644 index 64217199a546..000000000000 --- a/sci-libs/libint/libint-1.1.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild,v 1.5 2011/06/26 10:38:19 jlec Exp $ - -EAPI=3 - -inherit fortran-2 toolchain-funcs - -DESCRIPTION="Matrix elements (integrals) evaluation over Cartesian Gaussian functions" -HOMEPAGE="http://www.chem.vt.edu/chem-dept/valeev/software/libint/libint.html" -SRC_URI="http://www.chem.vt.edu/chem-dept/valeev/software/libint/src/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --enable-shared \ - --enable-deriv \ - --enable-r12 \ - --with-cc=$(tc-getCC) \ - --with-cxx=$(tc-getCXX) \ - --with-cc-optflags="${CFLAGS}" \ - --with-cxx-optflags="${CXXFLAGS}" -} - -src_install() { - einstall || die -} |