diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-05 16:28:54 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-05 16:28:54 +0000 |
commit | c969cffc06c5b23a64f2109f2b8335c208291ef5 (patch) | |
tree | 7b053341416025dc9b92b32305f9671e1f683ccc /sci-calculators/orpie | |
parent | Version bump #204443 by Andrey Falko. (diff) | |
download | gentoo-2-c969cffc06c5b23a64f2109f2b8335c208291ef5.tar.gz gentoo-2-c969cffc06c5b23a64f2109f2b8335c208291ef5.tar.bz2 gentoo-2-c969cffc06c5b23a64f2109f2b8335c208291ef5.zip |
Version bump
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r-- | sci-calculators/orpie/ChangeLog | 10 | ||||
-rw-r--r-- | sci-calculators/orpie/files/digest-orpie-1.5.1 | 3 | ||||
-rw-r--r-- | sci-calculators/orpie/metadata.xml | 5 | ||||
-rw-r--r-- | sci-calculators/orpie/orpie-1.5.1.ebuild | 23 |
4 files changed, 39 insertions, 2 deletions
diff --git a/sci-calculators/orpie/ChangeLog b/sci-calculators/orpie/ChangeLog index a346eac43f99..828fafc9d510 100644 --- a/sci-calculators/orpie/ChangeLog +++ b/sci-calculators/orpie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-calculators/orpie -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.7 2007/01/08 15:35:23 markusle Exp $ +# 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 $ + +*orpie-1.5.1 (05 Jan 2008) + + 05 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + +orpie-1.5.1.ebuild: + Version bump. Closing bug #200360 08 Jan 2007; Markus Dittrich <markusle@gentoo.org> +files/orpie-ocaml-gentoo.patch, orpie-1.4.3-r1.ebuild: diff --git a/sci-calculators/orpie/files/digest-orpie-1.5.1 b/sci-calculators/orpie/files/digest-orpie-1.5.1 new file mode 100644 index 000000000000..0c41dd99c79c --- /dev/null +++ b/sci-calculators/orpie/files/digest-orpie-1.5.1 @@ -0,0 +1,3 @@ +MD5 4511626ed853354af1b4b5dbbf143a1f orpie-1.5.1.tar.gz 370851 +RMD160 30d3da01dff09fea8fae5d568d7c0279a9a3b289 orpie-1.5.1.tar.gz 370851 +SHA256 f68ee37a5351c1dd32a68edae253a22a913fc2124bace1f6cf19cc2d422100cd orpie-1.5.1.tar.gz 370851 diff --git a/sci-calculators/orpie/metadata.xml b/sci-calculators/orpie/metadata.xml index b229aec85b8f..c3fb63e00ce6 100644 --- a/sci-calculators/orpie/metadata.xml +++ b/sci-calculators/orpie/metadata.xml @@ -2,4 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> +<longdescription lang="en"> + Orpie is a fullscreen RPN calculator for the console. Its operation is + similar to that of modern HP calculators, but data entry has been + optimized for efficiency on a PC keyboard. +</longdescription> </pkgmetadata> diff --git a/sci-calculators/orpie/orpie-1.5.1.ebuild b/sci-calculators/orpie/orpie-1.5.1.ebuild new file mode 100644 index 000000000000..42a418e51560 --- /dev/null +++ b/sci-calculators/orpie/orpie-1.5.1.ebuild @@ -0,0 +1,23 @@ +# 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 $ + +DESCRIPTION="A fullscreen RPN calculator for the console" +HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/orpie/" +SRC_URI="http://www.eecs.umich.edu/~pelzlpj/orpie/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-lang/ocaml + sci-libs/gsl + sys-libs/ncurses" + +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 +} |