From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90B2D138D03 for ; Sat, 11 Jul 2015 17:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78867E0943; Sat, 11 Jul 2015 17:47:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19972E0943 for ; Sat, 11 Jul 2015 17:47:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D39893408EE for ; Sat, 11 Jul 2015 17:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24251731 for ; Sat, 11 Jul 2015 17:47:19 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1436636818.542a220f75e68df8365fdd2c608dd9828cf7a8b9.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/image-bootstrap/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-util/image-bootstrap/image-bootstrap-0.9.1.ebuild X-VCS-Directories: dev-util/image-bootstrap/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 542a220f75e68df8365fdd2c608dd9828cf7a8b9 X-VCS-Branch: master Date: Sat, 11 Jul 2015 17:47:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9273ef6e-99f5-4ab4-abae-f003438c2f18 X-Archives-Hash: ee457175b9eb8815c0837147dd41dceb commit: 542a220f75e68df8365fdd2c608dd9828cf7a8b9 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jul 11 17:46:13 2015 +0000 Commit: Sebastian Pipping gentoo 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 + "