Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 687160

Summary: repocalc-1.0.1.ebuild (New Package)
Product: Gentoo Linux Reporter: David Donahue <david.donahue2996>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: jstein
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/12159
https://github.com/gentoo/gentoo/pull/12160
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: repocalc-1.0.1.ebuild

Description David Donahue 2019-06-01 21:26:36 UTC
Created attachment 578350 [details]
repocalc-1.0.1.ebuild

Hi!

Please find attached repocalc-1.0.1.ebuild

repocalc is an ncurses-based RPN calculator.

I suggest it be added as sci-calculators/repocalc 

Thanks,
David
Comment 1 David Donahue 2019-06-01 22:47:02 UTC
Comment on attachment 578350 [details]
repocalc-1.0.1.ebuild

># Copyright 1999-2019 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>EAPI=7
>
>DESCRIPTION="ncurses-based RPN calculator for the terminal"
>HOMEPAGE="https://github.com/drdonahue/repocalc"
>SRC_URI="https://github.com/drdonahue/repocalc/archive/v1.0.1.tar.gz"
>
>LICENSE="MIT"
>SLOT="0"
>KEYWORDS="~amd64 ~arm ~arm64 ~x86"
>
>RDEPEND="
>	>=sys-libs/ncurses-6.0:0=
>"
>DEPEND="
>	${RDEPEND}
>	virtual/pkgconfig
>"
>
>src_install() {
>	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
>}
Comment 2 David Donahue 2019-06-01 22:47:30 UTC
Comment on attachment 578350 [details]
repocalc-1.0.1.ebuild

># Copyright 1999-2019 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>EAPI=7
>
>DESCRIPTION="ncurses-based RPN calculator for the terminal"
>HOMEPAGE="https://github.com/drdonahue/repocalc"
>SRC_URI="https://github.com/drdonahue/repocalc/archive/v1.0.1.tar.gz"
>
>LICENSE="MIT"
>SLOT="0"
>KEYWORDS="~amd64 ~arm ~arm64 ~x86"
>
>RDEPEND="
>	>=sys-libs/ncurses-6.0:0=
>"
>DEPEND="
>	${RDEPEND}
>	virtual/pkgconfig
>"
>
>src_install() {
>	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
>}
Comment 3 David Donahue 2019-06-01 22:48:56 UTC
Comment on attachment 578350 [details]
repocalc-1.0.1.ebuild

># Copyright 1999-2019 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>EAPI=7
>
>DESCRIPTION="ncurses-based RPN calculator for the terminal"
>HOMEPAGE="https://github.com/drdonahue/repocalc"
>SRC_URI="https://github.com/drdonahue/repocalc/archive/v1.0.1.tar.gz"
>
>LICENSE="MIT"
>SLOT="0"
>KEYWORDS="~amd64 ~arm ~arm64 ~x86"
>
>RDEPEND="
>	>=sys-libs/ncurses-6.0:0=
>"
>DEPEND="
>	${RDEPEND}
>	virtual/pkgconfig
>"
>
>src_install() {
>	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
>}
Comment 4 Jonas Stein gentoo-dev 2019-06-02 08:56:33 UTC
I suggest to put this on an overlay for some time first.
If there are a few users interested AND someone wants to maintain it we will see again, if it fits into the tree.

You should improve the code quality too.
Comment 5 David Donahue 2019-06-03 03:41:14 UTC
(In reply to Jonas Stein from comment #4)
> I suggest to put this on an overlay for some time first.
> If there are a few users interested AND someone wants to maintain it we will
> see again, if it fits into the tree.
> 
> You should improve the code quality too.

Thank you for the suggestions. If you wouldn't mind, could you point out what needs improved in the code quality? If not, then thank you for taking the time to review this submission.