From: David Seifert Date: Sun, 14 Feb 2016 22:18:19 +0000 (+0100) Subject: sci-calculators/orpie: Change dep from dev-ml/ocamlgsl to dev-ml/gsl-ocaml X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9f71bf8cf61c391780f427fb3430142f415550cf;p=gentoo.git sci-calculators/orpie: Change dep from dev-ml/ocamlgsl to dev-ml/gsl-ocaml Gentoo-Bug: 574564 Package-Manager: portage-2.2.27 RepoMan-Options: --force --- diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild new file mode 100644 index 000000000000..eaaa9dfb432d --- /dev/null +++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild @@ -0,0 +1,49 @@ +# 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/gsl-ocaml + sys-libs/ncurses:0= + || (