exactly the same.
strace ebuild myebuild.ebuild digest
open("/usr/local/portage/devebuilds/flora/media-gfx/makehuman/Manifest", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f672f6e5000
write(1, ">>> Creating Manifest for /usr/l"..., 82>>> Creating Manifest for /usr/local/portage/devebuilds/flora/media-gfx/makehuman
) = 82
open("/usr/local/portage/devebuilds/flora/media-gfx/makehuman/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 4 entries */, 32768) = 128
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
........
unlink("/usr/local/portage/devebuilds/flora/media-gfx/makehuman/Manifest") = -1 ENOENT (No such file or directory)
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x343700efa0}, {0x36e2316420, [], SA_RESTORER, 0x343700efa0}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL, [], SA_RESTORER, 0x343700efa0}, {0x36e2316420, [], SA_RESTORER, 0x343700efa0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, [], SA_RESTORER, 0x343700efa0}, {0x36e2316420, [], SA_RESTORER, 0x343700efa0}, 8) = 0
exit_group(0) = ?
+++ exited with 0 +++
if I create the file, this is manifest after a ebuild manifest gone.
-Sandy