summaryrefslogtreecommitdiff
path: root/dev-libs/quantlib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
commit6f8038813c460b4f0572d5ef595cdfa94af3a94d (patch)
tree3509e94070265053394b7f2e30a779d7e60c2064 /dev-libs/quantlib
parenteccb70a7f91b2d22582587f26d1a28bb31408b45 (diff)
gentoo resync : 21.05.2019
Diffstat (limited to 'dev-libs/quantlib')
-rw-r--r--dev-libs/quantlib/Manifest4
-rw-r--r--dev-libs/quantlib/files/50quantlib-gentoo.el6
-rw-r--r--dev-libs/quantlib/metadata.xml12
-rw-r--r--dev-libs/quantlib/quantlib-1.7.1.ebuild92
4 files changed, 0 insertions, 114 deletions
diff --git a/dev-libs/quantlib/Manifest b/dev-libs/quantlib/Manifest
deleted file mode 100644
index 6b8b5c73bf24..000000000000
--- a/dev-libs/quantlib/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50quantlib-gentoo.el 163 BLAKE2B 1bdbe9c975eae1442ea582b436d620dad2d9240bd97330f9c887ed6d87cef38ac63cf098f3c645a41c1584dee35a6db215a9912cb1d67748215b94496e4bac02 SHA512 8c6738225465bf938900f0fadebc22a52a9a02fe28926d87b9b3d84539332f5ce51f706a8d4182b46e8a38e3c4ddd053b621c96af13a956b5233123947e3d00c
-DIST QuantLib-1.7.1.tar.gz 8715844 BLAKE2B 0193f1b6d73d66b148840671b7321e926a81a3eec2d1ded3a3398e9531c71cdb12454e059960b7707c9383bedddd136ab92e2550bdda265c54b0cf26d904b972 SHA512 8ba4fdb219b2886b448dbc6370ce6acec9f919a6baf7e8275a76ba13e0bf2d08cbb88cd5a3e450bcf379c17bd0492a9259483089de65e24b95d708f259bc30a7
-EBUILD quantlib-1.7.1.ebuild 1998 BLAKE2B 74368a55eb7977880f53f4cc7155f0af470594ea7991d5c1c65b74f7a552a13c4ab0b818a2a88d920bec46249a6d60257ef70b64b074ed3dfd88c2eb1e2d23f8 SHA512 a662ff237a2a8a51a15bd32590f005f6bbd69efb994cf2476ef1523366441255f45ebc614c3dd510419014deabbb6f7329caff59ce09f92914ed6db62588a76b
-MISC metadata.xml 384 BLAKE2B 12806f43bc039788079e60be6e58a9d6893fdb132ed506c3f67bf7a8afb4dc2a5004833766356d766eb07c4a0b09c1065ebfe9a1970e7fb2a35c5f1a130250a5 SHA512 33178f4687b755d393b444b826ee2b7b8cafe4910e8c682621876fe8bf667e07b4c8be5be26b3451ad2e69a3f2721820d3f036eaaedc44037faf368f3ceaa560
diff --git a/dev-libs/quantlib/files/50quantlib-gentoo.el b/dev-libs/quantlib/files/50quantlib-gentoo.el
deleted file mode 100644
index 68f6ce003295..000000000000
--- a/dev-libs/quantlib/files/50quantlib-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-
-;;; quantlib site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'ql-new-header "quantlib" nil t)
-(autoload 'ql-new-source "quantlib" nil t)
diff --git a/dev-libs/quantlib/metadata.xml b/dev-libs/quantlib/metadata.xml
deleted file mode 100644
index 7099f55d0871..000000000000
--- a/dev-libs/quantlib/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
-QuantLib (http://quantlib.org/) is a C++ library for financial
-quantitative analysts and developers.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">quantlib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-libs/quantlib/quantlib-1.7.1.ebuild b/dev-libs/quantlib/quantlib-1.7.1.ebuild
deleted file mode 100644
index 763269d2f604..000000000000
--- a/dev-libs/quantlib/quantlib-1.7.1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common eutils toolchain-funcs
-
-MY_P="QuantLib-${PV}"
-
-DESCRIPTION="A comprehensive software framework for quantitative finance"
-HOMEPAGE="https://quantlib.org/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc emacs examples openmp static-libs"
-
-RDEPEND="dev-libs/boost:="
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen[dot] )
- emacs? ( virtual/emacs )"
-
-DOCS="*.txt"
-
-S="${WORKDIR}/${MY_P}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-pkg_setup() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_configure() {
- # NOTE: Too fragile for single .pdf or .ps document
- local prog
- for prog in DVIPS LATEX MAKEINDEX PDFLATEX; do
- export ac_cv_path_${prog}=no
- done
-
- use doc || export ac_cv_path_DOXYGEN=no
- use emacs || export ac_cv_prog_EMACS=no
-
- # NOTE: --enable-examples will only change noinst_PROGRAMS to bin_PROGRAMS
- econf \
- $(use_enable debug error-functions) \
- $(use_enable debug error-lines) \
- $(use_enable debug tracing) \
- $(use_enable openmp) \
- $(use_enable static-libs static) \
- --enable-examples \
- --with-lispdir="${SITELISP}/${PN}"
-}
-
-src_compile() {
- default
-
- if use doc; then
- pushd Docs >/dev/null
- emake docs-html
- popd >/dev/null
- fi
-}
-
-src_install(){
- default
- prune_libtool_files
-
- if use doc; then
- find Docs \( -name '.time-stamp*' -o -name '*.doxy' -o -name 'Makefile*' \) -delete || die
- dodoc -r Docs
- fi
-
- if use examples; then
- find Examples -name '.libs' -exec rm -rf {} + || die
- find Examples \( -name '*vc*proj*' -o -name '*.dev' -o -name 'Makefile*' -o -name '*.o' \) -delete || die
- insinto "/usr/share/doc/${PF}"
- doins -r Examples
- fi
-
- use emacs && elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}