Created attachment 470296 [details] ebuild Hi! I'm the author of nEMU. nEMU is an ncurses interface to QEMU, which makes it easy to create, configure, and manage virtual machines. Program written in C99 and was tested on Gentoo Linux(x86_64, i386) and FreeBSD(x86_64). Ebuild file is attached. Best regards, Pavel Balaev
Created attachment 471376 [details] fixed ebuild fix DEPEND values, add gettext.
Created attachment 471720 [details] ebuild for 1.1.0 Add ebuild for current version.
Hi Pavel Could you attach a build log for this file? I want to make sure it does compile. Thanks.
Hi Patrice Cannot attach log file, server returns ERR_ACCESS_DENIED.
Created attachment 471722 [details] build log
(In reply to Patrice Clement from comment #3) > Hi Pavel > > Could you attach a build log for this file? I want to make sure it does > compile. > > Thanks. Done.
commit 10a139f721a67e8ef8940b5e84ce38f3871cd716 (HEAD -> master, origin/master, origin/HEAD) Author: Patrice Clement <monsieurp@gentoo.org> AuthorDate: Sun May 7 23:58:00 2017 +0200 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Sun May 7 23:58:00 2017 +0200 app-emulation/nemu: new package. nEMU a ncurses interface for QEMU. Gentoo-Bug: https://bugs.gentoo.org/615922 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/nemu/Manifest | 1 + app-emulation/nemu/metadata.xml | 16 ++++++++++++++ app-emulation/nemu/nemu-1.1.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 app-emulation/nemu/Manifest create mode 100644 app-emulation/nemu/metadata.xml create mode 100644 app-emulation/nemu/nemu-1.1.0.ebuild Merged, thanks!