Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615922 - app-emulation/nemu: ncurses interface for QEMU
Summary: app-emulation/nemu: ncurses interface for QEMU
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-18 06:56 UTC by Pavel Balaev
Modified: 2017-05-07 21:58 UTC (History)
1 user (show)

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


Attachments
ebuild (nemu-1.0.0.ebuild,805 bytes, text/plain)
2017-04-18 06:56 UTC, Pavel Balaev
Details
fixed ebuild (nemu-1.0.0.ebuild,822 bytes, text/plain)
2017-04-30 15:19 UTC, Pavel Balaev
Details
ebuild for 1.1.0 (nemu-1.1.0.ebuild,918 bytes, text/plain)
2017-05-05 13:35 UTC, Pavel Balaev
Details
build log (app-emulation:nemu-1.1.0:20170505-144217.log,19.98 KB, text/x-log)
2017-05-05 14:55 UTC, Pavel Balaev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Balaev 2017-04-18 06:56:52 UTC
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
Comment 1 Pavel Balaev 2017-04-30 15:19:34 UTC
Created attachment 471376 [details]
fixed ebuild

fix DEPEND values, add gettext.
Comment 2 Pavel Balaev 2017-05-05 13:35:32 UTC
Created attachment 471720 [details]
ebuild for 1.1.0

Add ebuild for current version.
Comment 3 Patrice Clement gentoo-dev 2017-05-05 14:03:50 UTC
Hi Pavel

Could you attach a build log for this file? I want to make sure it does compile.

Thanks.
Comment 4 Pavel Balaev 2017-05-05 14:47:41 UTC
Hi Patrice

Cannot attach log file, server returns ERR_ACCESS_DENIED.
Comment 5 Pavel Balaev 2017-05-05 14:55:48 UTC
Created attachment 471722 [details]
build log
Comment 6 Pavel Balaev 2017-05-05 14:56:06 UTC
(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.
Comment 7 Patrice Clement gentoo-dev 2017-05-07 21:58:56 UTC
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!