* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2016-02-14 22:18 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2016-02-14 22:18 UTC (permalink / raw
To: gentoo-commits
commit: 9f71bf8cf61c391780f427fb3430142f415550cf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 22:18:19 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 22:18:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f71bf8c
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
sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 49 +++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
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 0000000..eaaa9df
--- /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=
+ || ( <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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2016-02-14 22:46 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2016-02-14 22:46 UTC (permalink / raw
To: gentoo-commits
commit: a4f7abdf25a8c52d4cb6ac4370f2c7fb18f9db65
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 22:36:32 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 22:36:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f7abdf
sci-calculators/orpie: Drop KEYWORDS until dev-ml/gsl-ocaml is keyworded
Package-Manager: portage-2.2.27
sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
index eaaa9df..862d8dd 100644
--- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
+++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="dev-ml/gsl-ocaml
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2017-01-18 21:40 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-01-18 21:40 UTC (permalink / raw
To: gentoo-commits
commit: b2a107d24040665e798ad829863b0c9d3c63d723
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 21:03:05 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 21:40:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a107d2
sci-calculators/orpie: Minor touchups
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533
sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
index 862d8dd..5020e93 100644
--- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
+++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,12 +17,12 @@ IUSE="doc"
DEPEND="dev-ml/gsl-ocaml
sys-libs/ncurses:0=
- || ( <dev-lang/ocaml-4.02 dev-ml/camlp4 )"
+ dev-ml/camlp4"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-1.5.1-ocaml311.patch"
- "${FILESDIR}/${P}-nogsl.patch"
+ "${FILESDIR}/${PN}-1.5.2-nogsl.patch"
"${FILESDIR}/${PN}-1.5.1-orpierc.patch"
"${FILESDIR}/${PN}-1.5.1-tinfo.patch"
)
@@ -40,10 +40,9 @@ src_compile() {
}
src_install() {
- default
if use doc; then
dodoc doc/manual.pdf
- docinto html/
- dodoc doc/manual.html
+ HTML_DOCS=( doc/manual.html )
fi
+ default
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2021-06-21 7:19 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-06-21 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 174c9a90cc3f997a9769d844594017f7ae4a38d3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 07:14:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 07:17:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174c9a90
sci-calculators/orpie: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
index c05d7738acd..21ac64004a6 100644
--- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
+++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
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"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2022-03-21 12:59 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2022-03-21 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 18e6f62abc80edec8ba77c7a326012499982a494
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 12:59:19 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 12:59:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e6f62a
sci-calculators/orpie: fix deps
Closes: https://bugs.gentoo.org/835736
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-calculators/orpie/orpie-1.6.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-calculators/orpie/orpie-1.6.1.ebuild b/sci-calculators/orpie/orpie-1.6.1.ebuild
index 4f85a71de71b..fb1ff464a7b9 100644
--- a/sci-calculators/orpie/orpie-1.6.1.ebuild
+++ b/sci-calculators/orpie/orpie-1.6.1.ebuild
@@ -16,6 +16,7 @@ IUSE="+ocamlopt"
DEPEND="dev-ml/gsl-ocaml:=
dev-ml/curses:=
+ dev-ml/num:=
dev-ml/camlp5":=
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2022-03-21 18:48 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2022-03-21 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 4f1f0cb9de123f62fb3ecf8cf6959572ad8172e9
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 18:47:50 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 18:47:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1f0cb9
sci-calculators/orpie: fix command not found
Closes: https://bugs.gentoo.org/835742
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-calculators/orpie/orpie-1.6.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-calculators/orpie/orpie-1.6.1.ebuild b/sci-calculators/orpie/orpie-1.6.1.ebuild
index fb1ff464a7b9..c7818b0641c2 100644
--- a/sci-calculators/orpie/orpie-1.6.1.ebuild
+++ b/sci-calculators/orpie/orpie-1.6.1.ebuild
@@ -27,6 +27,10 @@ PATCHES=(
"${FILESDIR}"/${P}-rcfile.patch
)
+src_compile() {
+ PREFIX=/usr dune_src_compile
+}
+
src_install() {
dune_src_install
mv "${D}"/{/usr,}/etc || die
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2022-03-23 21:17 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-03-23 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 3f735c11ad757038e47b75a7a2694aed937d78d2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 21:17:10 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 21:17:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f735c11
sci-calculators/orpie: Keyword 1.6.1 x86, #835864
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-calculators/orpie/orpie-1.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-calculators/orpie/orpie-1.6.1.ebuild b/sci-calculators/orpie/orpie-1.6.1.ebuild
index c7818b0641c2..eb285f750783 100644
--- a/sci-calculators/orpie/orpie-1.6.1.ebuild
+++ b/sci-calculators/orpie/orpie-1.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pelzlpj/${PN}/archive/release-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
DEPEND="dev-ml/gsl-ocaml:=
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/
@ 2022-12-05 13:31 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2022-12-05 13:31 UTC (permalink / raw
To: gentoo-commits
commit: 30c3dc883859ba8d3a9f6cb03b92af71bcb06459
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 13:30:49 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 13:30:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c3dc88
sci-calculators/orpie: add github upstream metadata
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-calculators/orpie/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-calculators/orpie/metadata.xml b/sci-calculators/orpie/metadata.xml
index 722736cfa60d..62170d9ebd31 100644
--- a/sci-calculators/orpie/metadata.xml
+++ b/sci-calculators/orpie/metadata.xml
@@ -14,4 +14,7 @@
similar to that of modern HP calculators, but data entry has been
optimized for efficiency on a PC keyboard.
</longdescription>
+ <upstream>
+ <remote-id type="github">pelzlpj/orpie</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-12-05 13:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21 12:59 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2022-12-05 13:31 Alfredo Tupone
2022-03-23 21:17 Jakov Smolić
2022-03-21 18:48 Alfredo Tupone
2021-06-21 7:19 Sam James
2017-01-18 21:40 David Seifert
2016-02-14 22:46 David Seifert
2016-02-14 22:18 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox