commit:     542a220f75e68df8365fdd2c608dd9828cf7a8b9
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jul 11 17:46:13 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 17:46:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=542a220f

dev-util/image-bootstrap: 0.9.1

 .../image-bootstrap/image-bootstrap-0.9.1.ebuild   | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-util/image-bootstrap/image-bootstrap-0.9.1.ebuild 
b/dev-util/image-bootstrap/image-bootstrap-0.9.1.ebuild
new file mode 100644
index 0000000..f739c18
--- /dev/null
+++ b/dev-util/image-bootstrap/image-bootstrap-0.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Command line tool for creating bootable virtual machine images"
+HOMEPAGE="https://github.com/hartwork/image-bootstrap";
+SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# yes, setuptools is used during runtime
+RDEPEND="
+       app-crypt/gnupg
+       dev-python/beautifulsoup[${PYTHON_USEDEP}]
+       dev-python/colorama[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-util/debootstrap
+       sys-apps/debian-archive-keyring
+       sys-apps/ubuntu-keyring
+       sys-boot/grub:2
+       sys-boot/mbr
+       sys-boot/syslinux
+       sys-fs/multipath-tools
+       sys-block/parted
+       "

Reply via email to