summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-01-18 22:00:15 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 22:40:03 +0100
commitc891896441d7b6eb6baf247c92fe33ee13025d60 (patch)
tree8db8b24d1923008adc3e3f23955781a2dfd98d21 /sci-calculators/orpie
parentmedia-gfx/freecad: Update live ebuild (diff)
downloadgentoo-c891896441d7b6eb6baf247c92fe33ee13025d60.tar.gz
gentoo-c891896441d7b6eb6baf247c92fe33ee13025d60.tar.bz2
gentoo-c891896441d7b6eb6baf247c92fe33ee13025d60.zip
sci-calculators/orpie: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3533
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r--sci-calculators/orpie/Manifest1
-rw-r--r--sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch30
-rw-r--r--sci-calculators/orpie/orpie-1.5.1-r1.ebuild33
-rw-r--r--sci-calculators/orpie/orpie-1.5.1.ebuild25
-rw-r--r--sci-calculators/orpie/orpie-1.5.2.ebuild49
5 files changed, 0 insertions, 138 deletions
diff --git a/sci-calculators/orpie/Manifest b/sci-calculators/orpie/Manifest
index 39452413b4a7..09d334df99de 100644
--- a/sci-calculators/orpie/Manifest
+++ b/sci-calculators/orpie/Manifest
@@ -1,2 +1 @@
-DIST orpie-1.5.1.tar.gz 370851 SHA256 f68ee37a5351c1dd32a68edae253a22a913fc2124bace1f6cf19cc2d422100cd SHA512 026afcaf37016f07397ba19629a92c5bdffbbec6d25b5f96e9367274afbf7468a7d6626b4ae81d1c9b426dde3a2c66a97e9b48c54dfb3a8079f0d59906f0efb7 WHIRLPOOL 30ba5f026ffc1f704a08d6090eabe6d47f8dfe96ec49ba6a6a772dd85337a54fe7de2b382015e832fc0058e7449a1829fedc6fc87683a074d0cac82dad48150e
DIST orpie-1.5.2.tar.gz 379583 SHA256 de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d SHA512 5deed6d8e8e68ce5286f4d5183315b585adef38f205805ff6ccbbbf3983c97a468e370d0d44ebe2dff596de0ad9dba20401dbc0e4e9bc176bc93b118fd1cc11a WHIRLPOOL 390c681dbc72d9730cbf22551ffa951f77e7a3589bf10c244fd1c0a3bc2ad81107ff8f5ede196b6486f50ed8f106554a8db03b04979cd5a88da31de4c1aeb836
diff --git a/sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch b/sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch
deleted file mode 100644
index 8719bfd1c5d3..000000000000
--- a/sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- orpie-1.5.1/Makefile.in.orig 2010-06-03 21:02:14.000000000 +0100
-+++ orpie-1.5.1/Makefile.in 2010-06-03 21:02:49.000000000 +0100
-@@ -38,7 +38,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'
-@@ -72,16 +72,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_matrix_complex.o gsl/mlgsl_matrix_double.o gsl/mlgsl_vector_double.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)
diff --git a/sci-calculators/orpie/orpie-1.5.1-r1.ebuild b/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
deleted file mode 100644
index c1bce7cabd45..000000000000
--- a/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils 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 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-ml/ocamlgsl
- sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ocaml311.patch
- epatch "${FILESDIR}"/${P}-nogsl.patch
- epatch "${FILESDIR}"/${P}-orpierc.patch
- epatch "${FILESDIR}"/${P}-tinfo.patch
- sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile.in || die
- eautoreconf
-}
-
-src_install() {
- default
- use doc && dodoc doc/manual.pdf && dohtml doc/manual.html
-}
diff --git a/sci-calculators/orpie/orpie-1.5.1.ebuild b/sci-calculators/orpie/orpie-1.5.1.ebuild
deleted file mode 100644
index ad57b018bfdf..000000000000
--- a/sci-calculators/orpie/orpie-1.5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ppc -sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/ocaml
- sys-libs/ncurses
- sci-libs/gsl"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README ChangeLog doc/TODO || die
- insinto /usr/share/doc/${PF}
- doins doc/manual.pdf doc/manual.html || die
-}
diff --git a/sci-calculators/orpie/orpie-1.5.2.ebuild b/sci-calculators/orpie/orpie-1.5.2.ebuild
deleted file mode 100644
index ed7cc745bb1c..000000000000
--- a/sci-calculators/orpie/orpie-1.5.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-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 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-ml/ocamlgsl
- sys-libs/ncurses:0=
- || ( <dev-lang/ocaml-4.02 dev-ml/camlp4 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.5.1-ocaml311.patch"
- "${FILESDIR}/${P}-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() {
- default
- if use doc; then
- dodoc doc/manual.pdf
- docinto html/
- dodoc doc/manual.html
- fi
-}