diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-02-15 11:35:33 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-02-15 11:35:33 +0000 |
commit | 7c0ea2262e9a1ebd5c60019f0b757c11915ad087 (patch) | |
tree | 6349085b04f04efff6ee42032e1569837e240d37 /sci-calculators/orpie | |
parent | Added patch to take care of SA28784 and CVE-2008-0553 (see bug #208464). (diff) | |
download | gentoo-2-7c0ea2262e9a1ebd5c60019f0b757c11915ad087.tar.gz gentoo-2-7c0ea2262e9a1ebd5c60019f0b757c11915ad087.tar.bz2 gentoo-2-7c0ea2262e9a1ebd5c60019f0b757c11915ad087.zip |
Fixed QA issues and added bindist for >=gsl-1.10 (see bug #199451).
(Portage version: 2.1.4.2)
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r-- | sci-calculators/orpie/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/orpie/orpie-1.4.3-r1.ebuild | 13 | ||||
-rw-r--r-- | sci-calculators/orpie/orpie-1.5.1.ebuild | 9 |
3 files changed, 17 insertions, 11 deletions
diff --git a/sci-calculators/orpie/ChangeLog b/sci-calculators/orpie/ChangeLog index 828fafc9d510..ef6520cdb8ea 100644 --- a/sci-calculators/orpie/ChangeLog +++ b/sci-calculators/orpie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/orpie # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.8 2008/01/05 16:28:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.9 2008/02/15 11:35:33 markusle Exp $ + + 15 Feb 2008; Markus Dittrich <markusle@gentoo.org> orpie-1.4.3-r1.ebuild, + orpie-1.5.1.ebuild: + Fixed QA issues and added bindist for >=gsl-1.10 (see bug #199451). *orpie-1.5.1 (05 Jan 2008) diff --git a/sci-calculators/orpie/orpie-1.4.3-r1.ebuild b/sci-calculators/orpie/orpie-1.4.3-r1.ebuild index e76406d8ce74..2a15f450166b 100644 --- a/sci-calculators/orpie/orpie-1.4.3-r1.ebuild +++ b/sci-calculators/orpie/orpie-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.4.3-r1.ebuild,v 1.2 2007/01/08 15:35:23 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.4.3-r1.ebuild,v 1.3 2008/02/15 11:35:33 markusle Exp $ inherit flag-o-matic @@ -11,11 +11,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +IUSE="bindist" DEPEND="dev-lang/ocaml - sci-libs/gsl - sys-libs/ncurses" + sys-libs/ncurses + !bindist? ( sci-libs/gsl ) + bindist? ( <sci-libs/gsl-1.10 )" src_unpack() { unpack ${A} @@ -25,7 +26,7 @@ src_unpack() { } src_install() { - make install DESTDIR=${D} + make install DESTDIR="${D}" dodoc ChangeLog dodoc doc/TODO insinto /usr/share/doc/${PF} diff --git a/sci-calculators/orpie/orpie-1.5.1.ebuild b/sci-calculators/orpie/orpie-1.5.1.ebuild index 42a418e51560..511906e6a7af 100644 --- a/sci-calculators/orpie/orpie-1.5.1.ebuild +++ b/sci-calculators/orpie/orpie-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v 1.1 2008/01/05 16:28:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v 1.2 2008/02/15 11:35:33 markusle Exp $ DESCRIPTION="A fullscreen RPN calculator for the console" HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/orpie/" @@ -9,11 +9,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +IUSE="bindist" DEPEND="dev-lang/ocaml - sci-libs/gsl - sys-libs/ncurses" + sys-libs/ncurses + !bindist? ( sci-libs/gsl ) + bindist? ( <sci-libs/gsl-1.10 )" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |