summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-04 21:27:52 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-04 21:27:52 +0000
commitdeedc1449a5633c6279258e5b5e2d3a8ff843d06 (patch)
treee3362e15853292bbeb9e3f7598ab44a5e8d7971d /sci-calculators/orpie
parentkeyword amd64-linux, x86-linux (diff)
downloadgentoo-2-deedc1449a5633c6279258e5b5e2d3a8ff843d06.tar.gz
gentoo-2-deedc1449a5633c6279258e5b5e2d3a8ff843d06.tar.bz2
gentoo-2-deedc1449a5633c6279258e5b5e2d3a8ff843d06.zip
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r--sci-calculators/orpie/ChangeLog8
-rw-r--r--sci-calculators/orpie/orpie-1.5.1-r1.ebuild17
2 files changed, 12 insertions, 13 deletions
diff --git a/sci-calculators/orpie/ChangeLog b/sci-calculators/orpie/ChangeLog
index f540591b0de5..7271033eff2d 100644
--- a/sci-calculators/orpie/ChangeLog
+++ b/sci-calculators/orpie/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/orpie
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.20 2011/02/12 16:03:49 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.21 2012/08/04 21:27:52 bicatali Exp $
+
+ 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> orpie-1.5.1-r1.ebuild:
+ keyword amd64-linux, x86-linux
12 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> orpie-1.5.1-r1.ebuild:
Marked ~ppc wrt #322673
@@ -93,4 +96,3 @@
02 Feb 2005; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+orpie-1.4.1.ebuild:
Initial import.
-
diff --git a/sci-calculators/orpie/orpie-1.5.1-r1.ebuild b/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
index 29b7cbb3a8fa..de23ebc1c4b0 100644
--- a/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
+++ b/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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-r1.ebuild,v 1.5 2011/02/12 16:03:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1-r1.ebuild,v 1.6 2012/08/04 21:27:52 bicatali Exp $
-EAPI=2
+EAPI=4
inherit eutils autotools
DESCRIPTION="A fullscreen RPN calculator for the console"
@@ -11,7 +11,7 @@ SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="doc"
DEPEND="dev-ml/ocamlgsl
@@ -22,14 +22,11 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-ocaml311.patch
epatch "${FILESDIR}"/${P}-nogsl.patch
epatch "${FILESDIR}"/${P}-orpierc.patch
+ sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile.in || die
eautoreconf
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README ChangeLog doc/TODO
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins doc/manual.pdf doc/manual.html
- fi
+ default
+ use doc && dodoc doc/manual.pdf && dohtml doc/manual.html
}