mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lisp/clisp: Remove pari use flag
It requires ancient version of sci-mathematics/pari Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
committed by
David Seifert
parent
2ec7c9ff62
commit
8b0056ab3a
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2"
|
||||
KEYWORDS="alpha amd64 ia64 ppc -sparc x86"
|
||||
IUSE="berkdb hyperspec X new-clx dbus fastcgi gdbm gtk pari +pcre postgres +readline svm -threads +unicode +zlib"
|
||||
IUSE="berkdb hyperspec X new-clx dbus fastcgi gdbm gtk +pcre postgres +readline svm -threads +unicode +zlib"
|
||||
|
||||
RDEPEND="virtual/libiconv
|
||||
>=dev-libs/libsigsegv-2.4
|
||||
@@ -21,7 +21,6 @@ RDEPEND="virtual/libiconv
|
||||
fastcgi? ( dev-libs/fcgi )
|
||||
gdbm? ( sys-libs/gdbm )
|
||||
gtk? ( >=x11-libs/gtk+-2.10:2 >=gnome-base/libglade-2.6:2.0 )
|
||||
pari? ( >=sci-mathematics/pari-2.3.0 )
|
||||
postgres? ( >=dev-db/postgresql-8.0 )
|
||||
readline? ( >=sys-libs/readline-5.0 )
|
||||
pcre? ( dev-libs/libpcre )
|
||||
@@ -107,7 +106,6 @@ src_configure() {
|
||||
use fastcgi && enable_modules fastcgi
|
||||
use gdbm && enable_modules gdbm
|
||||
use gtk && enable_modules gtk2
|
||||
use pari && enable_modules pari
|
||||
use pcre && enable_modules pcre
|
||||
use svm && enable_modules libsvm
|
||||
use zlib && enable_modules zlib
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/clisp/${P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2/${PV}"
|
||||
KEYWORDS="amd64 ~ppc ~sparc x86"
|
||||
IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk pari +pcre postgres +readline svm -threads +unicode +zlib"
|
||||
IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm -threads +unicode +zlib"
|
||||
# "jit" disabled ATM
|
||||
|
||||
RDEPEND=">=dev-lisp/asdf-2.33-r3
|
||||
@@ -22,7 +22,6 @@ RDEPEND=">=dev-lisp/asdf-2.33-r3
|
||||
fastcgi? ( dev-libs/fcgi )
|
||||
gdbm? ( sys-libs/gdbm )
|
||||
gtk? ( >=x11-libs/gtk+-2.10 >=gnome-base/libglade-2.6 )
|
||||
pari? ( <sci-mathematics/pari-2.5.0 )
|
||||
postgres? ( >=dev-db/postgresql-8.0 )
|
||||
readline? ( >=sys-libs/readline-5.0 <sys-libs/readline-7.0 )
|
||||
pcre? ( dev-libs/libpcre )
|
||||
@@ -105,7 +104,6 @@ src_configure() {
|
||||
use fastcgi && enable_modules fastcgi
|
||||
use gdbm && enable_modules gdbm
|
||||
use gtk && enable_modules gtk2
|
||||
use pari && enable_modules pari
|
||||
use pcre && enable_modules pcre
|
||||
use svm && enable_modules libsvm
|
||||
use zlib && enable_modules zlib
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI="https://haible.de/bruno/gnu/${P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2/8"
|
||||
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
|
||||
IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk pari +pcre postgres +readline svm -threads +unicode +zlib"
|
||||
IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm -threads +unicode +zlib"
|
||||
# "jit" disabled ATM
|
||||
|
||||
RDEPEND=">=dev-lisp/asdf-2.33-r3
|
||||
@@ -23,7 +23,6 @@ RDEPEND=">=dev-lisp/asdf-2.33-r3
|
||||
fastcgi? ( dev-libs/fcgi )
|
||||
gdbm? ( sys-libs/gdbm )
|
||||
gtk? ( >=x11-libs/gtk+-2.10:2 >=gnome-base/libglade-2.6 )
|
||||
pari? ( <sci-mathematics/pari-2.5.0 )
|
||||
postgres? ( >=dev-db/postgresql-8.0:* )
|
||||
readline? ( >=sys-libs/readline-7.0:0= )
|
||||
pcre? ( dev-libs/libpcre:3 )
|
||||
@@ -101,7 +100,6 @@ src_configure() {
|
||||
use fastcgi && enable_modules fastcgi
|
||||
use gdbm && enable_modules gdbm
|
||||
use gtk && enable_modules gtk2
|
||||
use pari && enable_modules pari
|
||||
use pcre && enable_modules pcre
|
||||
use svm && enable_modules libsvm
|
||||
use zlib && enable_modules zlib
|
||||
|
||||
@@ -22,7 +22,6 @@ changed at run time.
|
||||
<flag name="hyperspec">Use local hyperspec instead of online version</flag>
|
||||
<flag name="new-clx">Build CLISP with support for the NEW-CLX module which is a
|
||||
-C binding to the Xorg libraries</flag>
|
||||
<flag name="pari">Build CLISP with support for the PARI Computer Algebra System</flag>
|
||||
<flag name="svm">Build CLISP with support for the Support Vector Machine module</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
|
||||
Reference in New Issue
Block a user