diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
commit | abaa75b10f899ada8dd05b23cc03205064394bc6 (patch) | |
tree | eca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-mathematics/gretl | |
parent | 24fd814c326e282c4321965c31f341dad77e270d (diff) |
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-mathematics/gretl')
-rw-r--r-- | sci-mathematics/gretl/Manifest | 3 | ||||
-rw-r--r-- | sci-mathematics/gretl/files/gretl-1.9.14-readline.patch | 10 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.14.ebuild | 111 |
3 files changed, 0 insertions, 124 deletions
diff --git a/sci-mathematics/gretl/Manifest b/sci-mathematics/gretl/Manifest index 8f4571517d2c..02d077aa1428 100644 --- a/sci-mathematics/gretl/Manifest +++ b/sci-mathematics/gretl/Manifest @@ -1,7 +1,4 @@ AUX 50gretl-gentoo.el 473 BLAKE2B 4c855e4b79629828ba9f3c187550c64d26b93b6547ed8505d8485ade63d0963d04bf7f3de4b8a0b0d679657e93d2d08ff036d9a2ef1b02ec85936f872cc3aa86 SHA512 dff2fd680e295ba8cd722092d5ffe8cb36cd9b79f2ed2be69c8adaa5e414a456abb40c0ec70a6fc0d6b9fb09bf936e3c6ef6804f87bde62d86d3692c34ec595e -AUX gretl-1.9.14-readline.patch 390 BLAKE2B 2133a732fb9584a4e6be8353a6e30220ab9b0df89bee9d707eddd0b7e2d833476b6c71940853f6e1d07820ba9ea65b1d7fc72a4d43c2eedf73bdb3538dbac486 SHA512 e67dc762b90fa9dee505155452008667916724e669216da09816a2236b863d9798e091237bbb722aea91e42c6ce1fe50deff33cc4148a7b403c1a455f4c74177 -DIST gretl-1.9.14.tar.xz 7564192 BLAKE2B 45af589e18d44f6d9e3e5d27050fe07cb0d7241bc2d40a8ef0b5eeed40839812ea6775001712f7b176c902d968e58c0c6763a9e342ce6063a3773626f04d3f8f SHA512 61ff44cc52f3da971d3cf2cc6e52e0401280521fd761ea098f753acc529c9d35a12fc296b46136d5d257c9a29a83f91a78a77822a00ce3f65776a17f97223ee1 DIST gretl-1.9.90.tar.xz 7764820 BLAKE2B 1a47c31a62aad662ed3cfb4ad2057000eef14daf1f8cac4125f511f0229e29c1a7f43bc2e6014ec5b971173d9698e842c13e36b0f12faaa2f4fa996e26d984cb SHA512 35ec45fb2ad2dec490567411c1a5d909dc7fc8f0c4a6ca142e6e92b2d95a9efc9581f154a7806cf3f5178b530cdca9508b7c215bca29e1bcaebfa874d476667a -EBUILD gretl-1.9.14.ebuild 2574 BLAKE2B 13bf84653593a70bb016ae7bed061b5edd5cddd32e2a5070e1cdaa87dc6401323e2cdbd1b330b65653a862a0f4426ce0fbc3539d673f195c12cfc05573a4474b SHA512 f4af7eee20003d246a2a19a2192cf605d54ae603fa92916f92ef0a7f3f92718080134b7ff50ba9e5cc4fc87e599ff29dc40394844fe973d046f1ff0475a34eae EBUILD gretl-1.9.90.ebuild 2710 BLAKE2B a976524c5217aa442f0edecff26a947386ef807397bb9350f1f11ce9764559dc15ee963d711718709dc9c7f7484c3be961a40fb7d7d36556a91fa281df259f53 SHA512 7233cd31b2c03f9779774db1057ca4ff5206c524815794ea85365f1d918fd45cdcbd6b5b310258d04e0632a2051572949728a227b37f20748287a5466e4d8dfe MISC metadata.xml 1122 BLAKE2B d9d243f2c1ff81869186aa07ad9ced3d6f8e90f0e5747ac745ff3e17c848ddb04281fc01bd6cdbcc756150db6ad28f1c69a4ce1b53f950e8b4d46fb8b9e4f457 SHA512 d5f169c5b22c7991efb2080425f682d51b9c5acd472d3f3155f64a45044c1a9a449ca5d34be9f792d7ce62be41584926c35896ffaf82c07fd6aeca17d0da423d diff --git a/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch b/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch deleted file mode 100644 index 9f6996b9c916..000000000000 --- a/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- cli/complete.c.ORIG 2007-08-22 16:44:46.000000000 +0200 -+++ cli/complete.c 2014-03-26 16:54:40.463070119 +0100 -@@ -126,6 +126,6 @@ - rl_readline_name = "gretl"; - - /* Tell the completer that we want a crack first. */ -- rl_attempted_completion_function = (CPPFunction *) gretl_completion; -+ rl_attempted_completion_function = (rl_completion_func_t*) gretl_completion; - } - diff --git a/sci-mathematics/gretl/gretl-1.9.14.ebuild b/sci-mathematics/gretl/gretl-1.9.14.ebuild deleted file mode 100644 index 633e488873cc..000000000000 --- a/sci-mathematics/gretl/gretl-1.9.14.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_EINSTALL=true - -inherit eutils elisp-common toolchain-funcs - -DESCRIPTION="Regression, econometrics and time-series library" -HOMEPAGE="http://gretl.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="accessibility cpu_flags_x86_avx emacs gnome gtk nls odbc openmp python - readline cpu_flags_x86_sse2 R static-libs" - -CDEPEND=" - dev-libs/glib:2 - dev-libs/gmp:0= - dev-libs/libxml2:2 - dev-libs/mpfr:0 - sci-libs/fftw:3.0 - sci-visualization/gnuplot - virtual/lapack - virtual/latex-base - accessibility? ( app-accessibility/flite ) - emacs? ( >=app-editors/emacs-23.1:* ) - gtk? ( - media-libs/gd[png] - sci-visualization/gnuplot[gd] - x11-libs/gtk+:3 - x11-libs/gtksourceview:3.0 ) - odbc? ( dev-db/unixODBC ) - R? ( dev-lang/R ) - readline? ( sys-libs/readline:0 )" -RDEPEND="${CDEPEND} - python? ( dev-python/numpy )" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -SITEFILE=50${PN}-gentoo.el - -REQUIRED_USE="emacs? ( gtk )" - -pkg_setup() { - if use openmp && [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp - then - ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 " - die "Need an OpenMP capable compiler" - fi -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-readline.patch -} - -src_configure() { - econf \ - --disable-rpath \ - --enable-shared \ - --with-mpfr \ - $(use_enable cpu_flags_x86_avx avx) \ - $(use_enable gtk gui) \ - $(use_enable gtk gtk3) \ - $(use_enable gtk xdg) \ - $(use_enable gtk xdg-utils) \ - $(use_enable nls) \ - $(use_enable openmp) \ - $(use_enable cpu_flags_x86_sse2 sse2) \ - $(use_enable static-libs static) \ - $(use_with accessibility audio) \ - $(use_with odbc) \ - $(use_with readline) \ - $(use_with R libR) \ - ${myconf} \ - LAPACK_LIBS="$($(tc-getPKG_CONFIG) --libs lapack)" -} - -src_compile() { - emake - if use emacs; then - cd utils/emacs && emake - elisp-compile gretl.el - fi -} - -src_install() { - # to fix - emake -j1 DESTDIR="${D}" install - if use emacs; then - elisp-install ${PN} utils/emacs/gretl.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - dodoc README README.audio ChangeLog CompatLog -} - -pkg_postinst() { - if use emacs; then - elisp-site-regen - elog "To begin using gretl-mode for all \".inp\" files that you edit," - elog "add the following line to your \"~/.emacs\" file:" - elog " (add-to-list 'auto-mode-alist '(\"\\\\.inp\\\\'\" . gretl-mode))" - fi -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |