dev-python/ebuildtester: New package

The ebuildtester script utilizes docker to create a stage3 container and
install a particular portage tree atom to test the ebuild. The idea is
similar to a tinderbox, but from a developer point of view to test a
particular ebuild and its USE flags.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Nicolas Bock
2018-02-07 17:43:33 -07:00
parent 727df38ad7
commit 9d674fb5ec
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>nicolas.bock@gentoo.org</email>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>