Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687160 - repocalc-1.0.1.ebuild (New Package)
Summary: repocalc-1.0.1.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-06-01 21:26 UTC by David Donahue
Modified: 2019-06-03 03:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
repocalc-1.0.1.ebuild (repocalc-1.0.1.ebuild,508 bytes, text/plain)
2019-06-01 21:26 UTC, David Donahue
Details

Note You need to log in before you can comment on or make changes to this bug.
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.