summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-calculators/orpie/Manifest1
-rw-r--r--sci-calculators/orpie/files/orpie-1.5.1-ocaml311.patch200
-rw-r--r--sci-calculators/orpie/files/orpie-1.5.1-orpierc.patch11
-rw-r--r--sci-calculators/orpie/files/orpie-1.5.1-tinfo.patch10
-rw-r--r--sci-calculators/orpie/files/orpie-1.5.2-nogsl.patch51
-rw-r--r--sci-calculators/orpie/orpie-1.5.2-r1.ebuild47
6 files changed, 0 insertions, 320 deletions
diff --git a/sci-calculators/orpie/Manifest b/sci-calculators/orpie/Manifest
index c0a31cd341e2..cf44ad13b857 100644
--- a/sci-calculators/orpie/Manifest
+++ b/sci-calculators/orpie/Manifest
@@ -1,2 +1 @@
-DIST orpie-1.5.2.tar.gz 379583 BLAKE2B c27eedd0d065d31ea49b542e9edf3936b5f38dd83d579a3a951c89d35509774461761238492753a3ec4098a46c87568f992004b79c7f2745ea50427618984d4b SHA512 5deed6d8e8e68ce5286f4d5183315b585adef38f205805ff6ccbbbf3983c97a468e370d0d44ebe2dff596de0ad9dba20401dbc0e4e9bc176bc93b118fd1cc11a
DIST release-1.6.1.tar.gz 277420 BLAKE2B 9b29155a62d183ea83e6bddcae62440063bb0befeff72be28be6e0e76444c830047d81c3b8eab090c8eacc81c777b347c06b01af4b5337538d046f90dadf4a23 SHA512 df998e96cef53ef595178dfb9b51a17d5b22a8ccd894a543fa3130e5ab2204ea367706a79b1f53307f97c22ec7ce866be2097a4588ffeb0479d804f56706f248
diff --git a/sci-calculators/orpie/files/orpie-1.5.1-ocaml311.patch b/sci-calculators/orpie/files/orpie-1.5.1-ocaml311.patch
deleted file mode 100644
index d1535f900958..000000000000
--- a/sci-calculators/orpie/files/orpie-1.5.1-ocaml311.patch
+++ /dev/null
@@ -1,200 +0,0 @@
-diff -Naru orpie-1.5.1/Makefile.in orpie-1.5.1_1/Makefile.in
---- orpie-1.5.1/Makefile.in 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/Makefile.in 2010-05-12 11:44:33.000000000 -0400
-@@ -257,10 +257,7 @@
- units/%.cmo : units/%.ml
- $(OCAMLC) -c $(UNITS_BFLAGS) $<
-
--units/%.o : units/%.ml
-- $(OCAMLOPT) -c $(UNITS_OFLAGS) $<
--
--units/%.cmx : units/%.ml
-+units/%.o units/%.cmx : units/%.ml
- $(OCAMLOPT) -c $(UNITS_OFLAGS) $<
-
-
-@@ -271,22 +268,15 @@
- %.cmo : %.ml
- $(OCAMLC) -c $(BFLAGS) $<
-
--%.o : %.ml
-- $(OCAMLOPT) -c $(OFLAGS) $<
--
--%.cmx : %.ml
-+%.o %.cmx : %.ml
- $(OCAMLOPT) -c $(OFLAGS) $<
-
- %.ml : %.mll
- $(OCAMLLEX) $<
-
--%.ml : %.mly
-+%.ml %.mli : %.mly
- $(OCAMLYACC) -v $<
-
--%.mli : %.mly
-- $(OCAMLYACC) -v $<
--
--
-
- # Emacs tags
- ############
-diff -Naru orpie-1.5.1/gsl/gsl_blas.ml orpie-1.5.1_1/gsl/gsl_blas.ml
---- orpie-1.5.1/gsl/gsl_blas.ml 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_blas.ml 2010-05-12 11:24:11.000000000 -0400
-@@ -118,6 +118,7 @@
-
- (** {3 Single precision} *)
-
-+(*
- open Gsl_vector.Single
- open Gsl_matrix.Single
-
-@@ -187,6 +188,7 @@
- alpha:float -> a:matrix -> b:matrix -> unit
- = "ml_gsl_blas_strsm_bc" "ml_gsl_blas_strsm"
- end
-+*)
-
-
- (** {3 Complex} *)
-@@ -274,6 +276,7 @@
-
- (** {3 Complex single precision} *)
-
-+(*
- open Gsl_vector_complex.Single
- open Gsl_matrix_complex.Single
- open Gsl_complex
-@@ -354,3 +357,4 @@
- a:matrix -> b:matrix -> beta:float -> c:matrix -> unit
- = "ml_gsl_blas_cher2k_bc" "ml_gsl_blas_cher2k"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_blas.mli orpie-1.5.1_1/gsl/gsl_blas.mli
---- orpie-1.5.1/gsl/gsl_blas.mli 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_blas.mli 2010-05-12 11:23:36.000000000 -0400
-@@ -118,6 +118,7 @@
-
- (** {3 Single precision} *)
-
-+(*
- open Gsl_vector.Single
- open Gsl_matrix.Single
-
-@@ -187,6 +188,7 @@
- alpha:float -> a:matrix -> b:matrix -> unit
- = "ml_gsl_blas_strsm_bc" "ml_gsl_blas_strsm"
- end
-+*)
-
-
- (** {3 Complex} *)
-@@ -274,6 +276,7 @@
-
- (** {3 Complex single precision} *)
-
-+(*
- open Gsl_vector_complex.Single
- open Gsl_matrix_complex.Single
- open Gsl_complex
-@@ -354,3 +357,4 @@
- a:matrix -> b:matrix -> beta:float -> c:matrix -> unit
- = "ml_gsl_blas_cher2k_bc" "ml_gsl_blas_cher2k"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_matrix.ml orpie-1.5.1_1/gsl/gsl_matrix.ml
---- orpie-1.5.1/gsl/gsl_matrix.ml 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_matrix.ml 2010-05-12 11:22:51.000000000 -0400
-@@ -86,6 +86,7 @@
-
-
-
-+(*
- module Single =
- struct
- type float_mat_bigarr =
-@@ -164,3 +165,4 @@
- external transpose : matrix -> matrix -> unit = "ml_gsl_matrix_float_transpose_memcpy"
- external transpose_in_place : matrix -> unit = "ml_gsl_matrix_float_transpose"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_matrix.mli orpie-1.5.1_1/gsl/gsl_matrix.mli
---- orpie-1.5.1/gsl/gsl_matrix.mli 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_matrix.mli 2010-05-12 11:22:42.000000000 -0400
-@@ -45,6 +45,7 @@
- external transpose_in_place : matrix -> unit = "ml_gsl_matrix_transpose"
-
-
-+(*
- module Single : sig
-
- type float_mat_bigarr =
-@@ -87,3 +88,4 @@
- external transpose : matrix -> matrix -> unit = "ml_gsl_matrix_float_transpose_memcpy"
- external transpose_in_place : matrix -> unit = "ml_gsl_matrix_float_transpose"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_matrix_complex.ml orpie-1.5.1_1/gsl/gsl_matrix_complex.ml
---- orpie-1.5.1/gsl/gsl_matrix_complex.ml 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_matrix_complex.ml 2010-05-12 11:24:59.000000000 -0400
-@@ -108,6 +108,7 @@
-
-
-
-+(*
- module Single =
- struct
- type complex_float_mat_bigarr =
-@@ -208,3 +209,4 @@
- external transpose : matrix -> matrix -> unit = "ml_gsl_matrix_complex_float_transpose_memcpy"
- external transpose_in_place : matrix -> unit = "ml_gsl_matrix_complex_float_transpose"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_matrix_complex.mli orpie-1.5.1_1/gsl/gsl_matrix_complex.mli
---- orpie-1.5.1/gsl/gsl_matrix_complex.mli 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_matrix_complex.mli 2010-05-12 11:25:00.000000000 -0400
-@@ -51,6 +51,7 @@
- external transpose_in_place : matrix -> unit = "ml_gsl_matrix_complex_transpose"
-
-
-+(*
- module Single : sig
-
- type complex_float_mat_bigarr =
-@@ -96,3 +97,4 @@
- external transpose : matrix -> matrix -> unit = "ml_gsl_matrix_complex_float_transpose_memcpy"
- external transpose_in_place : matrix -> unit = "ml_gsl_matrix_complex_float_transpose"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_vector.ml orpie-1.5.1_1/gsl/gsl_vector.ml
---- orpie-1.5.1/gsl/gsl_vector.ml 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_vector.ml 2010-05-12 11:22:19.000000000 -0400
-@@ -95,6 +95,7 @@
-
-
-
-+(*
- module Single =
- struct
- type float_vector_bigarr =
-@@ -178,3 +179,4 @@
- external minmax_index : vector -> int * int
- = "ml_gsl_vector_float_minmaxindex"
- end
-+*)
-diff -Naru orpie-1.5.1/gsl/gsl_vector.mli orpie-1.5.1_1/gsl/gsl_vector.mli
---- orpie-1.5.1/gsl/gsl_vector.mli 2007-09-13 23:31:23.000000000 -0400
-+++ orpie-1.5.1_1/gsl/gsl_vector.mli 2010-05-12 11:22:19.000000000 -0400
-@@ -65,6 +65,7 @@
-
- (** {3 Single precision} *)
-
-+(*
- module Single : sig
- type float_vector_bigarr =
- (float, Bigarray.float32_elt, Bigarray.c_layout) Bigarray.Array1.t
-@@ -121,3 +122,4 @@
-
- val subvector : vector -> off:int -> len:int -> vector
- end
-+*)
diff --git a/sci-calculators/orpie/files/orpie-1.5.1-orpierc.patch b/sci-calculators/orpie/files/orpie-1.5.1-orpierc.patch
deleted file mode 100644
index a9ca1dd366f0..000000000000
--- a/sci-calculators/orpie/files/orpie-1.5.1-orpierc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- orpie-1.5.1.orig/orpierc
-+++ orpie-1.5.1/orpierc
-@@ -4,7 +4,7 @@
- # directory for storing Orpie data
- set datadir="~/.orpie/"
- # editor used for fullscreen viewing of stack elements
--set editor="vi"
-+set editor="${EDITOR}"
- # whether or not to hide the help panel
- set hide_help="false"
- # whether or not to conserve memory in favor of faster rendering
diff --git a/sci-calculators/orpie/files/orpie-1.5.1-tinfo.patch b/sci-calculators/orpie/files/orpie-1.5.1-tinfo.patch
deleted file mode 100644
index f9611cbb5198..000000000000
--- a/sci-calculators/orpie/files/orpie-1.5.1-tinfo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -34,6 +34,7 @@
- fi
- fi
- LIBS="$mp_save_LIBS"
-+ AC_SEARCH_LIBS([stdscr], [tinfo curses], [CURSES_LIB="$CURSES_LIB $ac_res"],)
- ])dnl
-
-
diff --git a/sci-calculators/orpie/files/orpie-1.5.2-nogsl.patch b/sci-calculators/orpie/files/orpie-1.5.2-nogsl.patch
deleted file mode 100644
index 75a56a79c0e6..000000000000
--- a/sci-calculators/orpie/files/orpie-1.5.2-nogsl.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- orpie-1.5.2/Makefile.in
-+++ orpie-1.5.2/Makefile.in
-@@ -44,7 +44,7 @@
- CURSES_LIB = @CURSES_LIB@
- GSL_LIB = @GSL_LIB@
-
--INCLUDES = -I ./curses -I ./gsl -I ./units
-+INCLUDES = -I ./curses -I /usr/lib/ocaml/gsl -I ./units
- BFLAGS = -pp camlp4o -g $(INCLUDES) -thread
- OFLAGS = -pp camlp4o $(INCLUDES) -thread
- BLFLAGS = -custom -cclib '$(LDFLAGS) $(CURSES_LIB) $(GSL_LIB) -lm'
-@@ -78,17 +78,8 @@
- CURSES_BOBJS = $(CURSES_CMO) $(CURSES_COBJS)
- CURSES_OOBJS = $(CURSES_CMX) $(CURSES_COBJS)
-
--GSL_CMO = gsl/gsl_error.cmo gsl/gsl_blas.cmo gsl/gsl_complex.cmo gsl/gsl_matrix.cmo gsl/gsl_matrix_complex.cmo \
-- gsl/gsl_vector.cmo gsl/gsl_vector_complex.cmo gsl/gsl_vector_flat.cmo gsl/gsl_matrix_flat.cmo \
-- gsl/gsl_vector_complex_flat.cmo gsl/gsl_matrix_complex_flat.cmo gsl/gsl_vectmat.cmo \
-- gsl/gsl_permut.cmo gsl/gsl_linalg.cmo gsl/gsl_fun.cmo
--GSL_CMX = $(GSL_CMO:.cmo=.cmx)
--GSL_COBJS = gsl/mlgsl_error.o gsl/mlgsl_blas.o gsl/mlgsl_blas_complex.o gsl/mlgsl_complex.o gsl/mlgsl_blas_float.o \
-- gsl/mlgsl_blas_complex_float.o gsl/mlgsl_matrix_complex.o gsl/mlgsl_matrix_double.o gsl/mlgsl_matrix_float.o \
-- gsl/mlgsl_matrix_complex_float.o gsl/mlgsl_vector_double.o gsl/mlgsl_vector_float.o \
-- gsl/mlgsl_permut.o gsl/mlgsl_linalg.o gsl/mlgsl_linalg_complex.o gsl/mlgsl_fun.o gsl/mlgsl_math.o gsl/mlgsl_sf.o
--GSL_BOBJS = $(GSL_COBJS) $(GSL_CMO)
--GSL_OOBJS = $(GSL_COBJS) $(GSL_CMX)
-+GSL_BOBJS = /usr/lib/ocaml/gsl/gsl.cma
-+GSL_OOBJS = /usr/lib/ocaml/gsl/gsl.cmxa
-
- UNITS_CMO = units/units.cmo
- UNITS_CMX = $(UNITS_CMO:.cmo=.cmx)
-@@ -324,7 +305,7 @@
- config.status: configure
- ./config.status --recheck
-
--configure: configure.in
-+configure: configure.ac
- autoconf
-
- # clean
---- orpie-1.5.2/curses_keys.ml
-+++ orpie-1.5.2/curses_keys.ml
-@@ -19,7 +19,7 @@
- *)
-
- open Curses;;
--
-+open Curses_assist;;
-
- begin
- let std = initscr () in
diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
deleted file mode 100644
index 21ac64004a62..000000000000
--- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A fullscreen RPN calculator for the console"
-HOMEPAGE="http://pessimization.com/software/orpie/"
-SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-ml/gsl-ocaml
- sys-libs/ncurses:0=
- dev-ml/camlp4"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.5.1-ocaml311.patch"
- "${FILESDIR}/${PN}-1.5.2-nogsl.patch"
- "${FILESDIR}/${PN}-1.5.1-orpierc.patch"
- "${FILESDIR}/${PN}-1.5.1-tinfo.patch"
-)
-
-src_prepare() {
- default
- sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile.in || die
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_compile() {
- # TODO: fix missing edges in dependency graph
- emake -j1
-}
-
-src_install() {
- if use doc; then
- dodoc doc/manual.pdf
- HTML_DOCS=( doc/manual.html )
- fi
- default
-}