Summary: | repocalc-1.0.1.ebuild (New Package) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Donahue <david.donahue2996> |
Component: | New packages | Assignee: | 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 |
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 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 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 >} 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. (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. |
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