jlec 15/05/07 07:10:49 Modified: ChangeLog Added: libint-1.1.6.ebuild libint-2.0.5.ebuild Log: Version Bump bug #548674; thanks Viktor Yu. Kovalskii for the initial ebuilds (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.17 sci-libs/libint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 14 Dec 2012 07:54:32 -0000 1.16 +++ ChangeLog 7 May 2015 07:10:49 -0000 1.17 @@ -1,6 +1,14 @@ # ChangeLog for sci-libs/libint -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.16 2012/12/14 07:54:32 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.17 2015/05/07 07:10:49 jlec Exp $ + +*libint-1.1.6 (07 May 2015) +*libint-2.0.5 (07 May 2015) + + 07 May 2015; Justin Lecher <[email protected]> + +files/libint-1.1.6-as-needed.patch, +libint-1.1.6.ebuild, + +libint-2.0.5.ebuild: + Version Bump bug #548674; thanks Viktor Yu. Kovalskii for the initial ebuilds 14 Dec 2012; Justin Lecher <[email protected]> -libint-1.1.2.ebuild, metadata.xml: 1.1 sci-libs/libint/libint-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-1.1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-1.1.6.ebuild?rev=1.1&content-type=text/plain Index: libint-1.1.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.6.ebuild,v 1.1 2015/05/07 07:10:49 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils fortran-2 toolchain-funcs versionator MY_PV="$(replace_all_version_separators -)" DESCRIPTION="Matrix elements (integrals) evaluation over Cartesian Gaussian functions" HOMEPAGE="https://github.com/evaleev/libint" SRC_URI="https://github.com/evaleev/libint/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" S="${WORKDIR}/${PN}-release-${MY_PV}" PATCHES=( "${FILESDIR}"/${P}-as-needed.patch ) src_prepare() { mv configure.{in,ac} || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( --enable-deriv --enable-r12 --with-cc=$(tc-getCC) --with-cxx=$(tc-getCXX) --with-cc-optflags="${CFLAGS}" --with-cxx-optflags="${CXXFLAGS}" ) autotools-utils_src_configure } 1.1 sci-libs/libint/libint-2.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild?rev=1.1&content-type=text/plain Index: libint-2.0.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-2.0.5.ebuild,v 1.1 2015/05/07 07:10:49 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils fortran-2 toolchain-funcs versionator MY_PV="$(replace_all_version_separators -)" DESCRIPTION="Matrix elements (integrals) evaluation over Cartesian Gaussian functions" HOMEPAGE="https://github.com/evaleev/libint" SRC_URI="https://github.com/evaleev/libint/archive/release-2-0-5.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs doc" S="${WORKDIR}/${PN}-release-${MY_PV}" DEPEND=" dev-libs/boost doc? ( dev-texlive/texlive-latex dev-tex/latex2html )" AUTOTOOLS_IN_SOURCE_BUILD=1 src_configure() { local myeconfargs=( --with-cxx=$(tc-getCXX) --with-cxx-optflags="${CXXFLAGS}" --with-cxxgen-optflags="${CXXFLAGS}" --with-cxxdepend=$(tc-getCXX) --with-ranlib=$(tc-getRANLIB) --with-ar=$(tc-getAR) --with-ld=$(tc-getLD) ) autotools-utils_src_configure } src_compile() { emake LDFLAGS="${LDFLAGS}" use doc && emake html pdf } src_install() { einstall if use doc; then DOCS=( doc/progman/progman.pdf ) HTML_DOCS=( doc/progman/progman/*.{html,png,css} ) einstalldocs fi }
