From 155949fd3937314bf5ddf0e1b8655924f01c148b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 14 Feb 2016 18:07:22 +0100 Subject: sci-libs/libint: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- sci-libs/libint/Manifest | 1 - sci-libs/libint/files/1.1.4-as-needed.patch | 39 ---------------------------- sci-libs/libint/files/dont-append-mcpu.patch | 16 ------------ sci-libs/libint/libint-1.1.4-r1.ebuild | 36 ------------------------- 4 files changed, 92 deletions(-) delete mode 100644 sci-libs/libint/files/1.1.4-as-needed.patch delete mode 100644 sci-libs/libint/files/dont-append-mcpu.patch delete mode 100644 sci-libs/libint/libint-1.1.4-r1.ebuild (limited to 'sci-libs') diff --git a/sci-libs/libint/Manifest b/sci-libs/libint/Manifest index 429c5457bd6..4b9f5dfa45f 100644 --- a/sci-libs/libint/Manifest +++ b/sci-libs/libint/Manifest @@ -1,3 +1,2 @@ -DIST libint-1.1.4.tar.gz 350252 SHA256 f67b13bdf1135ecc93b4cff961c1ff33614d9f8409726ddc8451803776885cff SHA512 9a4011c227fbdee52f95a40659ebb131a2d2422784b35e5c8fc781da250f32bb53207c29e429785c1a59054391f44e1efad2c85b37c5d3a70f2e392a7857805d WHIRLPOOL ac84f3cbf8b21f02a2f3ae5b6b48e4e629c7c3c719fdd31fdaf308d42339250473c55620f1350687e0ff9f203ad835fdadba7ff3e7749f44d19462b5b2e96acc DIST libint-1.1.6.tar.gz 256404 SHA256 f201b0c621df678cfe8bdf3990796b8976ff194aba357ae398f2f29b0e2985a6 SHA512 cb39d73e89431c324e32d4a71593fe913c7ae2132677d4600e63ce1ed99e8e431758f0aa3d130991da841e98a1064fa931eb0e82dbe80af4c0ece10ee3a4f2d7 WHIRLPOOL ed6e0f850df067da115cdea4e9cff2545ea6ffe4e7b9dea28ef3232adec12d23c6b6709e8a058f78b9764890134440f4869a770b3b4e4934b4571562848fdb6a DIST libint-2.0.5.tar.gz 3209528 SHA256 f64298bc6513771ffea476a250110b3f488c01d669e05dd309fe4ba6114c5f95 SHA512 d7717a6337b73645dcb77d3c0731df17884b4c662b0d52061b7b80ac0ebd9de344e6c301294f714db09e7b6e3dff5b4b6958ef06122303df52d0ebb6a011cf24 WHIRLPOOL 896269589d6c95f83b5dc0517491d2b07bf60103fb0a11c131681acaa4a83f494ab436647ae7989a1a9e944b0fd59b03d530ab025efbba73efc75e9f1f720653 diff --git a/sci-libs/libint/files/1.1.4-as-needed.patch b/sci-libs/libint/files/1.1.4-as-needed.patch deleted file mode 100644 index cc87d760b69..00000000000 --- a/sci-libs/libint/files/1.1.4-as-needed.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git a/src/lib/libderiv/Makefile.library b/src/lib/libderiv/Makefile.library -index ee152ef..8debfe8 100644 ---- a/src/lib/libderiv/Makefile.library -+++ b/src/lib/libderiv/Makefile.library -@@ -23,7 +23,7 @@ $(TOPDIR)/lib/$(NAME).a: $(LIBOBJ) - - # this is how shared library is made - $(TOPDIR)/lib/$(NAME).la: $(LIBOBJ) -- $(LTLINK) $(CXX) -o $@ $^ $(LTLINKLIBOPTS) -+ $(LTLINK) $(CXX) $(LDFLAGS) -o $@ $^ $(LTLINKLIBOPTS) - - $(TOPDIR)/include/$(NAME)/$(NAME).h: $(NAME).h - $(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/include/$(NAME) -diff --git a/src/lib/libint/Makefile.library b/src/lib/libint/Makefile.library -index 23e2918..01c4225 100644 ---- a/src/lib/libint/Makefile.library -+++ b/src/lib/libint/Makefile.library -@@ -41,7 +41,7 @@ $(TOPDIR)/lib/$(NAME).a: $(LIBOBJ) - - # this is how shared library is made - $(TOPDIR)/lib/$(NAME).la: $(LIBOBJ) -- $(LTLINK) $(CXX) -o $@ $^ $(LTLINKLIBOPTS) -+ $(LTLINK) $(CXX) $(LDFLAGS) -o $@ $^ $(LTLINKLIBOPTS) - - $(TOPDIR)/include/$(NAME)/$(NAME).h: $(NAME).h - $(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/include/$(NAME) -diff --git a/src/lib/libr12/Makefile.library b/src/lib/libr12/Makefile.library -index 1510807..26d47a4 100644 ---- a/src/lib/libr12/Makefile.library -+++ b/src/lib/libr12/Makefile.library -@@ -47,7 +47,7 @@ $(TOPDIR)/lib/$(NAME).a: $(LIBOBJ) - - # this is how shared library is made - $(TOPDIR)/lib/$(NAME).la: $(LIBOBJ) -- $(LTLINK) $(CXX) -o $@ $^ $(LTLINKLIBOPTS) -+ $(LTLINK) $(CXX) $(LDFLAGS) -o $@ $^ $(LTLINKLIBOPTS) - - $(TOPDIR)/include/$(NAME)/$(NAME).h: $(NAME).h - $(INSTALL) $(INSTALLDIROPT) $(TOPDIR)/include/$(NAME) diff --git a/sci-libs/libint/files/dont-append-mcpu.patch b/sci-libs/libint/files/dont-append-mcpu.patch deleted file mode 100644 index 72b5e437051..00000000000 --- a/sci-libs/libint/files/dont-append-mcpu.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -urN libint-1.1.2.orig/configure libint-1.1.2/configure ---- libint-1.1.2.orig/configure 2003-12-05 13:24:55.000000000 -0800 -+++ libint-1.1.2/configure 2005-12-06 03:27:37.000000000 -0800 -@@ -3554,10 +3554,10 @@ - cpu_arch_option="-mcpu=$target_cpu" - fi - if test X$GCC = Xyes; then -- COPTIONS_MISC="$COPTIONS_MISC $cpu_arch_option" -+ COPTIONS_MISC="$COPTIONS_MISC" - fi - if test X$GXX = Xyes; then -- CXXOPTIONS_MISC="$CXXOPTIONS_MISC $cpu_arch_option" -+ CXXOPTIONS_MISC="$CXXOPTIONS_MISC" - fi - echo "$as_me:3562: result: IA-32: $cpu_arch_option" >&5 - echo "${ECHO_T}IA-32: $cpu_arch_option" >&6 diff --git a/sci-libs/libint/libint-1.1.4-r1.ebuild b/sci-libs/libint/libint-1.1.4-r1.ebuild deleted file mode 100644 index 8c6bef0a605..00000000000 --- a/sci-libs/libint/libint-1.1.4-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils 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="1" -LICENSE="GPL-2" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -src_prepare() { - epatch "${FILESDIR}"/1.1.4-as-needed.patch -} - -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}" \ - $(use_enable static-libs static) -} - -src_compile() { - emake LDFLAGS="${LDFLAGS}" -} -- cgit v1.2.1