commit: 9d674fb5ec8fa20c06545d4e187e3e5d74dd5d13
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 00:43:33 2018 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 00:43:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d674fb5
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
dev-python/ebuildtester/Manifest | 1 +
dev-python/ebuildtester/ebuildtester-0.1.2.ebuild | 22 ++++++++++++++++++++++
dev-python/ebuildtester/metadata.xml | 12 ++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
new file mode 100644
index 00000000000..2c95d87a6cc
--- /dev/null
+++ b/dev-python/ebuildtester/Manifest
@@ -0,0 +1 @@
+DIST ebuildtester-0.1.2.tar.gz 5598 BLAKE2B
5ee20592858758d769106f67558ac233a4ac2577dfb2d5ea7b892d6eb03ca00728e8f77a751d942270820235909537a987459875879d5b04fe98b816a436331a
SHA512
0c2ac0547fc5b318023fc4e7cc85169f93d834433538d201c25a220c936b5315132bc0e53b76defd1082678a26da959b152f6a27172cf343d6c45811e3fd15a0
diff --git a/dev-python/ebuildtester/ebuildtester-0.1.2.ebuild
b/dev-python/ebuildtester/ebuildtester-0.1.2.ebuild
new file mode 100644
index 00000000000..6a387ab98e3
--- /dev/null
+++ b/dev-python/ebuildtester/ebuildtester-0.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A dockerized approach to test a Gentoo package within a clean
stage3"
+HOMEPAGE="https://github.com/nicolasbock/gentoo-test-package"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/ebuildtester/metadata.xml
b/dev-python/ebuildtester/metadata.xml
new file mode 100644
index 00000000000..fd7464c2596
--- /dev/null
+++ b/dev-python/ebuildtester/metadata.xml
@@ -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>[email protected]</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>