public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/files/, sci-calculators/orpie/
Date: Wed, 18 Jan 2017 21:40:36 +0000 (UTC)	[thread overview]
Message-ID: <1484775603.c891896441d7b6eb6baf247c92fe33ee13025d60.soap@gentoo> (raw)

commit:     c891896441d7b6eb6baf247c92fe33ee13025d60
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 21:00:15 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 21:40:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8918964

sci-calculators/orpie: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533

 sci-calculators/orpie/Manifest                     |  1 -
 .../orpie/files/orpie-1.5.1-nogsl.patch            | 30 -------------
 sci-calculators/orpie/orpie-1.5.1-r1.ebuild        | 33 ---------------
 sci-calculators/orpie/orpie-1.5.1.ebuild           | 25 -----------
 sci-calculators/orpie/orpie-1.5.2.ebuild           | 49 ----------------------
 5 files changed, 138 deletions(-)

diff --git a/sci-calculators/orpie/Manifest b/sci-calculators/orpie/Manifest
index 3945241..09d334d 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 8719bfd..00000000
--- 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 c1bce7c..00000000
--- 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 ad57b01..00000000
--- 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 ed7cc74..00000000
--- 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
-}


             reply	other threads:[~2017-01-18 21:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 21:40 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-25  7:05 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/files/, sci-calculators/orpie/ Alfredo Tupone
2022-03-21 10:41 Alfredo Tupone
2016-02-07 22:43 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484775603.c891896441d7b6eb6baf247c92fe33ee13025d60.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox